welpwn: CTF pwn framework
welpwn is designed to make pwnning an art, freeing you from dozens of meaningless jobs.
Features
- Automatically get those magic values for you.
- libc address
- heap address
- stack address
- program address (with PIE)
- canary
- Support multi glibc debugging.
- 2.19, 2.23-2.29
- both 32bit and 64bit
- Debug enhancement (support PIE).
- symbols
- breakpoints
- Misc
- libc-database
- one_gadget
Install
git clone https://github.com/matrix1001/welpwn && cd welpwn && python setup.py install