mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation for Issue #92
This commit is contained in:
parent
bb8cd788e1
commit
07a85874fe
4 changed files with 13 additions and 2 deletions
|
|
@ -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 =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue