This cheat sheet references among the mostly used Nikto instructions. Whether or not you’re a seasoned skilled trying to brush up in your command-line abilities or a newcomer desirous to discover the probabilities of networking by Nikto, you’ll discover beneficial insights and shortcuts right here.
Set up:
Distribution | Command |
---|---|
Debian/Ubuntu | sudo apt-get set up nikto |
CentOS/Fedora/Crimson Hat | sudo yum set up nikto |
NixOS | nix-env -i nikto |
Utilization:
Activity | Command |
---|---|
Primary Scan | nikto -h |
Scan with SSL | nikto -h |
Scan on particular port | nikto -h |
Save scan report | nikto -h |
Use particular tuning choices | nikto -h |
Scan particular goal IPs whereas ignoring some 404 codes | nikto -h targetIP.txt -Tuning 5 -404code 302,301,404 |
Instance output:

Wrapping Up
This Nikto cheat sheet has highlighted the device’s flexibility and energy for all the things from easy duties to superior operations. Mastering Nikto can considerably increase your networking abilities. Hold practising, exploring additional assets, and share your findings to deepen your understanding and contribute to the group’s collective information.
You Might Additionally Be In
References
The data for the Nikto instructions and utilization was synthesized and tailored from a number of sources, together with Digital Safety Weblog (Digital Safety), Comparitech (Comparitech), and Highon.espresso (HighOn.Espresso), and FreeCodeCamp (FreeCodeCamp).