mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-27 11:09:51 +00:00
added switch --logic-negative
This commit is contained in:
parent
8bd3cfdc8e
commit
20ae1c2187
4 changed files with 18 additions and 4 deletions
|
|
@ -185,6 +185,10 @@ prefix =
|
|||
# Injection payload suffix string
|
||||
suffix =
|
||||
|
||||
# Use logic operation(s) instead of negating values
|
||||
# Valid: True or False
|
||||
logicNegative = False
|
||||
|
||||
# Skip testing for given parameter(s)
|
||||
skip =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue