Skip to content

Files

Latest commit

 

History

History
23 lines (15 loc) · 601 Bytes

File metadata and controls

23 lines (15 loc) · 601 Bytes
description

👽 Nikto

nikto -h http://<TARGET_IP> -o niktoscan.txt

nikto -h http://<TARGET_IP>/index.php?page=arbitrary-file-inclusion.php -Tuning 5 -o nikto.html -Format htm

{% embed url="https://www.kali.org/tools/nikto/" %}

Additional Resources

{% embed url="https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/4-Vulnerability-Analysis/Overview-and-Tools.md" %} Vulnerability Scanning {% endembed %}

{% embed url="https://hackertarget.com/nikto-tutorial/" %}

{% embed url="https://geekflare.com/nikto-webserver-scanner/" %}