Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 709 Bytes

nikto.md

File metadata and controls

35 lines (30 loc) · 709 Bytes

Source

https://github.com/sullo/nikto

Run nikto with all tunings except DOS

nikto -Tuning x 6 -h <domain> -port <rport>,<rport>

Use with basic authentication

nikto -id <id:password> -h <rhost>

Choose specific Tuning

nikto -Tuning 012 -h <rhost>

Tuning options

0 - File Upload
1 - Interesting File / Seen in logs
2 - Misconfiguration / Default File
3 - Information Disclosure
4 - Injection (XSS/Script/HTML)
5 - Remote File Retrieval - Inside Web Root
6 - Denial of Service
7 - Remote File Retrieval - Server Wide
8 - Command Execution / Remote Shell
9 - SQL Injection
a - Authentication Bypass
b - Software Identification
c - Remote Source Inclusion