|
1 | 1 | <p align="center"> |
2 | | - <img src="https://img.shields.io/badge/Go-1.25-00ADD8?style=flat-square&logo=go&logoColor=white" alt="Go"> |
| 2 | + <img src="https://img.shields.io/badge/Go-1.24-00ADD8?style=flat-square&logo=go&logoColor=white" alt="Go"> |
3 | 3 | <img src="https://img.shields.io/badge/Docker-Ready-2496ED?style=flat-square&logo=docker&logoColor=white" alt="Docker"> |
4 | 4 | <img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" alt="License"> |
5 | 5 | <img src="https://img.shields.io/badge/CDP-Chromium-4285F4?style=flat-square&logo=googlechrome&logoColor=white" alt="CDP"> |
6 | | - <img src="https://img.shields.io/badge/Providers-12-blueviolet?style=flat-square" alt="Providers"> |
| 6 | + <img src="https://img.shields.io/badge/Providers-13-blueviolet?style=flat-square" alt="Providers"> |
7 | 7 | <img src="https://img.shields.io/badge/DSL_Rules-60+-orange?style=flat-square" alt="DSL Rules"> |
8 | 8 | </p> |
9 | 9 |
|
@@ -53,7 +53,7 @@ recon0 run target.com |
53 | 53 | | |
54 | 54 | v |
55 | 55 | ┌────────────────────────────────────────────────────────────────────────────┐ |
56 | | - │ 1. ENUM subfinder Passive subdomain enumeration │ |
| 56 | + │ 1. ENUM subfinder+amass Passive subdomain enumeration │ |
57 | 57 | │ 2. RESOLVE dnsx ◄── DNS gate: 0 results = stop │ |
58 | 58 | │ 3. PROBE httpx + tlsx HTTP probing, tech fingerprint, TLS │ |
59 | 59 | │ 4. CRAWL cdpcrawl Headless Chrome + HAR + JS capture │ |
@@ -117,6 +117,7 @@ go install github.com/projectdiscovery/httpx/cmd/httpx@latest |
117 | 117 | go install github.com/projectdiscovery/tlsx/cmd/tlsx@latest |
118 | 118 | go install github.com/projectdiscovery/naabu/v2/cmd/naabu@latest |
119 | 119 | go install github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest |
| 120 | +go install github.com/owasp-amass/amass/v4/...@master |
120 | 121 |
|
121 | 122 | # Run |
122 | 123 | ./recon0 run target.com |
@@ -146,6 +147,7 @@ $ recon0 providers |
146 | 147 |
|
147 | 148 | Provider Stage Status Binary |
148 | 149 | ────────────────────────────────────────────────── |
| 150 | + amass enum enabled /usr/local/bin/amass |
149 | 151 | subfinder enum enabled /usr/local/bin/subfinder |
150 | 152 | dnsx resolve enabled /usr/local/bin/dnsx |
151 | 153 | httpx probe enabled /usr/local/bin/httpx |
@@ -229,6 +231,7 @@ recon0 status --remote 10.0.0.5:9090 |
229 | 231 | | Provider | Stage | Tool | Purpose | |
230 | 232 | |----------|-------|------|---------| |
231 | 233 | | `subfinder` | enum | [subfinder](https://github.com/projectdiscovery/subfinder) | Passive subdomain enumeration from 100+ sources | |
| 234 | +| `amass` | enum | [amass](https://github.com/owasp-amass/amass) | OWASP subdomain enumeration — DNS, scraping, certificates, APIs | |
232 | 235 | | `dnsx` | resolve | [dnsx](https://github.com/projectdiscovery/dnsx) | DNS resolution, A/AAAA/CNAME records, takeover checks | |
233 | 236 | | `httpx` | probe | [httpx](https://github.com/projectdiscovery/httpx) | HTTP probing, status codes, tech fingerprinting, CDN detection | |
234 | 237 | | `tlsx` | probe | [tlsx](https://github.com/projectdiscovery/tlsx) | TLS certificate extraction, SAN enumeration, expiry checks | |
|
0 commit comments