Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created February 10, 2022 01:49
Show Gist options
  • Save shollingsworth/8e0c2996d8e430523ad82aef11b4464a to your computer and use it in GitHub Desktop.
Save shollingsworth/8e0c2996d8e430523ad82aef11b4464a to your computer and use it in GitHub Desktop.
sqlmap eval parameter
sqlmap -r ./request2 --eval="category=''.join([hex(ord(i)).replace('0x', r'\\u00') for i in category])" --batch --skip-urlencode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment