Skip to content

pwntools

Quintin edited this page Jul 20, 2022 · 3 revisions

pwntools is essential to automating any cybersecurity work, and is especially useful in CTF competitions. Take a look at the documentation: https://docs.pwntools.com/en/stable/ and inventory all the different modules and functions. You will most often see this library present in good writeups after competition, so look at those as a guide.

Clone this wiki locally