Fix typo that snuck in during merge

unstable
HD Moore 2013-02-03 17:38:19 -06:00
parent 5be4d41420
commit 47f3c09616
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ module Metasploit3
'License' => MSF_LICENSE,
'Platform' => 'unix',
'Arch' => ARCH_CMD,
'Handler' => Msf::Handler::ReverseTcpDoubleSsl,
'Handler' => Msf::Handler::ReverseTcpDoubleSSL,
'Session' => Msf::Sessions::CommandShell,
'PayloadType' => 'cmd',
'RequiredCmd' => 'telnet',
@ -47,7 +47,7 @@ module Metasploit3
# Constructs the payload
#
def generate
return super + command_string
end