nikto: add page

coverage
jordi 2017-12-13 09:11:08 +01:00
parent c34dd895cd
commit 6d2d5d7183
1 changed files with 17 additions and 21 deletions

View File

@ -1,27 +1,23 @@
# nikto
> Web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs.
> Web server scanner which performs comprehensive tests against web servers for multiple items.
- Perform a basic Nikto scan against a target host:
`perl nikto.pl -h {{192.168.0.1}}`
- Specify the port number when performing a basic scan:
`perl nikto.pl -h {{192.168.0.1}} -p {{443}}`
- Scan ports and protocols with full URL syntax:
`perl nikto.pl -h {{https://192.168.0.1:443/}}`
- Scan multiple ports in the same scanning session:
`perl nikto.pl -h {{192.168.0.1}} -p {{80,88,443}}`
- Update to to the latest plugins and databases:
`perl nikto.pl -update`
- Perform a basic Nikto scan against a target host:
`perl nikto.pl -h 192.168.0.1`
- Specify the port number when performing a basic scan:
`perl nikto.pl -h 192.168.0.1 -p 443`
- Scan ports and protocols with full URL syntax:
`perl nikto.pl -h https://192.168.0.1:443/`
- Scan multiple ports in the same scanning session:
`perl nikto.pl -h 192.168.0.1 -p 80,88,443`
- Set the proxy on the command line:
`perl nikto.pl -h localhost -useproxy http://localhost:8080/`