Agent skill
Pwntools Exploitation Skill
Exploit development automation using pwntools framework
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pwntools-exploit
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
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?