mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added keepalive module
This commit is contained in:
parent
af2f184464
commit
eb94edc48c
4 changed files with 436 additions and 5 deletions
|
|
@ -454,6 +454,9 @@ def cmdLineParser():
|
|||
parser.add_option("--common-prediction", dest="useCommonPrediction", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--keep-alive", dest="keepAlive", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option_group(target)
|
||||
parser.add_option_group(request)
|
||||
parser.add_option_group(injection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue