mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor update for #3833
This commit is contained in:
parent
8fda828bc9
commit
f06e9ecb58
3 changed files with 5 additions and 2 deletions
|
|
@ -745,6 +745,9 @@ def cmdLineParser(argv=None):
|
|||
parser.add_argument("--force-dns", dest="forceDns", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--force-partial", dest="forcePartial", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--force-pivoting", dest="forcePivoting", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue