mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Dirty implementation for #4571
This commit is contained in:
parent
b902cca791
commit
f87aa83e9b
3 changed files with 7 additions and 1 deletions
|
|
@ -794,6 +794,9 @@ def cmdLineParser(argv=None):
|
|||
parser.add_argument("--profile", dest="profile", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--localhost", dest="localhost", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--force-dbms", dest="forceDbms",
|
||||
help=SUPPRESS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue