黑人专业团队 发表于 2020-4-27 17:34:06

利用nikto对网站进行信息收集

nikto是著名的开源渗透测试神器,支持敏感目录爬行,sql xss等漏洞的扫描。

使用帮助:


root@kali:~# nikto
- Nikto v2.1.6
---------------------------------------------------------------------------
+ ERROR: No host or URL specified

       -config+            Use this config file
       -Display+         Turn on/off display outputs
       -dbcheck            check database and other key files for syntax errors
       -Format+            save file (-o) format
       -Help               Extended help information
       -host+            target host/URL
       -id+                Host authentication to use, format is id:pass or id:pass:realm
       -list-plugins       List all available plugins
       -output+            Write output to this file
       -nossl            Disables using SSL
       -no404            Disables 404 checks
       -Plugins+         List of plugins to run (default: ALL)
       -port+            Port to use (default 80)
       -root+            Prepend root value to all requests, format is /directory
       -ssl                Force ssl mode on port
       -Tuning+            Scan tuning
       -timeout+         Timeout for requests (default 10 seconds)
       -update             Update databases and plugins from CIRT.net
       -Version            Print plugin and database versions
       -vhost+             Virtual host (for Host header)
                + requires a value

      Note: This is the short help output. Use -H for full help text.



牛刀小试:


nikto -h www.baidu.com


页: [1]
查看完整版本: 利用nikto对网站进行信息收集