You mean.. FILEPATH.

This commit is contained in:
sinn3r 2012-10-14 18:18:11 -05:00
parent 2f04fdd71a
commit e00dbfcc0d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Metasploit3 < Msf::Auxiliary
def run_host(ip)
# No point to continue if no filename is specified
if datastore['FILEPATH'].nil? or datastore['FILEPATH'].empty?
print_error("#{rhost}:#{rport} - Please supply the name of the file you want to download")
print_error("#{rhost}:#{rport} - Please supply FILEPATH")
return
end