Switch to the new TTY session type
git-svn-id: file:///home/svn/framework3/trunk@6141 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
44caffbd87
commit
70feb8152c
|
@ -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' => { },
|
||||||
|
|
Loading…
Reference in New Issue