Software (Example)
Nikto
Nikto is created on LibWhisker and assists SSL, proxies, IDS etc. It is automatically upgraded from the command-line.
Install Nikto
                On Kali Linux, Nikto is already installed. In other cases, Nikto can be installed from its GitHub or from app install. 
        >app install nikto
Let us see more commands in Nikto: 
- Use help command for getting more options:
    > nikto -Help
      > nikto -h scanme.nmap.org
     Command for scanning two domain is as under:
      > nikto -h domains.txt
References:
freeCodeCamp.org. 2022. Web Server Scanning With Nikto – A Beginner's Guide. [online] Available at: https://www.freecodecamp.org/news/an-introduction-to-web-server-scanning-with-nikto/ [Accessed 10 July 2022].




Comments
Post a Comment