Deleted checking on line 48.

bug/bundler_fix
Roberto Soares Espreto 2014-12-01 00:46:58 -02:00
parent 84ce573227
commit 97ee975235
1 changed files with 0 additions and 5 deletions

View File

@ -45,11 +45,6 @@ class Metasploit3 < Msf::Auxiliary
end
def run_host(ip)
if datastore['FILEPATH'].nil? || datastore['FILEPATH'].empty?
print_error("Please supply the name of the file you want to download")
return
end
print_status("Attempting to download: #{datastore['FILEPATH']}")
traversal = "..\\" * datastore['TRAVERSAL_DEPTH']