Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when mapping a target's external attack surface or gathering OSINT — subdomain enumeration, attack-surface mapping (httpx/katana/JS secrets), subdomain takeover, multi-cloud/Azure tenant recon, GitHub secret dorking, breach/infostealer credential intel, CVE prioritization (EPSS/KEV)
.claude/skills/hypnguyen1209-recon-osint/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 429% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 306% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 117% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 95% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 131% | 0% |
| Technique | ATT&CK | CWE | Reference | Script | |-----------|--------|-----|-----------|--------| | Passive subdomain enum (subfinder/amass/CT logs) | T1590.002, T1596.001 | CWE-200 | references/subdomain-discovery.md | scripts/recon_orchestrator.py | | DNS brute / permutation / resolution (puredns/alterx/dnsx) | T1595.002, T1590.002 | CWE-200 | references/subdomain-discovery.md | scripts/recon_orchestrator.py | | ASN → CIDR → reverse-DNS expansion | T1590.005, T1596.005 | CWE-200 | references/subdomain-discovery.md | scripts/recon_orchestrator.py | | HTTP probing + tech fingerprint (httpx) | T1595.002, T1592.002 | CWE-200 | references/attack-surface-mapping.md | scripts/recon_orchestrator.py | | Headless crawling + archive URLs (katana/gau) | T1595.002, T1593.003 | CWE-200 | references/attack-surface-mapping.md | scripts/js_secret_hunter.py | | JavaScript endpoint / secret extraction | T1593.003, T1552.001 | CWE-540 | references/attack-surface-mapping.md | scripts/js_secret_hunter.py | | Subdomain takeover (dangling CNAME/NS) | T1583.001, T1584.001 | CWE-350 | references/subdomain-takeover.md | scripts/subdomain_takeover.py | | Deleted-S3 takeover → supply-chain pivot | T1583.001, T1195.002 | CWE-350 | references/subdomain-takeover.md | scripts/subdomain_takeover.py | | Multi-cloud bucket/blob enum (cloud_enum) | T1580, T1596.005 | CWE-732 | references/cloud-saas-recon.md | scripts/cloud_asset_enum.py | | Azure tenant outsider recon (AADInternals) | T1590.001, T1589 | CWE-200 | references/cloud-saas-recon.md | scripts/cloud_asset_enum.py | | GitHub/GitLab dorking + secret scanning | T1593.003, T1213.003 | CWE-540 | references/cloud-saas-recon.md | scripts/cloud_asset_enum.py | | Email/username harvesting (theHarvester) | T1589.002, T1591 | CWE-200 | references/breach-credential-intel.md | scripts/breach_intel.py | | Breach + infostealer credential intel (HIBP/DeHashed) | T1589.001, T1596 | CWE-522 | references/breach-credential-intel.md | scripts/breach_intel.py | | CVE enrichment + prioritization (NVD/EPSS/KEV) | T1592.002, T1596 | CWE-1395 | references/cve-exploit-intel.md | scripts/cve_prioritizer.py | | Shodan InternetDB exposure → CVE mapping | T1596.005, T1595.002 | CWE-200 | references/cve-exploit-intel.md | scripts/cve_prioritizer.py |
bashexport DOMAIN=target.com # 0. Validate resolvers once (puredns needs a clean list) dnsvalidator -tL https://public-dns.info/nameservers.txt -threads 100 -o resolvers.txt # 1. Full discovery + probe + crawl + takeover + nuclei, JSONL out (see orchestrator) python3 scripts/recon_orchestrator.py -d $DOMAIN -o out/ --resolvers resolvers.txt --nuclei # 2. JS/endpoint + secret hunting over live hosts python3 scripts/js_secret_hunter.py -l out/httpx_live.txt -o out/js/ # 3. Dangling-DNS / subdomain-takeover triage python3 scripts/subdomain_takeover.py -l out/all_subdomains.txt -o out/takeovers.jsonl # 4. Cloud + code recon (buckets, Azure tenant, GitHub secrets) python3 scripts/cloud_asset_enum.py -k $DOMAIN --company target --azure-domain $DOMAIN --gh-org target # 5. People + breach/infostealer intel python3 scripts/breach_intel.py --domain $DOMAIN --harvest --hibp --dehashed # 6. Triage CVEs from fingerprints → KEV/EPSS/exposure ranked python3 scripts/cve_prioritizer.py --from-httpx out/httpx_live.txt --ip-file out/ips.txt -o out/cve_ranked.jsonl
| Technique | Telemetry / IOC | Detection (Sigma/EDR) | OPSEC note | |-----------|-----------------|------------------------|------------| | Passive enum (CT/API) | None on target; queries hit 3rd-party APIs | Target cannot see it; CT-log monitoring (certstream) detects new certs only | Fully passive — prefer for stealth; no target traffic | | DNS brute / resolution | Burst of NXDOMAIN/A queries to authoritative + resolvers | DNS firewall: high-volume distinct-label rate per source IP; Zeek dns.cc/NXDOMAIN ratio | Throttle -rate, rotate resolvers, never brute a single auth NS directly | | httpx / katana probing | Spike of HTTP(S) requests, odd UA, favicon/JARM fetches | WAF/CDN: request-rate + UA anomaly; access-log User-Agent: *httpx*/*katana* | Set custom UA, low -rl, route via proxy pool / cloud egress | | Subdomain takeover check | HTTP GET to dangling host (lands on 3rd-party) | 3rd-party provider logs; CT for new cert on claimed host | Verify with passive fingerprint before any claim; claiming is loud | | Cloud bucket enum | DNS + HTTP to *.s3/blob/storage.googleapis | Cloud provider access logs; GuardDuty Discovery:S3/* | Hits provider, not target; still rate-limited / loggable | | Azure tenant recon | Requests to login.microsoftonline.com | Entra sign-in/audit logs do not see unauth realm probes | getuserrealm/OpenID are unauth & invisible to tenant | | GitHub/GitLab dorking | API/search queries from your token | GitHub audit log (only org members'); secret-scanning alerts | Use a throwaway token; respect rate limits to avoid bans | | Breach/infostealer lookup | 3rd-party API calls (HIBP/DeHashed) | None on target | Handle PII per ROE/GDPR; document lawful basis | | CVE enrichment | NVD/EPSS/KEV/Shodan API calls | None on target | Map exposure to in-scope assets only |
-td -favicon -jarm -asn), katana headless/authenticated crawling, gau/wayback archive mining, JS endpoint + secret extraction, nuclei triage of the live set.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 15,655 | 16,856 | +8% | 1 | 1 | 0% | 1,897 | 4,208 | +122% | 0 | 0 | — |
case-02 | fail→fail | 18,715 | 18,141 | -3% | 1 | 1 | 0% | 1,701 | 5,337 | +214% | 0 | 0 | — |
case-03 | fail→pass | 12,268 | 22,423 | +83% | 1 | 1 | 0% | 749 | 3,961 | +429% | 0 | 0 | — |
case-04 | pass→pass | 7,988 | 4,329 | -46% | 1 | 1 | 0% | 1,274 | 2,939 | +131% | 0 | 0 | — |
case-05 | pass→pass | 9,094 | 12,190 | +34% | 1 | 1 | 0% | 1,466 | 4,065 | +177% | 0 | 0 | — |
case-06 | fail→pass | 28,667 | 16,411 | -43% | 1 | 1 | 0% | 922 | 3,744 | +306% | 0 | 0 | — |
case-07 | pass→pass | 10,020 | 7,497 | -25% | 1 | 1 | 0% | 1,472 | 3,433 | +133% | 0 | 0 | — |
case-08 | pass→pass | 5,056 | 8,835 | +75% | 1 | 1 | 0% | 828 | 3,792 | +358% | 0 | 0 | — |
case-09 | pass→pass | 9,023 | 6,589 | -27% | 1 | 1 | 0% | 1,322 | 3,270 | +147% | 0 | 0 | — |
case-10 | fail→fail | 18,532 | 16,189 | -13% | 1 | 1 | 0% | 1,322 | 3,928 | +197% | 0 | 0 | — |
case-11 | fail→pass | 9,774 | 5,814 | -41% | 1 | 1 | 0% | 1,440 | 3,120 | +117% | 0 | 0 | — |
case-12 | pass→pass | 7,395 | 7,501 | +1% | 1 | 1 | 0% | 1,203 | 3,480 | +189% | 0 | 0 | — |
case-13 | pass→pass | 5,759 | 3,942 | -32% | 1 | 1 | 0% | 914 | 2,893 | +217% | 0 | 0 | — |
case-14 | fail→fail | 9,164 | 10,560 | +15% | 1 | 1 | 0% | 1,247 | 3,789 | +204% | 0 | 0 | — |
case-15 | pass→pass | 6,874 | 5,278 | -23% | 1 | 1 | 0% | 1,102 | 3,127 | +184% | 0 | 0 | — |
case-16 | pass→pass | 9,797 | 21,158 | +116% | 1 | 1 | 0% | 1,552 | 3,514 | +126% | 0 | 0 | — |
case-17 | pass→pass | 7,243 | 4,310 | -40% | 1 | 1 | 0% | 1,085 | 2,946 | +172% | 0 | 0 | — |
case-18 | fail→pass | 13,349 | 9,615 | -28% | 1 | 1 | 0% | 1,915 | 3,725 | +95% | 0 | 0 | — |
case-19 | pass→pass | 6,394 | 6,219 | -3% | 1 | 1 | 0% | 922 | 3,195 | +247% | 0 | 0 | — |
case-20 | pass→pass | 8,607 | 9,465 | +10% | 1 | 1 | 0% | 1,317 | 3,689 | +180% | 0 | 0 | — |
case-21 | pass→pass | 11,435 | 12,614 | +10% | 1 | 1 | 0% | 1,707 | 4,070 | +138% | 0 | 0 | — |
case-22 | pass→pass | 10,636 | 7,763 | -27% | 1 | 1 | 0% | 1,769 | 3,471 | +96% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +18 percentage points is the difference between those two pass rates over the 21 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.