PikachuN@htb[/htb]$ sudo apt update && sudo apt install -y perl
PikachuN@htb[/htb]$ git clone https://github.com/sullo/nikto
PikachuN@htb[/htb]$ cd nikto/program
PikachuN@htb[/htb]$ chmod +x ./nikto.pl
PikachuN@htb[/htb]$ nikto -h inlanefreight.com -Tuning b
PikachuN@htb[/htb]$ pip3 install scrapy
PikachuN@htb[/htb]$ wget -O ReconSpider.zip https://academy.hackthebox.com/storage/modules/144/ReconSpider.v1.2.zip
PikachuN@htb[/htb]$ unzip ReconSpider.zip