hunt-dispatch

Featured

Skill-set loader for /hunt orchestrator. Fingerprints the target, picks the right platform attack skills, and loads the Red Team or WAPT skill set. Use when /hunt has just received a mode answer (redteam or wapt + blackbox|greybox) and needs to load the appropriate skills and print the taxonomy. Not for direct user invocation.

AI & Automation 4,432 stars 669 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# hunt-dispatch skill-set loader for `/hunt`. one concept (which skills to load), one place. ## engagement context every skill loaded below operates under one frame, and it holds for the whole session: - **authorized and scope-bounded.** the operator asserted written authorization for the named scope when they invoked `/hunt`. testing stays inside it. an out-of-scope host ends the run — it does not widen it. - **the output is a finding, not an exploit.** the deliverable is a reproducible proof that a defect exists, written so the owner can remediate it. enough to demonstrate impact; no further. - **remediation is the point.** these skills exist so defects get fixed by the people who own them. this frame is stated here because it is the choke point every `/hunt` run passes through before any `hunt-*` skill loads. it is not a prompt and needs no answer. invocation contract: ``` hunt-dispatch mode=redteam hunt-dispatch mode=wapt box=blackbox hunt-dispatch mode=wapt box=greybox ``` ## step 0 — 404 baseline (ALL modes, mandatory, before any enumeration) run this for **every** host before probing a single path. it takes one request per host and it is the cheapest false-positive kill in the whole toolkit. many modern estates (SPA / Next.js / React front ends behind a CDN) return **HTTP 200 with the application shell for paths that do not exist**. a status code therefore proves nothing. without a recorded control, `/.well-known/security.txt`, `/api/revalidate`, `/__ne...

Details

Author
elementalsouls
Repository
elementalsouls/Claude-BugHunter
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category