mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-01 11:09:09 +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:
@@ -65,7 +65,7 @@ optDict = {
|
||||
"os": "string",
|
||||
"prefix": "string",
|
||||
"suffix": "string",
|
||||
"logicNegative": "boolean",
|
||||
"logicalNegate": "boolean",
|
||||
"skip": "string",
|
||||
"tamper": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user