๐Ÿ›
QualityPython

Vuln Hunter

by dariushoule

Vuln Hunter is a Quality skill for Claude Code, published by dariushoule in x64dbg-skills.

203 stars16 forkson dariushoule/x64dbg-skillsAdded 2026/09/05Repository updated 2026/03/13
claude-codemcpskillsx64dbg
Install in seconds
Install Vuln Hunter
Copy Vuln Hunter into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dariushoule/x64dbg-skills/tree/main/skills/vuln-hunter ~/.claude/skills/vuln-hunter

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dariushoule/x64dbg-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/vuln-hunter/SKILL.md in dariushoule/x64dbg-skills
Installs to
~/.claude/skills/vuln-hunter
Collection
One of 8 skills cataloged from this repository
Category
Quality โ€” 1662 skills

What Vuln Hunter does

Vuln Hunter analyzes a paused program in x64dbg, maps imports and exports, and triages attack surface by input source. It then probes for memory, integer, and logic bugs and helps build proof-of-concept exploits.

Vuln Hunter is cataloged under Quality on DirSkills. Vuln Hunter comes from a repository tagged claude-code, mcp, skills and x64dbg.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Commands Vuln Hunter provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /find-oep
  • /state-snapshot
  • /decompile
  • /tracealyzer

Frequently asked about Vuln Hunter

  • What else does dariushoule publish alongside Vuln Hunter?

    Vuln Hunter is one of 8 skills that DirSkills catalogs from dariushoule/x64dbg-skills, the repository it ships in. Its siblings there include Decompile, Find OEP and Shellcode Analyzer. Each one is a separate skill with its own page in this directory, installs the same way Vuln Hunter does, and is maintained by dariushoule in that same repository. The rest of the collection is listed on the dariushoule/x64dbg-skills page.

  • How does Vuln Hunter compare to other Quality skills?

    Vuln Hunter ranks #1507 by stars among the 1662 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Vuln Hunter against them. Open each page to compare what they document and how they install.

More from dariushoule/x64dbg-skills

Vuln Hunter is one of 8 skills cataloged on DirSkills from dariushoule/x64dbg-skills.

See all 8 skills โ†’