web2-recon

Automate subdomain enumeration and active service discovery for web attack surfaces.

13|2|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/pdparchitect/rook --skill web2-recon-pdparchitect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web2-recon
Source: https://github.com/pdparchitect/rook/tree/main/skills/web2-recon
Command: npx skills add https://github.com/pdparchitect/rook --skill web2-recon-pdparchitect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires subfinder, httpx, dnsx, nuclei, katana, ffuf, naabu, jq.

What problem does it solve?

This skill solves the problem of fragmented and manual asset discovery by providing a unified, automated pipeline that maps an organization's entire external attack surface from scratch.

Core Features & Use Cases

  • Comprehensive Discovery: Automates subdomain enumeration, live host identification, URL crawling, and directory fuzzing.
  • Vulnerability Triage: Integrates automated scanning for common bug classes like SQLi, SSRF, and IDOR, while providing a scoring rubric for target prioritization.
  • Continuous Monitoring: Enables automated alerts for new subdomains and GitHub commits to maintain situational awareness over a target's infrastructure.

Quick Start

Run the web2-recon skill by providing the target domain to initiate the full asset discovery and vulnerability triage pipeline.

Frequently Asked Questions about web2-recon

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

FAQPage Schema
How do I automate subdomain enumeration and live host identification for attack surface mapping?

Automated subdomain enumeration and live host identification are achieved by running a unified pipeline that maps an organization's external attack surface from scratch. It chains multi-source discovery tools to rapidly find live hosts and API endpoints.

What is the best way to run continuous monitoring for new subdomains on a target infrastructure?

Continuous monitoring for new subdomains is handled by the pipeline's automated alerting mechanism, which maintains situational awareness over a target's infrastructure by tracking new subdomain registrations and GitHub commits.

How does automated vulnerability triage work for common bug classes like SQLi and SSRF?

Automated vulnerability triage works by integrating scanning tools to identify common bug classes like SQLi, SSRF, and IDOR. It applies a scoring rubric to the findings to assist in prioritizing targets during security research.

Do I need specific command line tools installed to use this reconnaissance pipeline?

Yes, you need specific command line tools installed. The pipeline orchestrates dependencies including subfinder, httpx, dnsx, nuclei, katana, ffuf, naabu, and jq to execute its subdomain enumeration, crawling, and scanning tasks.

Can I use automated reconnaissance for bug hunting engagements requiring rapid URL crawling?

Yes, automated reconnaissance is designed for bug hunting engagements requiring rapid URL crawling and directory fuzzing. It automates the end-to-end discovery of web-based attack surfaces and collects structured data.

What limitations should I expect when fingerprinting web stacks across a large number of discovered hosts?

When fingerprinting web stacks across many discovered hosts, limitations may arise from active scanning rate limits or unresponsive services. The pipeline relies on active service discovery, meaning firewalled or non-standard ports might be missed during enumeration.