Skip to content

Commit

Permalink
Add a link to explain about unmet exploit requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 committed Apr 10, 2014
1 parent a6a6ad2 commit 80faaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/exploit/remote/browser_exploit_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def on_request_uri(cli, request)
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
Expand Down

0 comments on commit 80faaf8

Please sign in to comment.