June 2019
Beginner to intermediate
660 pages
14h 30m
English
We found the users and their corresponding passwords in the previous section. Now, let's log in to the server and gather essential information about the database server, such as stored procedures, the number and name of the databases, Windows groups that can log in to the database server, the files in the database, and the parameters.
The module that we are going to use 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:
As we can see, ...
Read now
Unlock full access