Enumerating HTTP and HTTPS I

nikto -h http://192.168.1.140

The command:

nikto -h http://192.168.1.140

Scans the web server at http://192.168.1.140 for common vulnerabilities.

Breakdown:

  • nikto: Web server vulnerability scanner.

  • -h: Specifies the target host or URL.

What it checks:

🔍 Nikto scans for:

  • Outdated server software

  • Default files and pages

  • Insecure HTTP headers

  • Common vulnerabilities (e.g., directory traversal, XSS)

Last updated