Files
metasploit-gs/lib/msf/core/exploit
Tod Beardsley 3f69bb8053 Fixes the handling for telnet services when the server is "busy" -- this is common wit HP JetDirect servers, where the server will respond with a busy message up to several seconds after the last connection logged off. While this does mean that credential tests will be skipped, they will at least not be scored incorrectly as false postives.
Also, this removes the disconnect() method in favor of self.sock.close(). Disconnect seems to have a tendency to leave sessions half-closed, which will cause a busy state to never clear. self.sock.close doesn't appear to have this effect if you use a slower bruteforce_speed option (3 seems to work all right).



git-svn-id: file:///home/svn/framework3/trunk@8835 4d416f70-5f16-0410-b530-b9f4589650da
2010-03-16 18:45:50 +00:00
..
2008-10-19 21:03:39 +00:00
2009-07-08 20:51:47 +00:00
2008-10-19 21:03:39 +00:00
2010-03-05 17:05:12 +00:00
2010-02-26 19:06:26 +00:00
2009-07-15 06:40:23 +00:00
2010-02-16 20:26:31 +00:00
2010-01-18 22:22:22 +00:00
2008-10-19 21:03:39 +00:00
2008-10-19 21:03:39 +00:00
2010-02-26 18:47:48 +00:00
2009-05-08 20:27:40 +00:00
2010-02-08 00:59:29 +00:00
2008-10-19 21:03:39 +00:00