nikto: add page (#1793)

coverage
Starbeamrainbowlabs 2017-12-13 20:51:59 +00:00 committed by GitHub
commit 0174368e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
pages/common/nikto.md Normal file
View File

@ -0,0 +1,23 @@
# nikto
> 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 the latest plugins and databases:
`perl nikto.pl -update`