Don't like this style? Click here to change it! blue.css

LOGIN:
Welcome .... Click here to logout

pwntools

pwntools is a python library that acts as a swiss army knife for pwning.

If you can run the line from pwn import * in a python session you're good to go.

If not then follow the instructions at: https://github.com/Gallopsled/pwntools

Also our pwndocker instructions has pwntools working already.

pwntools basics

the ELF analyzer

Shell Code

Debugging your Payload

Here are the steps for debugging your payload:

Demo Scripts

Here is a random pwntools script from a live CTF problem:

Here is a more useful collection of utilities I find myself using often when hacking:

Here are some ROP tools they make available

Here is a heap starter script I use often (when we start to debug with pwndbg rather than r2) Note you'll need to adjust the malloc/free/view utilities for each problem