nikto install in termux - Termux Tutorials

Nikto Tool :

Nikto tool is an open source tool for web server scanners it tests web servers for multiple items, including over 6400 potentially dangerous files. This tool pre installed coming with Kali Linux we can easily install this tool in android using Termux app. Nikto tool is very useful to detect vulnerabilities in web servers/sites. we can find websites bugs using Nikto tool and we also fix that bugs to protect websites from unauthorized access means protect from attacks or hackers.

Install Nikto in Termux :

open play store and download termux app after the download open it and update termux with this command apt update  Now install git package apt install git ,after the installation of git package install Perl packages because this tool Nikto is written in Perl language, type this command apt install git

after the installation of some basic packages, clone Nikto tool with this command gi clone https://github.com/sullo/nikto.git .after the installation of Nikto go to Nikto directory with this command cd nikto/program Now run this tool with Perl package, type this perl nikto.pl -H It shows all the options of Nikto web server to use.

That's it guys if you want more tutorials then visit on our blog and read other articles.

5 Comments

  1. i got warning WARNING: SSL: support not available what does that mean?

    ReplyDelete
  2. Setting up perl (5.28.1) ...
    $ perl nikto.pl -H
    - Could not find a valid nikto config file. Tried: nikto.pl/nikto.conf.default /etc/nikto.conf /data/data/com.termux/files/home/nikto.conf nikto.pl/nikto.conf nikto.conf

    ReplyDelete
  3. https://termux.in/how-to-install-nikto-tool-in-termux-latest-method/

    ReplyDelete
Previous Post Next Post