mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
Unescaping is renamed to escaping
This commit is contained in:
@@ -207,9 +207,9 @@ invalidLogical = False
|
||||
# Valid: True or False
|
||||
noCast = False
|
||||
|
||||
# Turn off string unescaping mechanism
|
||||
# Turn off string escaping mechanism
|
||||
# Valid: True or False
|
||||
noUnescape = False
|
||||
noEscape = False
|
||||
|
||||
# Injection payload prefix string.
|
||||
prefix =
|
||||
|
||||
Reference in New Issue
Block a user