Red Team Tools and Methodology

Automate red-team reconnaissance and vulnerability discovery workflows.

4.5k|458|Updated Jun 21, 2025
One-click install
npx skills add https://github.com/zebbern/claude-code-guide --skill red-team-tools-and-methodology
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Red Team Tools and Methodology
Source: https://github.com/zebbern/claude-code-guide/tree/main/skills/red-team-tools
Command: npx skills add https://github.com/zebbern/claude-code-guide --skill red-team-tools-and-methodology

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides actionable guidance and workflows for security researchers and red-team practitioners to automate reconnaissance, vulnerability discovery, and bug bounty workflows.

Core Features & Use Cases

  • Automated Recon: Orchestrates subdomain enumeration, live host discovery, and technology fingerprinting to identify attack surfaces.
  • Comprehensive Bug Bounty Toolkit: Integrates tools like amass, subfinder, whatweb, nuclei to streamline findings and reporting.
  • Training & Assessment: Used for red-team exercises and OWASP-oriented practice scenarios.

Quick Start

Start with a basic reconnaissance pipeline against a target: enumerate subdomains, identify live hosts, and fingerprint technologies, then begin asset discovery and reporting.

Frequently Asked Questions about Red Team Tools and Methodology

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

FAQPage Schema
How do I automate red-team reconnaissance for subdomain enumeration and live host discovery?▼

Automate red-team reconnaissance by orchestrating subdomain enumeration and live host discovery to identify attack surfaces. Configure a workflow pipeline using external tools like amass and subfinder to map target assets automatically.

What is the best way to streamline bug bounty findings and reporting using nuclei and httpx?▼

Streamline bug bounty findings and reporting by integrating vulnerability discovery tools like nuclei and httpx. This approach automates technology fingerprinting and vulnerability scanning across discovered assets.

Do I need a specific scripting environment to run automated recon pipelines for security research?▼

You need a configurable scripting environment to run automated recon pipelines. The workflow requires installing and configuring external tooling such as amass, subfinder, whatweb, nuclei, and httpx to execute tasks.

Can I use this automated recon workflow for OWASP training and red-team assessment scenarios?▼

You can use this automated recon workflow for red-team exercises and OWASP-oriented practice scenarios. It guides security professionals through vulnerability discovery and asset identification during training and assessments.

How does technology fingerprinting with whatweb fit into a bug bounty workflow?▼

Technology fingerprinting with whatweb identifies software stacks running on live hosts within a bug bounty workflow. This step follows subdomain enumeration and precedes content discovery to pinpoint exploitable technologies.

What steps are needed to start a basic content discovery pipeline against a target?▼

Start a basic content discovery pipeline by enumerating subdomains, identifying live hosts, and fingerprinting technologies. This sequence allows you to map the attack surface before beginning asset discovery and reporting.