Skip to content

Commit 96ba71b

Browse files
committed
Removes incorrect comment
1 parent d20494d commit 96ba71b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msf/core/auxiliary/password_cracker.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def new_password_cracker(cracking_application)
8989
fail_with(Msf::Module::Failure::BadConfig, e.message)
9090
end
9191

92-
# redefine cracker is action is auto
93-
9492
# throw this to a local variable since it causes a shell out to pull the version
9593
cracker_version = cracker.cracker_version
9694
if cracker.cracker == 'john' && (cracker_version.nil? || !cracker_version.include?('jumbo'))

0 commit comments

Comments
 (0)