mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
making --no-cast unhidden and renaming --negative-logic to --logical-negate to prevent confusion with stuff used in OR boolean based injection
This commit is contained in:
@@ -197,9 +197,13 @@ prefix =
|
||||
# Injection payload suffix string.
|
||||
suffix =
|
||||
|
||||
# Use logic operation(s) instead of negating values.
|
||||
# Use logic operation(s) for negating values.
|
||||
# Valid: True or False
|
||||
logicNegative = False
|
||||
logicalNegate = False
|
||||
|
||||
# Turn off payload casting mechanism
|
||||
# Valid: True or False
|
||||
noCast = False
|
||||
|
||||
# Skip testing for given parameter(s).
|
||||
skip =
|
||||
|
||||
Reference in New Issue
Block a user