Um, this is the right way to do it.

bug/bundler_fix
sinn3r 2014-08-07 13:32:48 -05:00
parent f7bda738cf
commit c79fe731c5
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class Metasploit3 < Msf::Auxiliary
# This is used in the lfi_download() function
#
def load_filelist
File.open(datastore['FILELIST'], 'rb') {|f| buf = f.read}
File.open(datastore['FILELIST'], 'rb') {|f| f.read}
end
def run_host(ip)