diff --git a/modules/payloads/singles/tty/unix/interact.rb b/modules/payloads/singles/tty/unix/interact.rb index 05278cac37..44eee31bf1 100644 --- a/modules/payloads/singles/tty/unix/interact.rb +++ b/modules/payloads/singles/tty/unix/interact.rb @@ -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',