Skip to content

Commit 47f3c09

Browse files
author
HD Moore
committed
Fix typo that snuck in during merge
1 parent 5be4d41 commit 47f3c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/payloads/singles/cmd/unix/reverse_ssl_double_telnet.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def initialize(info = {})
3131
'License' => MSF_LICENSE,
3232
'Platform' => 'unix',
3333
'Arch' => ARCH_CMD,
34-
'Handler' => Msf::Handler::ReverseTcpDoubleSsl,
34+
'Handler' => Msf::Handler::ReverseTcpDoubleSSL,
3535
'Session' => Msf::Sessions::CommandShell,
3636
'PayloadType' => 'cmd',
3737
'RequiredCmd' => 'telnet',
@@ -47,7 +47,7 @@ def initialize(info = {})
4747
# Constructs the payload
4848
#
4949
def generate
50-
50+
5151
return super + command_string
5252
end
5353

0 commit comments

Comments
 (0)