sudo apt update
sudo apt install nikto libnet-ssleay-perl
Basic Commands
- Basic scan:
nikto.pl -h http://www.example.com - Specify port:
nikto.pl -h 192.168.1.1 -p 443 - Save output:
nikto.pl -h target.com -o output.txt
sudo apt update
sudo apt install nikto libnet-ssleay-perl
nikto.pl -h http://www.example.comnikto.pl -h 192.168.1.1 -p 443nikto.pl -h target.com -o output.txtOpen the file for editing and paste the following snippet inside the .htaccess file: <IfModule mod_headers.c> Header always set S...