mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
394ccb5cc5
commit
4295a78c5f
3 changed files with 10 additions and 0 deletions
|
|
@ -518,6 +518,9 @@ def cmdLineParser():
|
|||
parser.add_option("--technique", dest="technique", type="int",
|
||||
default=0, help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--tor", dest="tor", action="store_true",
|
||||
default=False, help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option_group(target)
|
||||
parser.add_option_group(request)
|
||||
parser.add_option_group(optimization)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue