Add a link to explain about unmet exploit requirements

bug/bundler_fix
sinn3r 2014-04-10 14:01:16 -05:00
parent a6a6ad2217
commit 80faaf86d8
1 changed files with 1 additions and 1 deletions

View File

@ -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