mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implements --disable-hashing (#5827)
This commit is contained in:
parent
7584a67422
commit
1a9fc81fe5
6 changed files with 23 additions and 12 deletions
|
|
@ -763,6 +763,9 @@ def cmdLineParser(argv=None):
|
|||
miscellaneous.add_argument("--disable-coloring", dest="disableColoring", action="store_true",
|
||||
help="Disable console output coloring")
|
||||
|
||||
miscellaneous.add_argument("--disable-hashing", dest="disableHashing", action="store_true",
|
||||
help="Disable hash analysis on table dumps")
|
||||
|
||||
miscellaneous.add_argument("--list-tampers", dest="listTampers", action="store_true",
|
||||
help="Display list of available tamper scripts")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue