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