December 2017
Intermediate to advanced
860 pages
16h 1m
English
Metasploit also offers brute-force modules. A successful brute-force does exploit low entropy vulnerabilities; if it produces results in a reasonable amount of time it is considered a valid finding. Hence, we will cover brute-forcing in this phase of the penetration test itself. Metasploit has a built-in module named mssql_login, which we can use as an authentication tester for brute-forcing the username and password of an MSSQL server database.
Let us load the module and analyze the results:

As soon as we ran this module, it tested for the default credentials at the very first step, that is, with the USERNAME ...
Read now
Unlock full access