启动nikto扫描仪。 '找不到网络服务器'

时间:2021-05-29 05:01:10

Launching nikto scanner:

启动nikto扫描仪:

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

但Web应用程序http:// myserver_ip:port /可以通过浏览器正常工作

What am I doing wrong?

我究竟做错了什么?

using:

  • Strawberry Perl 5.22.0.1-32bit;
  • Strawberry Perl 5.22.0.1-32bit;

  • Nikto v2.1.5

1 个解决方案

#1


0  

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

从与nikto的目录

#1


0  

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

从与nikto的目录