Land #7634, Implement universal HTTP/S handlers for Meterpreter payloads

This commit is contained in:
Brent Cook
2016-12-13 18:13:22 -06:00
70 changed files with 1321 additions and 676 deletions
@@ -36,7 +36,7 @@ module MetasploitModule
opts[:scheme] = 'https'
opts[:uri_uuid_mode] = :init_connect
met = stage_meterpreter({
http_url: generate_callback_url(opts),
url: generate_callback_url(opts),
http_user_agent: opts[:user_agent],
http_proxy_host: opts[:proxy_host],
http_proxy_port: opts[:proxy_port]