mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Speedup of caching for char encoding (non-Unicode chars in page)
This commit is contained in:
parent
b3e454d0b1
commit
eeacab0f19
4 changed files with 8 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue