Agent skill
performing-recon-automation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/performing-recon-automation
SKILL.md
name: performing-recon-automation description: >- Automate bug bounty reconnaissance workflows including subdomain enumeration, port scanning, technology fingerprinting, and content discovery with custom pipelines. domain: cybersecurity subdomain: bug-bounty tags:
- recon
- automation
- subdomain
- content-discovery version: "1.0" author: defconxt license: AGPL-3.0 metadata: mitre-attack: ["T1595"] frameworks: ["MITRE ATT&CK"] tools: ["subfinder", "httpx", "nuclei", "ffuf"]
Performing Recon Automation
Overview
Automate bug bounty reconnaissance workflows including subdomain enumeration, port scanning, technology fingerprinting, and content discovery with custom pipelines.
Prerequisites
| Tool / Requirement | Details |
|---|---|
subfinder |
Security tooling |
httpx |
Security tooling |
nuclei |
Security tooling |
ffuf |
Security tooling |
| subfinder, httpx, nuclei, ffuf, automation scripting capability | Environment requirement |
Quick Reference
# Quick start commands
node scripts/agent.js --help
node scripts/agent.js pipeline --domain target.com --full
Workflow
Step 1: Run Full Recon Pipeline
node scripts/agent.js pipeline --domain target.com --full
Step 2: Enumerate and Probe
subfinder -d target.com | httpx -title -tech-detect -status-code
Step 3: Content Discovery
ffuf -u https://target.com/FUZZ -w wordlist.txt -mc 200,301,302,403
Verification
- Verify pipeline execution:
node scripts/agent.js pipeline --domain target.com --check - Confirm results:
node scripts/agent.js report --domain target.com
References
- MITRE ATT&CK: T1595
- Frameworks: MITRE ATT&CK
- Tools: subfinder, httpx, nuclei, ffuf
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?