-
Finding Seeds / Roots
- Scope Domains
-
Acquisitions
- Crunchbase
-
ASN Enumeration
- Hurricane Electric Services
- AMASS
-
Reverse WHOIS
- Whoxy
- DOMLink
-
Ad / Analytics Relationships
- Builtwith
-
Google Fu
- Copyright text
- Terms of service text
- Privacy report text
- Copy them and search on google
- Shodan
-
Finding Subdomains
-
Linked and JS Discovery
-
Linked Discovery
- GoSpider
- Hakrawler
-
Subdomain Enumeration
- subDomainnizer
- Sublist3r
- Findomain
-
Subdomain Scraping
- Google Dorking
- Amass
- Subfinder
- Github-subdomains.py
- Shosubgo
-
Subdomain Bruteforcing
-
Amass does this with -rf flag
- amass enum -brute -d twitch.tv -src
- amass enum -brute -d twitch.tv -rf resolvers.txt -w bruteforce.list
- Amass offers bruteforcing via "enum" using "brute" switch.
You can also specify any number of resolvers , as well as there is a built in list
- Massdns
- ShuffleDNS
- The Massive wordlist is attached here
-
Alteration Scanning
- Altdns
- Amass
-
Others
-
Port Analysis
-
Masscan
- Syntax Guide for Masscan
eg . command :
masscan -p1-65535 -iL $ipFile --max-rate 1800 -oG $outPutFile.log
- dnmasscan
-
Service Scanning
- Brutespray
- Github Dorking
-
Screenshoting
- Eyewitness
- Aquatone
- httpscreenshot
-
Subdomain Takeover
- Can I takeover XYZ?
- Subover
-
Automation ++
- Interlace
- 1. Masscan
- 3.Brutespray Credential Bruteforce
- 2.Nmap service scan -oG
-
Frameworks
-
C - Tier
-
Automation built around scripting up other tools in bash or python. ** Step based, no workflow.
Few Techniques . Little extensibility **
- AdmiralGaust - Bountyrecon
- Offhourscoding - recon
- Sambal0x - recon tools
- JoshuaMart - Autorecon
- Yourbuddy25 - Hunter
- Venom26 - ultimate recon
-
B - Tier
-
Automation writing a few of their own modules.
Some GUI or advanced workfow.
Medium Techniques
Runs point - in - time .
Flat files.
- Lazyrecon
- phspade - Automated Scanner
- OneForALl
- chomp-scan
- domained
- sudomy
- gorecon
- tugarecon
-
A - Tier
-
Automation writing all their own modules.
Has GUI.
Runs iteratively.
Manages data via db.
- Findomain
- Rock-ON
- Recon-pipeline
-
S - Tier
-
Automation writing their own moduels.
Has GUI.
Runs Iteratively.
Manages data via db.
Scales across multiple boxes.
Sends alerts to users.
Uses Novel techniques and iterates quickly .
ML+Ai
- Intrigue.io
- Spiderfoot
- Tomnomnom's Github
- The Bug Hunters Methodology (TBHM)