diff --git a/modules/auxiliary/scanner/http/apache_activemq_traversal.rb b/modules/auxiliary/scanner/http/apache_activemq_traversal.rb index 2fea9c8b8e..5a09cee4b8 100644 --- a/modules/auxiliary/scanner/http/apache_activemq_traversal.rb +++ b/modules/auxiliary/scanner/http/apache_activemq_traversal.rb @@ -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