Pwntools Exploitation Skill
SKILL.md
Pwntools Exploitation Skill
Overview
This skill provides exploit development automation capabilities using the pwntools framework for binary exploitation.
Capabilities
- Generate pwntools exploit templates
- Build ROP chains using ROPgadget
- Create shellcode with pwntools shellcraft
- Manage exploit process I/O (tubes)
- Handle remote and local exploitation
- Parse ELF binaries for gadgets
- Generate payload encoders
- Debug exploits with GDB integration