Force lurl string duplication to avoid stageless issues

I have NO idea why this is even a problem. Mutating state is the spawn of satan.
This commit is contained in:
OJ
2016-01-26 16:58:25 +10:00
committed by Brent Cook
parent a74a7dde55
commit 555352b210
2 changed files with 3 additions and 3 deletions
@@ -36,7 +36,7 @@ module MetasploitModule
opts[:scheme] = 'https'
opts[:uri_uuid_mode] = :init_connect
met = stage_meterpreter({
http_url: luri + generate_callback_url(opts),
http_url: generate_callback_url(opts),
http_user_agent: opts[:user_agent],
http_proxy_host: opts[:proxy_host],
http_proxy_port: opts[:proxy_port]