mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-28 03:36:46 +00:00
added switch --logic-negative
This commit is contained in:
parent
8bd3cfdc8e
commit
20ae1c2187
4 changed files with 18 additions and 4 deletions
|
|
@ -184,6 +184,10 @@ def cmdLineParser():
|
|||
injection.add_option("--suffix", dest="suffix",
|
||||
help="Injection payload suffix string")
|
||||
|
||||
injection.add_option("--logic-negative", dest="logicNegative",
|
||||
action="store_true",
|
||||
help="Use logic operation(s) instead of negating values")
|
||||
|
||||
injection.add_option("--skip", dest="skip",
|
||||
help="Skip testing for given parameter(s)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue