hunt-dispatch

Load attack skill sets based on live host fingerprinting.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/Skobyn/talon --skill hunt-dispatch-skobyn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-dispatch
Source: https://github.com/Skobyn/talon/tree/main/skills/hunt-dispatch
Command: npx skills add https://github.com/Skobyn/talon --skill hunt-dispatch-skobyn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scripts/hunt-dispatch.sh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the loading of attack skill sets based on target fingerprints, simplifying the process of initiating and managing red-team or WAPT campaigns.

Core Features & Use Cases

  • Target Fingerprinting: Analyzes live hosts to determine the right platform attack skills to use.
  • Skill Set Loading: Dynamically loads a comprehensive set of attack and reconnaissance skills based on the target's infrastructure.
  • Mode Selection: Supports both red-team and WAPT (Whitebox Assessment) operation modes, each tailored to specific attack strategies.

Quick Start

Load the attack skills for redteam mode with 'hunt-dispatch mode=redteam'.

Frequently Asked Questions about hunt-dispatch

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

FAQPage Schema
How do I automate web application attack skill loading based on target fingerprinting?

You can automate web application attack skill loading by using an orchestration tool that analyzes live host fingerprints and dynamically matches them to predefined platform attack skills for red-team or WAPT campaigns.

What is the difference between red-team and WAPT operation modes for web reconnaissance?

Red-team mode focuses on offensive attack strategies and stealth, while WAPT (Whitebox Assessment) mode tailors reconnaissance and attack skill loading for comprehensive white-box testing with full infrastructure visibility.

How do I start a red-team reconnaissance workflow using hunt-dispatch?

To start a red-team reconnaissance workflow, execute the command 'hunt-dispatch mode=redteam' to dynamically load the necessary attack and reconnaissance skills based on live host fingerprinting.

Do I need predefined fingerprint signals before orchestrating web application attacks?

Yes, you must predefine specific fingerprint signals and associate them with relevant skills beforehand, as the orchestration engine relies on these mappings to effectively load the correct attack skill sets.

Can I use shell scripts to orchestrate reconnaissance and attack skills for live hosts?

Yes, you can use shell scripts to orchestrate reconnaissance and attack skills, specifically leveraging dependency scripts to manage and automate the loading of platform-specific attack sets for live hosts.