mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor update for #3833
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user