Nikto Command-Line Cheat Sheet

This cheat sheet references some of the most commonly used Nikto commands. Whether you’re a seasoned professional looking to brush up on your command-line skills or a newcomer eager to explore the possibilities of networking through Nikto, you’ll find valuable insights and shortcuts here.

Installation:

DistributionCommand
Debian/Ubuntusudo apt-get install nikto
CentOS/Fedora/Red Hatsudo yum install nikto
NixOSnix-env -i nikto

Usage:

TaskCommand
Basic Scannikto -h <host>
Scan with SSLnikto -h <host> -ssl
Scan on specific portnikto -h <host> -p <port>
Save scan reportnikto -h <host> -o <file>
Use specific tuning optionsnikto -h <host> -Tuning <x>
Scan specific target IPs while ignoring some 404 codesnikto -h targetIP.txt -Tuning 5 -404code 302,301,404

Example output:

Wrapping Up

This Nikto cheat sheet has highlighted the tool’s flexibility and power for everything from simple tasks to advanced operations. Mastering Nikto can significantly boost your networking skills. Keep practising, exploring further resources, and share your findings to deepen your understanding and contribute to the community’s collective knowledge.

You May Also Be Interested In

References

The information for the Nikto commands and usage was synthesized and adapted from several sources, including Digital Security Blog​ (Digital Security)​, Comparitech​ (Comparitech)​, and Highon.coffee​ (HighOn.Coffee)​, and FreeCodeCamp​ (FreeCodeCamp)​.

About Anto Online

Anto, a seasoned technologist with over two decades of experience, has traversed the tech landscape from Desktop Support Engineer to enterprise application consultant, specializing in AWS serverless technologies. He guides clients in leveraging serverless solutions while passionately exploring cutting-edge cloud concepts beyond his daily work. Anto's dedication to continuous learning, experimentation, and collaboration makes him a true inspiration, igniting others' interest in the transformative power of cloud computing.

View all posts by Anto Online

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.