Enter a target and get a complete, copy-paste ready recon pipeline — Subfinder, Nmap, Nuclei, FFUF, and SQLMap commands tailored to your scope and context.
✓ Free · No signup · No data sent
Configure Your Target
subfinder
nmap
nuclei
ffuf
sqlmap
amass
httpx
theHarvester
Generated Workflow
Copy entire workflow — paste into your terminal
Skip the manual setup. Run this on PhantomRed automatically.
PhantomRed executes this entire pipeline server-side — Subfinder, Nmap, Nuclei, FFUF, SQLMap — and returns AI-triaged findings ranked by severity. No local tool installation. No manual correlation.
A recon workflow generator is a utility that takes a target domain or IP address and produces a complete, ordered set of offensive security commands — covering subdomain enumeration, live host validation, port scanning, CVE detection, directory fuzzing, and injection testing.
Instead of manually constructing commands for each tool, remembering exact flags, and figuring out how to chain outputs between stages, the generator produces a ready-to-run pipeline in seconds. Each command is tailored to your scope type (single domain, wildcard, IP range, or API) and your context (bug bounty, pentest, or CTF) — so the flags, port lists, and template sets match your actual engagement.
This tool is built for offensive security operators who know what they're doing but don't want to spend 20 minutes constructing the same recon setup for every new target. It's the same pipeline that PhantomRed's autonomous penetration testing engine runs server-side — made available as a free command-line generator.
How Bug Bounty Hunters Automate Recon
Bug bounty hunters working large program scopes — wildcard domains with hundreds of subdomains, complex API surfaces, broad IP ranges — face a scaling problem. Manual recon doesn't scale. Running tools one by one, formatting output, and cross-referencing results across 6-8 tools takes hours per target. Automation is how serious hunters cover scope faster than the competition.
01
Subdomain Enumeration
Subfinder and Amass discover subdomains via passive DNS, certificate transparency logs, and third-party APIs — building the full target surface before any active scanning begins.
02
Live Host Validation
httpx filters the subdomain list down to hosts that are actually responding — eliminating dead endpoints before Nmap and Nuclei waste time on them.
03
Port & Service Fingerprinting
Nmap scans validated live hosts for open ports and service version banners — identifying attack surface beyond port 80 and 443, including exposed databases, admin panels, and staging services.
04
Vulnerability Scanning
Nuclei runs a curated template library against live targets — detecting CVEs, default credentials, misconfigured cloud storage, exposed admin interfaces, and SSRF endpoints.
05
Content Discovery
FFUF fuzzes web services for hidden directories, backup files, API routes, and parameter injection points — finding endpoints that don't appear in source code or sitemaps.
06
Injection Testing
SQLMap tests discovered parameter-accepting endpoints for SQL injection — targeting the endpoints surfaced by FFUF rather than guessing blindly at the root domain.
The key to efficient bug bounty recon is that each stage feeds into the next. Subdomain output feeds Nmap. Live host list feeds Nuclei. FFUF endpoints feed SQLMap. A workflow generator makes that chaining explicit — you see exactly how each command consumes the previous stage's output.
Example Recon Workflow
Here's a complete automated recon workflow for a wildcard bug bounty target (*.example.com), generated by this tool with Bug Bounty context selected:
Each stage is independent — you can run them sequentially or in parallel depending on your setup. The output files (subdomains.txt, nmap_results.txt, nuclei_findings.txt) become the inputs for later stages, creating a complete audit trail of the engagement.
Want this pipeline to run automatically — server-side, with AI-ranked findings? That's exactly what PhantomRed's autonomous pentest engine does. No local installation, no manual chaining, no result correlation overhead.
Why Recon Automation Matters
Manual recon is a ceiling. At some point, running tools one at a time and correlating results by hand limits how many targets you can cover, how fast you can move, and how consistently you can operate. Automation removes that ceiling.
⚡
Speed
Automated recon pipelines cover a target in minutes. Manual workflows covering the same scope take hours — giving automated operators a first-mover advantage on bug bounty programs.
📐
Coverage
Automated pipelines don't skip steps when tired or rushed. Every target gets the full workflow — subdomain enum, port scan, CVE check, content discovery — without human shortcuts.
📈
Scale
Run the same recon workflow across 50 subdomains as easily as across 5. Automated pipelines scale linearly with compute — manual workflows scale with headcount.
🗺
Attack Surface Expansion
Automated enumeration finds subdomains, ports, and endpoints that manual recon misses — increasing the probability of discovering vulnerabilities before other researchers do.
The operators who consistently find high-severity bugs in large programs are almost always running automated pipelines. The workflow generator here gives you the commands. PhantomRed gives you the execution engine.
Frequently Asked Questions
A recon workflow generator is a tool that takes a target domain or IP and produces a complete, ordered set of offensive security commands — covering subdomain enumeration, port scanning, CVE detection, directory fuzzing, and injection testing. Instead of manually constructing commands for each tool, the generator produces a tailored pipeline in seconds.
A standard bug bounty recon workflow uses: Subfinder or Amass for subdomain enumeration, httpx to validate live hosts, Nmap for port and service fingerprinting, Nuclei for CVE and misconfiguration detection, FFUF for directory and endpoint fuzzing, theHarvester for OSINT, and SQLMap for SQL injection testing. Tools are chained so each stage feeds into the next.
Automated reconnaissance chains offensive security tools in a conditional pipeline. Subfinder discovers subdomains, httpx validates which ones are live, Nmap identifies open ports and services, Nuclei tests for known CVEs and misconfigurations, FFUF fuzzes for hidden directories and endpoints, and SQLMap tests discovered parameters for injection. Each tool's output gates the next tool's inputs.
Yes. Manual bug bounty recon requires running 6-8 tools individually, formatting output between stages, and correlating results by hand. An automated recon workflow eliminates every manual handoff — tools chain automatically, outputs pipe between stages, and results aggregate into a single findings set. This reduces initial recon time from hours to minutes per target.
Reconnaissance is the broad discovery phase — finding subdomains, IP ranges, technologies, and publicly exposed information about a target. Enumeration is the deeper interrogation phase — actively probing discovered assets for open ports, running services, user accounts, and specific vulnerabilities. In an automated workflow, recon runs first to build the target surface, then enumeration drills into confirmed live assets.