mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +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:
@@ -87,7 +87,7 @@ class Agent:
|
||||
if where == PAYLOAD.WHERE.ORIGINAL:
|
||||
value = origValue
|
||||
elif where == PAYLOAD.WHERE.NEGATIVE:
|
||||
if not conf.logicNegative:
|
||||
if not conf.logicalNegate:
|
||||
if newValue.startswith("-"):
|
||||
value = ""
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user