Update info to reflect TTY class

git-svn-id: file:///home/svn/framework3/trunk@6138 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2009-01-13 06:47:53 +00:00
parent 5b75b5d5a6
commit 4fdca1f6d7
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'Unix Command, Interact with established connection',
'Name' => 'Unix TTY, Interact with established connection',
'Version' => '$Revision: 5773 $',
'Description' => 'Interacts with a TTY on an established socket connection',
'Author' => 'hdm',
'License' => MSF_LICENSE,
'Platform' => 'unix',
'Arch' => ARCH_CMD,
'Arch' => ARCH_TTY,
'Handler' => Msf::Handler::FindTty,
'Session' => Msf::Sessions::CommandShell,
'PayloadType' => 'cmd_tty',