Introduction to pwntools
From 33C3_Public_Wiki
| Description | Short introduction to the exploitation framework Pwntools. |
|---|---|
| Slides | https://github.com/kokjo/lightningtalk-33c3/raw/master/slides/slides.pdf |
| Website(s) | https://github.com/Gallopsled/pwntools, https://github.com/kokjo/lightningtalk-33c3 |
| Tags | pwntools, ctf, exploitation, pwnies, gallopsled, formatstring, elf, linux |
| Person organizing | Kokjo |
| Contact: | jonas.t.rudloff@gmail.com |
| Language | en - English |
| Duration | 5 |
| Desired session | Day 2 |
| Desired timeframe | end |
Short introduction to Pwntools. I will speed run the exploitation process of a simple format string vulnerability. You will see alot of Pwntools features includes: Automatic format string exploitation, memory leaks, and use of dynamic symbol lookup using memory leaks(DynELF). Hopefully this will introduce you a tool which will speed up your exploit development.