mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor update
This commit is contained in:
@@ -151,7 +151,7 @@ def cmdLineParser():
|
|||||||
|
|
||||||
request.add_option("--skip-urlencode", dest="skipUrlEncode",
|
request.add_option("--skip-urlencode", dest="skipUrlEncode",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Skip URL encoding of POST data")
|
help="Skip URL encoding of payload data")
|
||||||
|
|
||||||
request.add_option("--eval", dest="evalCode",
|
request.add_option("--eval", dest="evalCode",
|
||||||
help="Evaluate provided Python code before the request (e.g. \"import hashlib;id2=hashlib.md5(id).hexdigest()\")")
|
help="Evaluate provided Python code before the request (e.g. \"import hashlib;id2=hashlib.md5(id).hexdigest()\")")
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ safUrl =
|
|||||||
# Default: 0
|
# Default: 0
|
||||||
saFreq = 0
|
saFreq = 0
|
||||||
|
|
||||||
# Skip URL encoding of POST data
|
# Skip URL encoding of payload data
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
skipUrlEncode = False
|
skipUrlEncode = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user