mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
Update for Issue #43 (renamed --disable-cracking to --disable-hash)
This commit is contained in:
@@ -185,7 +185,7 @@ optDict = {
|
||||
"checkPayload": "boolean",
|
||||
"cleanup": "boolean",
|
||||
"dependencies": "boolean",
|
||||
"disableCracking": "boolean",
|
||||
"disableHash": "boolean",
|
||||
"disableLike": "boolean",
|
||||
"googlePage": "integer",
|
||||
"mobile": "boolean",
|
||||
|
||||
@@ -590,7 +590,7 @@ def cmdLineParser():
|
||||
action="store_true",
|
||||
help="Check for missing sqlmap dependencies")
|
||||
|
||||
miscellaneous.add_option("--disable-cracking", dest="disableCracking",
|
||||
miscellaneous.add_option("--disable-hash", dest="disableHash",
|
||||
action="store_true",
|
||||
help="Disable password hash cracking mechanism")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user