Crawling#
Katana#
ProjectDiscoverytool. See ProjectDiscovery Tools
Crawl and parse js files for more endpoints
katana -u domain.name -jsl | tee -a assets.txt
cat domains.txt | katana -jsl -kf all -td -d 10 | tee -a assets.txtReconSpider#
See Reconspider This tool crawl and parse html comments, links, emails, etc
python3 ./reconspider.py http://domain.nameDirectory/File Bruteforce#
gobuster dir -u http://$target/ -w /usr/share/seclists/Discovery/Web-Content/common.txtffuf -w /usr/share/seclists/Discovery/Web-Content/common.txt:FUZZ -u http://$target/FUZZ