mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implementation for an Issue #70
This commit is contained in:
parent
57f2fccc24
commit
30f8d09651
8 changed files with 31 additions and 8 deletions
|
|
@ -245,6 +245,10 @@ def cmdLineParser():
|
|||
help="String to match when "
|
||||
"query is evaluated to True")
|
||||
|
||||
detection.add_option("--not-string", dest="notString",
|
||||
help="String to match when "
|
||||
"query is evaluated to False")
|
||||
|
||||
detection.add_option("--regexp", dest="regexp",
|
||||
help="Regexp to match when "
|
||||
"query is evaluated to True")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue