We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eae701 commit 19407b9Copy full SHA for 19407b9
2 files changed
lib/parse/cmdline.py
@@ -151,7 +151,7 @@ def cmdLineParser():
151
152
request.add_option("--skip-urlencode", dest="skipUrlEncode",
153
action="store_true",
154
- help="Skip URL encoding of POST data")
+ help="Skip URL encoding of payload data")
155
156
request.add_option("--eval", dest="evalCode",
157
help="Evaluate provided Python code before the request (e.g. \"import hashlib;id2=hashlib.md5(id).hexdigest()\")")
sqlmap.conf
@@ -134,7 +134,7 @@ safUrl =
134
# Default: 0
135
saFreq = 0
136
137
-# Skip URL encoding of POST data
+# Skip URL encoding of payload data
138
# Valid: True or False
139
skipUrlEncode = False
140
0 commit comments