mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implementation for Issue #92
This commit is contained in:
@@ -207,6 +207,10 @@ invalidLogical = False
|
||||
# Valid: True or False
|
||||
noCast = False
|
||||
|
||||
# Turn off string unescaping mechanism
|
||||
# Valid: True or False
|
||||
noUnescape = False
|
||||
|
||||
# Injection payload prefix string.
|
||||
prefix =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user