notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pwntools CTF framework and exploit development library
4.12.0_1 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.12.0Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-24 08:33:16
Last Update: 2024-04-13 14:47:51
Commit Hash: 84a372a
Also Listed In: python
License: BSD2CLAUSE GPLv2 MIT
WWW:
https://github.com/Gallopsled/pwntools
Description:
Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pwntools>0:security/py-pwntools@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-pwntools/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-pwntools
  • pkg install py39-pwntools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-pwntools listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pwntools
Package flavors (<flavor>: <package>)
  • py39: py39-pwntools
distinfo:
TIMESTAMP = 1708676709 SHA256 (pwntools-4.12.0.tar.gz) = 320285bd9266152fdba3b81de3a31e61a25076645507a38d85f34e1b15998eb1 SIZE (pwntools-4.12.0.tar.gz) = 5345000

Packages (timestamps in pop-ups are UTC):
py39-pwntools
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.12.04.12.0_1--4.12.0_1---
FreeBSD:13:quarterly4.12.04.12.0--4.12.0-4.11.14.11.1
FreeBSD:14:latest4.12.04.12.0_1--4.12.0_1--4.10.0
FreeBSD:14:quarterly4.11.14.12.0--4.12.0-4.11.14.11.1
FreeBSD:15:latest4.12.04.12.0_1n/a-n/a-4.11.1-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-capstone>=3.0.5rc2 : devel/py-capstone@py39
  2. py39-colored-traceback>0 : devel/py-colored-traceback@py39
  3. py39-python-dateutil>0 : devel/py-python-dateutil@py39
  4. py39-intervaltree>=3.0 : devel/py-intervaltree@py39
  5. py39-mako>=1.0.0 : textproc/py-mako@py39
  6. py39-packaging>=0 : devel/py-packaging@py39
  7. py39-paramiko>=1.15.2 : security/py-paramiko@py39
  8. py39-pip>=6.0.8 : devel/py-pip@py39
  9. py39-psutil>=3.3.0 : sysutils/py-psutil@py39
  10. py39-pyelftools>=0.2.4 : devel/py-pyelftools@py39
  11. py39-pygments>=2.9 : textproc/py-pygments@py39
  12. py39-pyserial>=2.7 : comms/py-pyserial@py39
  13. py39-pysocks>0 : net/py-pysocks@py39
  14. py39-requests>=2.0 : www/py-requests@py39
  15. py39-ropgadget>0 : security/py-ropgadget@py39
  16. py39-rpyc>0 : devel/py-RPyC@py39
  17. py39-six>=1.12.0 : devel/py-six@py39
  18. py39-sortedcontainers>0 : devel/py-sortedcontainers@py39
  19. py39-unicorn>=1.0.2rc1 : emulators/py-unicorn@py39
  20. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  21. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_py-pwntools
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pwntools/
  2. https://pypi.org/packages/source/p/pwntools/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.12.0_1
13 Apr 2024 14:47:51
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil

- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS
4.12.0
23 Feb 2024 09:51:17
commit hash: 8e482a29bdd95153287cf6a57536951e3cb13b29commit hash: 8e482a29bdd95153287cf6a57536951e3cb13b29commit hash: 8e482a29bdd95153287cf6a57536951e3cb13b29commit hash: 8e482a29bdd95153287cf6a57536951e3cb13b29 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Update to 4.12.0
4.11.1
17 Nov 2023 16:17:47
commit hash: b36c83676ca5b2a8e650095f44622fe24ac8d3cdcommit hash: b36c83676ca5b2a8e650095f44622fe24ac8d3cdcommit hash: b36c83676ca5b2a8e650095f44622fe24ac8d3cdcommit hash: b36c83676ca5b2a8e650095f44622fe24ac8d3cd files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Update to 4.11.1
4.11.0
02 Oct 2023 07:09:32
commit hash: 605d721d015be95c16ad2045c793a71bd406fd7fcommit hash: 605d721d015be95c16ad2045c793a71bd406fd7fcommit hash: 605d721d015be95c16ad2045c793a71bd406fd7fcommit hash: 605d721d015be95c16ad2045c793a71bd406fd7f files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Update to 4.11.0
4.10.0
22 May 2023 05:34:03
commit hash: 0aa4d80cb25f2fcb51ad3fe988ad282b55768c60commit hash: 0aa4d80cb25f2fcb51ad3fe988ad282b55768c60commit hash: 0aa4d80cb25f2fcb51ad3fe988ad282b55768c60commit hash: 0aa4d80cb25f2fcb51ad3fe988ad282b55768c60 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Update to 4.10.0
4.9.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
4.9.0
31 Dec 2022 16:42:29
commit hash: a0526990ffd575bd48c6dd95bea75bb926943d51commit hash: a0526990ffd575bd48c6dd95bea75bb926943d51commit hash: a0526990ffd575bd48c6dd95bea75bb926943d51commit hash: a0526990ffd575bd48c6dd95bea75bb926943d51 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Update to 4.9.0
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.8.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.8.0
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.8.0
10 May 2022 14:53:24
commit hash: 0a363feacbaec9c17eb2ca438511e86a04b05ffccommit hash: 0a363feacbaec9c17eb2ca438511e86a04b05ffccommit hash: 0a363feacbaec9c17eb2ca438511e86a04b05ffccommit hash: 0a363feacbaec9c17eb2ca438511e86a04b05ffc files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
security/py-pwntools: Add CPE information

Approved by:	portmgr (blanket)
4.8.0
24 Apr 2022 08:33:36
commit hash: 3a0bf6d7aff45b9546e23d0798506b4cdddfd952commit hash: 3a0bf6d7aff45b9546e23d0798506b4cdddfd952commit hash: 3a0bf6d7aff45b9546e23d0798506b4cdddfd952commit hash: 3a0bf6d7aff45b9546e23d0798506b4cdddfd952 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Update to 4.8.0
4.7.0
23 Apr 2022 17:01:36
commit hash: c09dcde9a7cbcf82aebb0a6ffb20d4e9feb84b42commit hash: c09dcde9a7cbcf82aebb0a6ffb20d4e9feb84b42commit hash: c09dcde9a7cbcf82aebb0a6ffb20d4e9feb84b42commit hash: c09dcde9a7cbcf82aebb0a6ffb20d4e9feb84b42 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Remove useless comment
4.7.0
23 Apr 2022 15:47:22
commit hash: bc050a1dd6752abe07621561d6942280760becc1commit hash: bc050a1dd6752abe07621561d6942280760becc1commit hash: bc050a1dd6752abe07621561d6942280760becc1commit hash: bc050a1dd6752abe07621561d6942280760becc1 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
security/py-pwntools: Add new port

Pwntools is a CTF framework and exploit development library. Written in
Python, it is designed for rapid prototyping and development, and
intended to make exploit writing as simple as possible.

WWW: https://github.com/Gallopsled/pwntools

Number of commits found: 14