Nikto is a perl based open source tool for the Linux terminal that allows users to scan and perform tests against web servers, including potentially dangerous files, outdated server versions, specific bugs and problems in those versions, and the presence of index files. This is a handy tool for testing web security, although not every check is a security problem. For installing it on Linux it’s as easy as $ sudo apt install nikto and it’s done! Now, let’s see …