mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Update for Issue #43 (renamed --disable-cracking to --disable-hash)
This commit is contained in:
@@ -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