5. Network scanning using various tools
1. Scan using Metasploit
check whether the db is running or not
if its not running exit it and then run the commands
Start the nmap scan from msf terminal
After the scan completes, Nmap displays the host information in the target network along with open ports, service and OS enumeration.
Now type the following to import the results.
type service or db-services to see running services.
use port scan aux modules
Other Important Modules
Last updated