web2-recon

Automate subdomain enumeration, live host identification, and URL crawling for web reconnaissance.

3|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/cmndcntrlcyber/rtpi --skill web2-recon-cmndcntrlcyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web2-recon
Source: https://github.com/cmndcntrlcyber/rtpi/tree/main/knowledge_seed/bug_hunter_skills/web2-recon
Command: npx skills add https://github.com/cmndcntrlcyber/rtpi --skill web2-recon-cmndcntrlcyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires subfinder, assetfinder, dnsx, httpx, katana, nuclei, waybackurls, gau, ffuf, gf, anew, interactsh-client, linkfinder, secretfinder, dalfox, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the reconnaissance phase for web2 applications, providing a streamlined and efficient way to enumerate subdomains, identify live hosts, and crawl URLs for vulnerabilities and attack surfaces.

Core Features & Use Cases

  • Subdomain Enumeration: Automates the discovery of subdomains using various sources.
  • Live Host Identification: Checks the reachability of identified subdomains.
  • URL Crawl: Crawl and catalog URLs for further analysis.
  • Vulnerability Detection: Utilizes nuclei templates to detect common vulnerabilities.
  • Continuous Monitoring: Setup alerts for new subdomains and code changes.
  • Use Case: This Skill is ideal for red teamers or security researchers to quickly assess a target's attack surface during the initial reconnaissance phase.

Quick Start

Run the full recon pipeline on your target domain with: web2-recon target.com

Frequently Asked Questions about web2-recon

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

FAQPage Schema
How do I automate web reconnaissance for subdomain enumeration and live host identification?

Automate web reconnaissance by running a pipeline that uses subfinder and assetfinder to discover subdomains, then resolves them with dnsx and verifies reachability using httpx to identify live hosts for target assessment.

What is the best way to crawl URLs and detect vulnerabilities during red teaming?

The best way to crawl URLs and detect vulnerabilities is by using katana, waybackurls, and gau to fetch URLs, then scanning them with nuclei templates and dalfox to identify common security flaws and attack surfaces.

Does web application reconnaissance require API keys for passive subdomain enumeration?

Passive subdomain enumeration requires API keys for certain data sources like the Chaos API to successfully retrieve comprehensive subdomain data and streamline the discovery process during security auditing.

Can I use nuclei and dalfox together for vulnerability detection in security auditing?

You can use nuclei and dalfox together for vulnerability detection by piping crawled URLs into both tools; nuclei scans for template-based vulnerabilities while dalfox focuses on detecting XSS attack vectors.

How do I find hidden endpoints and secrets in crawled URLs for target assessment?

Find hidden endpoints and secrets in crawled URLs by parsing JavaScript files with linkfinder and secretfinder, then filtering the extracted paths using gf patterns to isolate vulnerable parameters for further exploitation.

What are the limitations of passive enumeration compared to active web reconnaissance?

Limitations of passive enumeration include missing recently created subdomains not yet indexed by sources like Chaos API or waybackurls, requiring active DNS resolution with dnsx and direct crawling with katana for complete coverage.