Ctf Pwn banner
h3nr1-d14z h3nr1-d14z

Ctf Pwn

Development community

Description

Solve pwn/binary exploitation CTF challenge: $ARGUMENTS 1. **Recon**: file, checksec (NX, PIE, canary, RELRO), strings, ltrace/strace for behavior 2. **Vulnerability**: Find the bug — buffer overflow, format string, use-after-free, integer overflow, heap corruption 3. **Offset**: Calculate offset to control EIP/RIP using cyclic pattern 4. **Exploit strategy**: Based on protections: - No NX: ret2shellcode - NX only: ret2libc, ROP chain - NX+PIE: info leak first, then ROP - Full RELRO

Installation

Installs to ~/.claude/commands/h3nr1-d14z-ai-redteam-toolkit-ctf-pwn.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/h3nr1-d14z/ai-redteam-toolkit/HEAD/.claude/commands/ctf-pwn.md -o ~/.claude/commands/h3nr1-d14z-ai-redteam-toolkit-ctf-pwn.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository