Add Proxy/header opts to windows/python stageless

This commit is contained in:
OJ
2019-09-23 08:45:43 +10:00
parent 5b8c97c4f7
commit 3c0cb29a7c
6 changed files with 30 additions and 0 deletions
@@ -29,6 +29,11 @@ module MetasploitModule
'Handler' => Msf::Handler::ReverseHttps,
'Session' => Msf::Sessions::Meterpreter_Python_Python
))
register_advanced_options(
Msf::Opt::http_header_options +
Msf::Opt::http_proxy_options
)
end
def generate_reverse_http(opts={})