Pwntools exploit
Skill a5c-ai/babysitter/library/specializations/security-research/skills/pwntools-exploit
Exploit development automation using pwntools frameworkFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill pwntools-exploitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.6 KB, 272 tokens by cl100k_base, as published. Nobody here has run it
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
Target Processes
- exploit-development.js
- shellcode-development.js
- capture-the-flag-challenges.js
- network-penetration-testing.js
Dependencies
- pwntools (Python library)
- ROPgadget
- GDB with pwndbg or gef
- Python 3.x
- binutils (objdump, readelf)
Usage Context
This skill is essential for:
- Binary exploitation development
- CTF challenge solving (pwn category)
- Proof-of-concept exploit creation
- ROP chain construction
- Shellcode development and testing
Integration Notes
- Supports both local and remote exploitation
- Integrates with GDB for debugging
- Can generate standalone exploit scripts
- Supports various architectures (x86, x64, ARM)
- Includes payload encoding for filter bypass
What ships with it: 1 file
667 B alongside SKILL.md
- README.md667 B