Recon Simple banner
ArianHobson333 ArianHobson333

Recon Simple

Development community

Description

Perform full reconnaissance on $ARGUMENTS. Before running anything, confirm the target is in scope per the current program's `CLAUDE.md`. If not, stop and ask. Phases: 1. **Subdomain enumeration** — `subfinder -d {target}` and `amass enum -passive -d {target}`; merge and dedupe. 2. **Live host detection** — pipe the list through `httpx -silent -sc -title -tech-detect`. 3. **Fingerprinting** — note tech stack per host (framework, CDN, WAF, auth provider). 4. **Historical endpoints** — `gau {tar

Installation

Installs to ~/.claude/skills/arianhobson333-claude-bug-bounty-stack-recon-simple/SKILL.md

Terminal
mkdir -p ~/.claude/skills/arianhobson333-claude-bug-bounty-stack-recon-simple && curl -fsSL https://raw.githubusercontent.com/ArianHobson333/claude-bug-bounty-stack/HEAD/commands/recon-simple.md -o ~/.claude/skills/arianhobson333-claude-bug-bounty-stack-recon-simple/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository