<pre>revert stty -echo execution -- it breaks telnets to some devices</pre>

git-svn-id: file:///home/svn/framework3/trunk@8848 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-03-18 15:40:15 +00:00
parent 260b92f65a
commit 9311253e32
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ class Metasploit3 < Msf::Auxiliary
sess.set_from_exploit(self)
sess.info = "TELNET #{user}:#{pass} (#{host}:#{port})"
framework.sessions.register(sess)
# Turn echo off explicitly
sess.shell_command("stty -echo")
sess.process_autoruns(datastore)
end