From 70feb8152cf26497b1f3eba26c9c5457856dd7bf Mon Sep 17 00:00:00 2001 From: HD Moore Date: Tue, 13 Jan 2009 07:02:22 +0000 Subject: [PATCH] Switch to the new TTY session type git-svn-id: file:///home/svn/framework3/trunk@6141 4d416f70-5f16-0410-b530-b9f4589650da --- modules/payloads/singles/tty/unix/interact.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/payloads/singles/tty/unix/interact.rb b/modules/payloads/singles/tty/unix/interact.rb index 44eee31bf1..09e4d0d6ed 100644 --- a/modules/payloads/singles/tty/unix/interact.rb +++ b/modules/payloads/singles/tty/unix/interact.rb @@ -29,8 +29,7 @@ module Metasploit3 'Platform' => 'unix', 'Arch' => ARCH_TTY, 'Handler' => Msf::Handler::FindTty, - 'Session' => Msf::Sessions::CommandShell, - 'PayloadType' => 'cmd_tty', + 'Session' => Msf::Sessions::TTY, 'Payload' => { 'Offsets' => { },