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 f691d81 commit c4a2189Copy full SHA for c4a2189
lib/msf/core/auxiliary/password_cracker.rb
@@ -88,7 +88,6 @@ def new_password_cracker(cracking_application)
88
rescue Metasploit::Framework::PasswordCracker::PasswordCrackerNotFoundError => e
89
fail_with(Msf::Module::Failure::BadConfig, e.message)
90
end
91
-
92
# throw this to a local variable since it causes a shell out to pull the version
93
cracker_version = cracker.cracker_version
94
if cracker.cracker == 'john' && (cracker_version.nil? || !cracker_version.include?('jumbo'))
0 commit comments