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;
- Nikto v2.1.5
Strawberry Perl 5.22.0.1-32bit;
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的目录