mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding a switch --invalid-string
This commit is contained in:
parent
f88f6dcd7e
commit
f97fcb7bb3
5 changed files with 14 additions and 0 deletions
|
|
@ -239,6 +239,10 @@ def cmdLineParser():
|
|||
action="store_true",
|
||||
help="Use logical operations for invalidating values")
|
||||
|
||||
injection.add_option("--invalid-string", dest="invalidString",
|
||||
action="store_true",
|
||||
help="Use random strings for invalidating values")
|
||||
|
||||
injection.add_option("--no-cast", dest="noCast",
|
||||
action="store_true",
|
||||
help="Turn off payload casting mechanism")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue