Nikto web server scanner
Nikto web server scanner
Nikto is a web server assessment tool.
It is designed to find various default and insecure files,
configurations and programs on any type of web server Installation:
$ apt update && apt upgrade
$ apt install git
$ apt install perl
$ git clone https://github.com/sullo/nikto
$ cd nikto
$ chmod +x *
usage :
perl nikto.pl -H
it shows all options how you can use this tool
Comments
Post a Comment