bug/bundler_fix
James Lee 2014-06-17 17:16:46 -05:00
parent d114dd1da2
commit 5f176a56cb
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class Metasploit3 < Msf::Auxiliary
def each
if @user_file
File.open(user_file, 'rb') do |user_fd|
File.open(@user_file, 'rb') do |user_fd|
user_fd.each_line do |user_from_file|
user_from_file.chomp!
each_key do |key_data|