Merge branch 'landing-2967' into upstream-master
Fixes regression in non-http TCP server modules. e ignored, and an empty message abortsbug/bundler_fix
commit
1068fa0ad0
|
@ -380,7 +380,7 @@ module Exploit::Remote::TcpServer
|
|||
'LocalPort' => srvport,
|
||||
'SSL' => ssl,
|
||||
'SSLCert' => ssl_cert,
|
||||
'SSLCompression' => opts['SSLCompression'] || ssl_compression,
|
||||
'SSLCompression' => ssl_compression,
|
||||
'Comm' => comm,
|
||||
'Context' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue