Bof Exploit banner
h3nr1-d14z h3nr1-d14z

Bof Exploit

Security community

Description

Develop buffer overflow exploit for: $ARGUMENTS 1. **Crash analysis**: Reproduce crash, identify overflow type (stack/heap/off-by-one) 2. **Offset calculation**: Find EIP/RIP offset using cyclic pattern (msf-pattern_create or pwntools cyclic) 3. **Bad characters**: Identify null bytes and other bad chars that break the payload 4. **Control flow**: Find return address — JMP ESP gadget, or pivot to controlled buffer 5. **Protections bypass**: Handle NX (ROP chain), ASLR (info leak or brute force)

Installation

Installs to ~/.claude/commands/h3nr1-d14z-ai-redteam-toolkit-bof-exploit.md

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

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

Full documentation available on GitHub

View Source Repository