Skip to main content

Command Palette

Search for a command to run...

Nikto Cheat Sheet

Updated
1 min read
Nikto Cheat Sheet
M

I'm Matthew, a cybersecurity enthusiast, programmer, and networking specialist. With a lifelong passion for technology, I have dedicated my career to the world of cybersecurity, constantly expanding my knowledge and honing my skills. From a young age, I found myself captivated by the intricate workings of computers and networks. This fascination led me to pursue in-depth studies in the fields of networking and cybersecurity, where I delved deep into the fundamental principles and best practices. Join me on this exciting journey as we explore the multifaceted world of technology together. Whether you're a beginner or a seasoned professional, I am here to share my knowledge, discuss the latest trends, and engage in insightful discussions. Together, let's embrace the ever-changing world of tech and navigate the complexities of cybersecurity with confidence and expertise.

If you are looking for a more in-depth article about the usage of Nikto, see my blog about Nikto usage. Click Here

Syntax:

nikto -h [Target] [Options]

Example:

nikto -h http://example.com

Options/Flags:

  • -h: Target URL or IP address

  • -id: Host authentication username and password (e.g., -id admin:password)

  • -output: Output file

  • -Format: Output format (e.g., -Format xml)

  • -ssl: Force SSL mode

  • -Cgidirs: Scan for CGI directories

  • -Tuning: Scan tuning (e.g., -Tuning 3)

  • -Evasion: Evasion technique (e.g., -Evasion 1)

  • -Plugins: Use specific plugins (e.g., -Plugins tests/ssl)

  • -list-plugins: List available plugins

  • -dbcheck: Check database support

  • -version: Show Nikto version

  • -help: Help

More from this blog

M

Matthew Hard

58 posts