In this section, we will see how to use Nikto to examine the web server and report potential vulnerabilities:
- To see more details about the options supported by Nikto, we run the following command:

- Nikto supports various plugins for finding different vulnerabilities. If we want to see the list of plugins, we can use the following command:

- Now, let's use Nikto to run the scan on our web server with the IP address 192.168.43.100. We start the scan using the following command:
Once we run the command, the scan will start ...