Fix typo that snuck in during merge
parent
5be4d41420
commit
47f3c09616
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue