mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
now --technique is appliable also after the injections have been identified
This commit is contained in:
parent
c188996627
commit
6cc69f5e16
2 changed files with 5 additions and 3 deletions
|
|
@ -526,7 +526,7 @@ def cmdLineParser():
|
|||
default=False, help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--technique", dest="technique", type="int",
|
||||
default=False, help=SUPPRESS_HELP)
|
||||
default=0, help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option_group(target)
|
||||
parser.add_option_group(request)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue