Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch nikto scanner. 'No web server found'

Tags:

security

cmd

perl


Launching nikto scanner:

perl ./nikto.pl -h http://myserver_ip:port/

Message:

- Nikto v2.1.5
---------------------------------------------------------------------------
+ No web server found on myserver_ip:port
---------------------------------------------------------------------------
+ 0 host(s) tested

But web application http://myserver_ip:port/ works fine through browser

What am I doing wrong?

using:

  • Strawberry Perl 5.22.0.1-32bit;
  • Nikto v2.1.5
like image 780
Maxim Kim Avatar asked Nov 24 '25 02:11

Maxim Kim


1 Answers

Instead of:

perl ./nikto.pl -h http://myserver_ip:port/

Need to run:

nikto.bat -h http://myserver_ip:port/

from the directory with nikto

like image 116
Maxim Kim Avatar answered Nov 26 '25 18:11

Maxim Kim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!