We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be4d41 commit 47f3c09Copy full SHA for 47f3c09
modules/payloads/singles/cmd/unix/reverse_ssl_double_telnet.rb
@@ -31,7 +31,7 @@ def initialize(info = {})
31
'License' => MSF_LICENSE,
32
'Platform' => 'unix',
33
'Arch' => ARCH_CMD,
34
- 'Handler' => Msf::Handler::ReverseTcpDoubleSsl,
+ 'Handler' => Msf::Handler::ReverseTcpDoubleSSL,
35
'Session' => Msf::Sessions::CommandShell,
36
'PayloadType' => 'cmd',
37
'RequiredCmd' => 'telnet',
@@ -47,7 +47,7 @@ def initialize(info = {})
47
# Constructs the payload
48
#
49
def generate
50
-
+
51
return super + command_string
52
end
53
0 commit comments