Update info to reflect TTY class
git-svn-id: file:///home/svn/framework3/trunk@6138 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5b75b5d5a6
commit
4fdca1f6d7
|
@ -21,13 +21,13 @@ module Metasploit3
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(merge_info(info,
|
super(merge_info(info,
|
||||||
'Name' => 'Unix Command, Interact with established connection',
|
'Name' => 'Unix TTY, Interact with established connection',
|
||||||
'Version' => '$Revision: 5773 $',
|
'Version' => '$Revision: 5773 $',
|
||||||
'Description' => 'Interacts with a TTY on an established socket connection',
|
'Description' => 'Interacts with a TTY on an established socket connection',
|
||||||
'Author' => 'hdm',
|
'Author' => 'hdm',
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Platform' => 'unix',
|
'Platform' => 'unix',
|
||||||
'Arch' => ARCH_CMD,
|
'Arch' => ARCH_TTY,
|
||||||
'Handler' => Msf::Handler::FindTty,
|
'Handler' => Msf::Handler::FindTty,
|
||||||
'Session' => Msf::Sessions::CommandShell,
|
'Session' => Msf::Sessions::CommandShell,
|
||||||
'PayloadType' => 'cmd_tty',
|
'PayloadType' => 'cmd_tty',
|
||||||
|
|
Loading…
Reference in New Issue