Fingerprinting / Crawling

curl -I inlanefreight.com

Wafw00f

wafw00f inlanefreight.com

Nikto

nikto -h inlanefreight.com -Tuning b

The -Tuning b flag tells Nikto to only run the Software Identification modules.

GHunt

ghunt spiderdal -u domain.com
Cloud

Crawling / Scrapping

URLFinder

Katana

katana -u https://example.com -d 5 waybackarchive, commoncrawl, alienvault -kf -jc -fx -ef woff,css,png,svg,jpg,woff2,jpeg,gif,svg > results.txt

Gourlex

gourlex -t domain.com

Hakrawler

LazyEgg

Reconspider

pip3 install scrapy
$ wget https://academy.hackthebox.com/storage/modules/279/ReconSpider.zip
$ unzip ReconSpider.zip 
python3 ReconSpider.py http://inlanefreight.com
cat results.json

creepyCrawler

SecretOpt1c

Last updated