pass lhost/lport back into generate_stage with reverse_http/s

MS-2855/keylogger-mettle-extension
Brent Cook 2017-12-10 02:38:46 -06:00
parent d79b0ad981
commit 017374be71
1 changed files with 2 additions and 0 deletions

View File

@ -369,6 +369,8 @@ protected
blob = self.generate_stage(
url: url,
uuid: uuid,
lhost: uri.host,
lport: uri.port,
uri: conn_id
)