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.

Crawling / Scrapping

Katana

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

Last updated