Add a link to explain about unmet exploit requirements
parent
a6a6ad2217
commit
80faaf86d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue