hunt-dispatchlisted
Install: claude install-skill elementalsouls/Claude-BugHunter
# hunt-dispatch
skill-set loader for `/hunt`. one concept (which skills to load), one place.
invocation contract:
```
hunt-dispatch mode=redteam
hunt-dispatch mode=wapt box=blackbox
hunt-dispatch mode=wapt box=greybox
```
## step 1 — fingerprint (red team only)
run a one-shot fingerprint and parse `recon/<target>/live-hosts.txt` if present:
```bash
curl -sI "https://$TARGET" 2>/dev/null | tr -d '\r'
test -f "recon/$TARGET/live-hosts.txt" && cat "recon/$TARGET/live-hosts.txt"
```
look for the following signals → platform skill mapping:
```
okta.com | auth0.com | pingidentity → okta-attack
login.microsoftonline.com | outlook | sts → m365-entra-attack
pulse | fortinet | ivanti | citrix → enterprise-vpn-attack
vsphere | vcenter | :9443 → vmware-vcenter-attack
amazonaws | azure | googleapis | gcp → cloud-iam-deep
github.com/<org>/ → supply-chain-attack-recon
.apk | play.google.com → apk-redteam-pipeline
```
multiple matches → load all matching platform skills.
## step 2 — load skill set
invoke each skill in order via the Skill tool.
### mode=redteam
always-on (load first):
```
redteam-mindset
mid-engagement-ir-detection
```
platform (load second, conditional on fingerprint matches from step 1):
```
okta-attack
m365-entra-attack
enterprise-vpn-attack
vmware-vcenter-attack
cloud-iam-deep
supply-chain-attack-recon
apk-redteam-pipeline
```
high-impact hunt-* set (load thi