mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
First commit (and working one) for an Issue #287 (XML-RPC server)
This commit is contained in:
parent
b5884c7eda
commit
b9f6fc5f4e
4 changed files with 66 additions and 9 deletions
|
|
@ -682,6 +682,9 @@ def cmdLineParser():
|
|||
parser.add_option("--run-case", dest="runCase", type="int",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--xmlrpc", dest="xmlRpc", action="store_true",
|
||||
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