Thursday, 10 June 2021

Nikto web server scanner | Termux

Nikto web server scanner

Nikto is a web server assessment tool. 

The Nikto web server scanner is a security tool that will test a web site for thousands of possible security issues. Including dangerous files, mis-configured services, vulnerable scripts and other issues. It is open source and structured with plugins that extend the capabilities. These plugins are frequently updated with new security checks.

It is designed to find various default and insecure files, 

apconfigurations and programs on any type of web server 


Installation in Termux:


$ 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 ...

No comments:

Post a Comment