skills-locator-navigation/SKILL.md
Locate, shortlist, and navigate the generated skills corpus quickly. Use this skill whenever the user asks to find a relevant skill, browse the 900+ skills, identify duplicates, map topic coverage, or open the correct SKILL.MD/scripts folder for a task.
npx skillsauth add abelrguezr/hacktricks-skills skills-locator-navigationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to reliably find the right skill package inside a large skills corpus.
Trigger whenever the user asks to:
SKILL.MD, short reason, and confidence (high|medium|low)scripts/find_skill.py with the user query.scripts/list_skills.py for macro view (coverage by top-level area).python3 scripts/find_skill.py --query "golden ticket kerberos" --top 8
python3 scripts/find_skill.py --query "token escalation" --scope "windows-hardening" --top 10
python3 scripts/list_skills.py --max-topics 40
find_skill.py scores candidates using:
name and descriptionPath and metadata are weighted higher than generic body matches.
Use this compact format:
<path-to-skill-dir> — why it matches<path-to-skill-dir> — why it matches<path-to-skill-dir> — why it matchesThen ask: “Do you want me to open #1 or compare #1 vs #2 first?”
SKILL.MD and SKILL.md as equivalent.testing
How to perform a House of Lore (small bin attack) heap exploitation. Use this skill whenever the user mentions heap exploitation, small bin attacks, fake chunks, glibc heap vulnerabilities, or needs to insert fake chunks into small bins for arbitrary read/write. Trigger for CTF challenges involving heap corruption, glibc 2.31+ exploitation, or when the user needs to bypass malloc sanity checks using fake chunk linking.
testing
How to perform House of Force heap exploitation attacks. Use this skill whenever the user mentions heap exploitation, House of Force, top chunk manipulation, arbitrary memory allocation, malloc manipulation, or wants to allocate chunks at specific addresses. Also trigger for CTF challenges involving heap overflows, top chunk size overwrites, or when the user needs to calculate evil_size for heap attacks. Make sure to use this skill for any binary exploitation task involving glibc heap manipulation, even if they don't explicitly say "House of Force".
tools
How to perform House of Einherjar heap exploitation to allocate memory at arbitrary addresses. Use this skill whenever the user mentions heap exploitation, glibc heap attacks, arbitrary memory allocation, off-by-one overflow exploitation, tcache poisoning, fast bin attacks, or any CTF challenge involving heap manipulation. This is essential for binary exploitation tasks where you need to control malloc() return addresses.
testing
How to identify, analyze, and exploit heap overflow vulnerabilities in binary exploitation challenges and real-world scenarios. Use this skill whenever the user mentions heap overflows, memory corruption, heap grooming, tcache poisoning, fast-bin attacks, or any heap-related vulnerability in CTF challenges, binary analysis, or security research. This skill covers heap overflow fundamentals, exploitation techniques, heap grooming strategies, and real-world CVE analysis.