hunt-dispatch

Map HTTPS fingerprints to platform-specific hunt-* skill sets for Red Team or WAPT workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AKasem1/claude-bug-bounty --skill hunt-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-dispatch
Source: https://github.com/AKasem1/claude-bug-bounty/tree/main/skills/hunt-dispatch
Command: npx skills add https://github.com/AKasem1/claude-bug-bounty --skill hunt-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves the “which skills should I run?” problem in bug bounty workflows by fingerprinting a target and loading only the most relevant Red Team or WAPT skill set.

Core Features & Use Cases

  • Target fingerprinting and platform skill mapping: Determines likely platforms (e.g., Okta/Auth0, Microsoft Entra, VPN/VDI, VMware, cloud IAM, supply-chain signals) and selects matching platform attack skills.
  • Mode-based skill-set loading: Loads always-on primitives plus a curated set of high-impact hunt-* skills for red team or OWASP-aligned hunt-* skills for WAPT.
  • Deterministic taxonomy output: Prints a consistent, lowercase, colon-delimited taxonomy block and returns control to /hunt for actual probing and testing.

Quick Start

Use hunt-dispatch indirectly by running /hunt in the correct mode (redteam or wapt with blackbox/greybox) so this loader selects and prints the session’s appropriate skill taxonomy.

Frequently Asked Questions about hunt-dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load the right bug bounty toolkit for a specific target?

Bug bounty toolkit loading is handled by fingerprinting a target's HTTPS signals and mapping them to platform-specific attack modules. The system selects always-on methodology skills and the appropriate hunt-* suite based on red team or WAPT engagement modes.

What is target fingerprinting for vulnerability taxonomy mapping?

Target fingerprinting for vulnerability taxonomy mapping involves parsing a lightweight HTTPS fingerprint and optionally reading recon artifacts to determine platform matches, selecting relevant bug bounty skills like Okta or cloud IAM attack modules.

How do I select OWASP-aligned skills for web application penetration testing?

OWASP-aligned skills for web application penetration testing are selected by running the loader in WAPT mode. It fingerprints the target and loads always-on primitives alongside a curated set of high-impact hunt-* skills mapped to OWASP vulnerabilities.

Does this bug bounty skill loader support red team workflows?

Red team workflows are supported by running the loader in redteam mode. It fingerprints the target and loads always-on methodology skills plus a curated set of high-impact hunt-* skills tailored for red team engagements.

Can I use recon artifacts to determine platform matches for vulnerability hunting?

Recon artifacts can optionally be read to determine platform matches for vulnerability hunting. The system parses a lightweight HTTPS fingerprint and supplements it with these artifacts to accurately map targets to platform attack skills.

What platforms can be identified during bug bounty skill set selection?

Platforms identified during bug bounty skill set selection include Okta, Auth0, Microsoft Entra, VPN, VDI, VMware, and cloud IAM. The system also detects supply-chain signals to load the correct platform attack skills.