mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Speedup of caching for char encoding (non-Unicode chars in page)
This commit is contained in:
@@ -773,6 +773,9 @@ def cmdLineParser(argv=None):
|
||||
parser.add_argument("--dummy", dest="dummy", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--yuge", dest="yuge", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--murphy-rate", dest="murphyRate", type=int,
|
||||
help=SUPPRESS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user