pass lhost/lport back into generate_stage with reverse_http/s
parent
d79b0ad981
commit
017374be71
|
@ -369,6 +369,8 @@ protected
|
|||
blob = self.generate_stage(
|
||||
url: url,
|
||||
uuid: uuid,
|
||||
lhost: uri.host,
|
||||
lport: uri.port,
|
||||
uri: conn_id
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue