Skip to content

Commit 1068fa0

Browse files
committed
Merge branch 'landing-2967' into upstream-master
Fixes regression in non-http TCP server modules. e ignored, and an empty message aborts
2 parents 5672a4d + fab8e16 commit 1068fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def start_service(*args)
380380
'LocalPort' => srvport,
381381
'SSL' => ssl,
382382
'SSLCert' => ssl_cert,
383-
'SSLCompression' => opts['SSLCompression'] || ssl_compression,
383+
'SSLCompression' => ssl_compression,
384384
'Comm' => comm,
385385
'Context' =>
386386
{

0 commit comments

Comments
 (0)