mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
<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
This commit is contained in:
parent
260b92f65a
commit
9311253e32
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user