Tag: Development Library

pwntools – CTF Framework & 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 r = remote # EXPLOIT CODE GOES HERE r.send )) r.interactive() pwntools is best supported on Ubuntu 12.04 and 14.04, but most functionality should work on any Posix-like distribution…