Switch to the new TTY session type

git-svn-id: file:///home/svn/framework3/trunk@6141 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-01-13 07:02:22 +00:00
parent 44caffbd87
commit 70feb8152c
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ module Metasploit3
'Platform' => 'unix', 'Platform' => 'unix',
'Arch' => ARCH_TTY, 'Arch' => ARCH_TTY,
'Handler' => Msf::Handler::FindTty, 'Handler' => Msf::Handler::FindTty,
'Session' => Msf::Sessions::CommandShell, 'Session' => Msf::Sessions::TTY,
'PayloadType' => 'cmd_tty',
'Payload' => 'Payload' =>
{ {
'Offsets' => { }, 'Offsets' => { },