vuln-hunter
Installation
SKILL.md
vuln-hunter
Hunt for vulnerabilities in a running debuggee. Performs import/export reconnaissance, triages attack surface by I/O context, then iteratively tests for bugs (buffer overflows, integer wraps, logic flaws, etc.) and builds proof-of-concept exploits.
Prerequisites
- The target program must be loaded in x64dbg and paused (at entrypoint or a function of interest)
- Be conservative with the context window — disassemble on demand, read memory on demand, do not dump large regions speculatively
Instructions
1. Connect and verify state
Confirm the debugger is connected and the debuggee is paused:
- Call
mcp__x64dbg__get_debugger_status— verify status ispaused - If running, call
mcp__x64dbg__pause - Call
mcp__x64dbg__get_registerforrip(64-bit) oreip(32-bit) to determine bitness and current location - Call
mcp__x64dbg__get_memory_mapto get an overview of loaded modules