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.
from pwn import * context(arch = 'i386', os = 'linux') r = remote('exploitme.example.com', 31337) # EXPLOIT CODE GOES HERE r.send(asm(shellcraft.sh())) r.interactive()Documentation
Our documentation is available at docs.pwntools.com
A series of tutorials is also available online
To get you started, we've provided some example solutions for past CTF challenges in our write-ups repository.
InstallationPwntools is best supported on 64-bit Ubuntu LTS releases (14.04, 16.04, 18.04, and 20.04). Most functionality should work on any Posix-like distribution (Debian, Arch, FreeBSD, OSX, etc.).
Python3 is suggested, but Pwntools still works with Python 2.7. Most of the functionality of pwntools is self-contained and Python-only. You should be able to get running quickly with
sudo apt-get update sudo apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential python3 -m pip install --upgrade pip python3 -m pip install --upgrade pwntools
However, some of the features (assembling/disassembling foreign architectures) require non-Python dependencies. For more information, see the complete installation instructions here.
ContributionSee CONTRIBUTING.md
Contact and CommunityIf you have any questions not worthy of a bug report, join the Discord server at https://discord.gg/96VA2zvjCB
Download filesDownload the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution Built Distribution File detailsDetails for the file pwntools-4.14.1.tar.gz
.
60f04976d1722120d18b9d50553408a024664b5cf888f36f258afca4bf035cac
MD5 c2b1e5119f5e2e3f0f8078a8d334b8c3
BLAKE2b-256 21941f39d5a770226b9d240c9900c5c912788fb31f8f189aacd81153c0d59f67
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for pwntools-4.14.1.tar.gz
:
Details for the file pwntools-4.14.1-py2.py3-none-any.whl
.
d8b8587f5ca9a6149d234f900de1832e9db7a2291c32dfbdaa0de3dac224a324
MD5 9e7128f133bbd34b08b16aeff273789d
BLAKE2b-256 5864882ce3c4bffdc8ee1b52bca10a878685ed67355af4f3eba33c7f4c8b195d
See more details on using hashes here.
ProvenanceThe following attestation bundles were made for pwntools-4.14.1-py2.py3-none-any.whl
:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4