Files
metasploit-gs/lib/msf/core/exploit
Tod Beardsley 6e8e6ef16a Fixes #769 by implementing a brute force module for Postgres. A couple notes: If you guess wrong at the database name, you still can try to login with a username and password -- you'll get a successful auth, but then get disconnected. So, that's pretty neat.
Also, since Postgres-PR uses the stock TCPSocket object, connection timeouts and other errors take forever. This is avoided in the brute forcer by pre-validating the connection with Rex::Socket, but this is a hack -- it would be better to convert Postgres-PR to a Rex::Socket flavor, so you also get nicer error messages and what all. I did fork it off the main distribute it already anyway, so may as well will open a feature bug on this, but it's pretty low priority.




git-svn-id: file:///home/svn/framework3/trunk@8366 4d416f70-5f16-0410-b530-b9f4589650da
2010-02-03 21:45:13 +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
2009-12-08 23:50:29 +00:00
2009-07-15 06:40:23 +00:00
2010-01-20 02:31:30 +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
2009-12-26 18:29:24 +00:00
2009-05-08 20:27:40 +00:00
2010-02-03 20:30:09 +00:00
2008-10-19 21:03:39 +00:00
2010-01-20 03:25:34 +00:00