Skip to content

Commit d20494d

Browse files
committed
Removes puts
1 parent d3f6faa commit d20494d

File tree

1 file changed

+0
-1
lines changed
  • lib/metasploit/framework/password_crackers

1 file changed

+0
-1
lines changed

lib/metasploit/framework/password_crackers/cracker.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ def cracker_version
346346
cmd = binary_path
347347
cmd << (' -V')
348348
end
349-
puts cmd
350349
::IO.popen(cmd, 'rb') do |fd|
351350
fd.each_line do |line|
352351
if cracker == 'john'

0 commit comments

Comments
 (0)