Skip to content

Commit c4a2189

Browse files
H4k1lmsutovsky-r7
andauthored
removed blank line as requested
Co-authored-by: msutovsky-r7 <[email protected]>
1 parent f691d81 commit c4a2189

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/msf/core/auxiliary/password_cracker.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def new_password_cracker(cracking_application)
8888
rescue Metasploit::Framework::PasswordCracker::PasswordCrackerNotFoundError => e
8989
fail_with(Msf::Module::Failure::BadConfig, e.message)
9090
end
91-
9291
# throw this to a local variable since it causes a shell out to pull the version
9392
cracker_version = cracker.cracker_version
9493
if cracker.cracker == 'john' && (cracker_version.nil? || !cracker_version.include?('jumbo'))

0 commit comments

Comments
 (0)