Update nikto.md

added Notes, Usage and Links
This commit is contained in:
filinpavel 2014-09-25 22:48:04 +07:00
parent 385253db83
commit ad3cdaa04b

View File

@ -2,6 +2,7 @@
Notes
-------
Nikto is an Open Source web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs, checks for outdated versions of over 1250 servers, and version specific problems on over 270 servers. It also checks for server configuration items such as the presence of multiple index files, HTTP server options, and will attempt to identify installed web servers and software. Scan items and plugins are frequently updated and can be automatically updated.
Help Text
-------
@ -103,7 +104,11 @@ Help Text
Example Usage
-------
```
perl nikto.pl -h 192.168.0.1 -p 80,88,443
```
Links
-------
[Nikto](https://www.cirt.net/Nikto2)