ββββ β β ββ βββ βββ ββββββ ββββββ ββββββ
ββ ββ β ββ ββββββββ ββββ βββ β ββ β ββββ ββ
βββ ββ ββββββ ββββββββ ββββ β ββββ ββββ βββ β
ββββ ββββββββ ββββββββ ββββ β ββββββ β ββββ ββββ
ββββ ββββββββββββ βββββββββββββββββββββββββββββββββ βββββ β
β ββ β β ββββ β β β βββ ββ βββ ββ βββ β βββ ββ ββ ββ β β
β β β β β β β β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββ R E C O N ββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
bad-antics
π Join discord.gg/killers for premium features!
| Tool | Language | Description | Free | Premium |
|---|---|---|---|---|
| subfinder | Go | Fast subdomain discovery | β | π₯ |
| dnsrecon | Go | DNS enumeration & zone transfer | β | π₯ |
| wayback | Python | Wayback Machine scraper | β | π₯ |
| gitscan | Go | GitHub/GitLab secret scanner | β | π₯ |
| emailhunter | Python | Email address harvester | β | π₯ |
| techdetect | Go | Technology stack detector | β | π₯ |
nullsec-recon/
βββ go/
β βββ subfinder/ # Subdomain enumeration
β βββ dnsrecon/ # DNS reconnaissance
β βββ techdetect/ # Tech stack detection
β βββ gitscan/ # Git repository scanner
βββ python/
β βββ wayback.py # Wayback Machine scraper
β βββ emailhunter.py # Email harvester
β βββ whois_lookup.py # WHOIS information
β βββ shodan_search.py # Shodan integration
βββ scripts/
βββ full_recon.sh # Complete recon automation
βββ report_gen.py # Report generator
# Subdomain enumeration
./subfinder -d example.com -o subdomains.txt
# DNS reconnaissance
./dnsrecon -d example.com --all
# Wayback URLs
python3 wayback.py -d example.com -o urls.txt
# Full automated recon
./scripts/full_recon.sh example.comSources:
- Certificate Transparency (crt.sh)
- DNS bruteforce
- Search engines (Google, Bing, Yahoo)
- VirusTotal, SecurityTrails
- Web archives
# Basic enumeration
./subfinder -d target.com
# With custom wordlist
./subfinder -d target.com -w subdomains.txt
# Multiple sources
./subfinder -d target.com --all -o results.txt
# JSON output
./subfinder -d target.com -json | jqDetects:
- Web frameworks (React, Angular, Vue)
- CMS (WordPress, Drupal, Joomla)
- Web servers (nginx, Apache, IIS)
- Programming languages
- CDN providers
- Analytics/tracking
# Scan single URL
./techdetect -u https://example.com
# Scan list of URLs
./techdetect -l urls.txt -o tech_report.jsonFor authorized security testing only. Only perform reconnaissance on systems you have permission to test.