How to scan website vulnerabilities!!
Install Nikto If you're running Kali Linux, Nikto comes preinstalled, so you don't have to download or install anything. It'll be located in the "Vulnerability Analysis" category. If you don't have it for some reason, you can get Nikto from its GitHub or just use the apt install command. apt install nikto If you're doing this on a Mac, you can use Homebrew to install Nikto. brew install nikto Step 2 Get to Know Nikto Before you dive into scanning web servers with Nikto, lets you use the -Help option to see everything that can be done inside Nikto. nikto -Help Options: -ask+ Whether to ask about submitting updates yes Ask about each (default) no Don't ask, don't send auto Don't ask, just send -Cgidirs+ Scan these CGI dirs: "none", "all", or values like "/cgi/ /cgi-a/" ...