diff --git a/lib/msf/core/exploit/remote/browser_exploit_server.rb b/lib/msf/core/exploit/remote/browser_exploit_server.rb index 819fc94606..d1782616e1 100644 --- a/lib/msf/core/exploit/remote/browser_exploit_server.rb +++ b/lib/msf/core/exploit/remote/browser_exploit_server.rb @@ -493,7 +493,7 @@ module Msf if bad_reqs.empty? method(:on_request_exploit).call(cli, request, profile) else - print_warning("Exploit requirement(s) not met: #{bad_reqs * ', '}") + print_warning("Exploit requirement(s) not met: #{bad_reqs * ', '}. For more info: http://r-7.co/PVbcgx") send_not_found(cli) end end