staging-subdomain-hunt

Identify staging subdomains via certificate transparency logs and web probing.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill staging-subdomain-hunt-entrovyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staging-subdomain-hunt
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/recon/staging-subdomain-hunt
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill staging-subdomain-hunt-entrovyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, nmap, python3, masscan, subfinder, httpx, nuclei, jq.

What problem does it solve?

This skill addresses the security blind spot where production environments are hardened with WAFs, but staging or development subdomains remain exposed, often containing debug info, install pages, or weaker security configurations.

Core Features & Use Cases

  • Certificate Transparency Discovery: Leverages crt.sh to map internal and staging infrastructure that is not indexed by standard crawlers.
  • Vulnerability Probing: Automatically checks for common staging weaknesses like exposed .env files, WordPress install pages, and debug modes.
  • Security Gap Analysis: Compares production and staging headers to identify discrepancies in CORS policies, WAF presence, and XMLRPC exposure.

Quick Start

Use the staging-subdomain-hunt skill to discover and analyze staging environments for the target domain example.com.

Frequently Asked Questions about staging-subdomain-hunt

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

FAQPage Schema
How do I find exposed staging subdomains using certificate transparency logs?

Finding staging subdomains involves querying certificate transparency logs via crt.sh to map internal infrastructure, then actively probing the discovered hosts using httpx and nuclei to identify security misconfigurations and weaker development environments.

What security gaps are commonly found in WordPress staging environments?

WordPress staging environments commonly exhibit security gaps like exposed install pages, accessible .env files, active debug modes, and XMLRPC exposure, which occur when production hardening such as WAFs is not applied to the staging infrastructure.

Do I need to install subfinder and masscan to perform subdomain takeover checks?

Yes, you need to install subfinder and masscan alongside curl, nmap, python3, httpx, nuclei, and jq to perform comprehensive subdomain reconnaissance and active vulnerability verification for takeover checks.

How do I compare production and staging headers to identify WAF discrepancies?

To compare production and staging headers, probe both environments using curl and httpx to analyze discrepancies in CORS policies, WAF presence, and XMLRPC exposure, revealing gaps in security hardening.

Can I use nuclei to probe for exposed .env files on development subdomains?

Yes, you can use nuclei to automatically probe for exposed .env files on development subdomains, as it provides the vulnerability verification required during comprehensive reconnaissance of staging environments.

What is the best way to pivot to weaker staging environments when production is hardened?

The best way to pivot to weaker staging environments is leveraging certificate transparency discovery and active web probing to uncover internal infrastructure not indexed by standard crawlers, effectively bypassing hardened production WAFs.