metasploit-framework/lib/rex/proto
Joshua Drake 6d1e7bdaa5 big commit - lots of cmdstager changes
created 4 cmd stagers (instead of just one): CmdStagerVBS, CmdStagerDebugAsm, CmdStagerDebugWrite, CmdStagerTFTP
created a TFTPServer mixin
created Msf::Exploit::EXE mixin to generate executables
updated all uses of CmdStager to use CmdStagerVBS for the time being
add exploit for cve-2001-0333 using CmdStagerTFTP
updated tftp server to wait for transfers to finish (up to 30 seconds) before shutting down
write debug.exe stager stub in 16-bit assembly (used in CmdStagerDebugAsm)


git-svn-id: file:///home/svn/framework3/trunk@9375 4d416f70-5f16-0410-b530-b9f4589650da
2010-05-26 22:39:56 +00:00
..
dcerpc Fixes #434. Always use Timeout.timeout() -- on Ruby 1.9 this results in the Timeout::TimeoutError exception vs RuntimeError 2009-11-02 18:14:57 +00:00
drda See #726. Cleaning up my gross whitespace. 2010-01-28 23:08:39 +00:00
http Fixes #2002. Needed to work with some pipelining to get this all to work right, but it seems to function now pretty well -- if the target takes Basic, do basic, if the target takes NTLM, do NTLM. Should implement Digest too, but I don't think hardly anyone uses that. 2010-05-22 17:58:01 +00:00
smb Move away from Kernel.select in exchange for IO.select, solves some issues with windows compatibility 2010-05-20 20:42:17 +00:00
sunrpc Fixes up SunRPC to use proper timeouts and track the socket context (needed for pivoting) 2010-03-17 23:02:35 +00:00
tftp big commit - lots of cmdstager changes 2010-05-26 22:39:56 +00:00
dcerpc.rb Code cleanups 2008-10-19 21:03:39 +00:00
dcerpc.rb.ts.rb Code cleanups 2008-10-19 21:03:39 +00:00
drda.rb See #726. Adds a DB2 scanner and brute forcer. 2010-01-25 15:58:24 +00:00
drda.rb.ts.rb Fixes #726. Adding in the test cases (and some slight fixes) closes this ticket. 2010-01-28 23:01:32 +00:00
http.rb Code cleanups 2008-10-19 21:03:39 +00:00
http.rb.ts.rb Code cleanups 2008-10-19 21:03:39 +00:00
smb.rb Code cleanups 2008-10-19 21:03:39 +00:00
smb.rb.ts.rb Code cleanups 2008-10-19 21:03:39 +00:00
sunrpc.rb Giant update from tebo, fixing up SunRPC and the nsfmount module 2009-12-23 13:44:53 +00:00
tftp.rb add simple tftp server 2010-05-21 00:03:04 +00:00