mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding switch --skip-urlencode to skip URL encoding of POST data
This commit is contained in:
parent
7657bbeaf9
commit
c394610740
4 changed files with 12 additions and 3 deletions
|
|
@ -138,6 +138,10 @@ safUrl =
|
|||
# Default: 0
|
||||
saFreq = 0
|
||||
|
||||
# Skip URL encoding of POST data
|
||||
# Valid: True or False
|
||||
skipUrlEncode = False
|
||||
|
||||
# Evaluate provided Python code before the request.
|
||||
# Example: import hashlib;id2=hashlib.md5(id).hexdigest()
|
||||
evalCode =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue