Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37db27b commit 2d3c12dCopy full SHA for 2d3c12d
2 files changed
lib/parse/cmdline.py
@@ -523,7 +523,7 @@ def cmdLineParser():
523
524
general.add_option("--hex", dest="hexConvert",
525
action="store_true",
526
- help="Uses DBMS hex conversion function(s) for data retrieval")
+ help="Uses DBMS hex function(s) for data retrieval")
527
528
general.add_option("--parse-errors", dest="parseErrors",
529
sqlmap.conf
@@ -568,7 +568,7 @@ forms = False
568
# Valid: True or False
569
freshQueries = False
570
571
-# Uses DBMS hex conversion function(s) for data retrieval.
+# Uses DBMS hex function(s) for data retrieval.
572
573
hexConvert = False
574
0 commit comments