December 2017
Intermediate to advanced
860 pages
16h 1m
English
We found the users and their corresponding passwords in the previous section. Let's now log in to the server and gather important information about the database server, such as stored procedures, the number and name of the databases, Windows groups that can log in into the database server, the files in the database, and the parameters.
The module that we are going to use for this purpose is mssql_enum. Let's see how we can run this module on the target database:

After running the mssql_enum module, we will be able to gather a lot of information about the database server. Let's see what kind of information it presents: ...
Read now
Unlock full access