We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20494d commit 96ba71bCopy full SHA for 96ba71b
lib/msf/core/auxiliary/password_cracker.rb
@@ -89,8 +89,6 @@ def new_password_cracker(cracking_application)
89
fail_with(Msf::Module::Failure::BadConfig, e.message)
90
end
91
92
- # redefine cracker is action is auto
93
-
94
# throw this to a local variable since it causes a shell out to pull the version
95
cracker_version = cracker.cracker_version
96
if cracker.cracker == 'john' && (cracker_version.nil? || !cracker_version.include?('jumbo'))
0 commit comments