diff --git a/tools/md5_lookup.rb b/tools/md5_lookup.rb index 6655fce24d..a3dd3e0c25 100755 --- a/tools/md5_lookup.rb +++ b/tools/md5_lookup.rb @@ -81,8 +81,8 @@ module Md5LookupUtility # # @return [TrueClass] true if acknowledged. def ack - print_status("WARNING: This tool will submit and look up your MD5 hashes in the") - print_status("clear (HTTP) on third party websites.") + print_status("WARNING: This tool will look up your MD5 hashes by submitting them") + print_status("in the clear (HTTP) to third party websites.") print_status print_status("The services from these third party websites are not within control") print_status("of Metasploit (or Rapid7), and we shall not be liable for any loss or")