Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19407b9

Browse files
committed
Minor update
1 parent 6eae701 commit 19407b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def cmdLineParser():
151151

152152
request.add_option("--skip-urlencode", dest="skipUrlEncode",
153153
action="store_true",
154-
help="Skip URL encoding of POST data")
154+
help="Skip URL encoding of payload data")
155155

156156
request.add_option("--eval", dest="evalCode",
157157
help="Evaluate provided Python code before the request (e.g. \"import hashlib;id2=hashlib.md5(id).hexdigest()\")")

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ safUrl =
134134
# Default: 0
135135
saFreq = 0
136136

137-
# Skip URL encoding of POST data
137+
# Skip URL encoding of payload data
138138
# Valid: True or False
139139
skipUrlEncode = False
140140

0 commit comments

Comments
 (0)