Nikto - Web server scanner

coverage
jordi 2017-12-12 21:38:03 +01:00
parent 5d1472b4ec
commit c34dd895cd
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@
> Web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs.
- To update to the latest plugins and databases:
- Update to to the latest plugins and databases:
`perl nikto.pl -update`
- The most basic Nikto scan requires simply a host to target:
- Perform a basic Nikto scan against a target host:
`perl nikto.pl -h 192.168.0.1`
- To check on a different port:
- Specify the port number when performing a basic scan:
`perl nikto.pl -h 192.168.0.1 -p 443`