December 2017
Intermediate to advanced
860 pages
16h 1m
English
Before launching hardcore modules of Metasploit, let's see what information can be gained about the SQL server with the use of the most popular network-scanning tool: Nmap. However, we will use the db_nmap plugin from Metasploit itself.
So, let's quickly spawn a Metasploit console and start to fingerprint the SQL server running on the target system by performing a service detection scan on port 1433 as follows:

In the preceding screenshot, we have tested port number 1433, which runs as a TCP instance of the SQL server. We can clearly see above that the port is open.
Let's check to see if the UDP instance ...
Read now
Unlock full access