December 2017
Intermediate to advanced
860 pages
16h 1m
English
We can also dump the entire MySQL schema with the mysql_schemadump module, as shown in the following screen:

We set the USERNAME and the RHOSTS option to root and 172.28.128.3 respectively and run the module as follows:

We can see we have successfully dumped the entire schema to the /root/msf/loot directory, as shown in the preceding screenshot. Dumping the schema will give us a better view of the tables and the types of database running on the target, and will also help in building crafted SQL queries, ...
Read now
Unlock full access