1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00
metasploit-payloads/c/meterpreter/workspace
2010-01-29 01:12:35 +00:00
..
common Initial commit of the multi-threaded meterpreter. 2009-12-04 17:37:21 +00:00
elevator ...update the project files. I have added in an extra post build step for elevator.dll so it can work on NT4 (when used with rundll32.exe for getsystem technique #2). The post build step uses the editbin.exe to set the major OS/Subsystem version to 4 instead of 5 so NT4 will load it, (visual c++ 2008 cant build NT4 binaries, only 2000 and above). 2010-01-29 01:12:35 +00:00
ext_posix_sample Major merge of Meterpreter POSIX codebase from JR, Win32 projects may need a few more fixes to work properly 2009-08-10 02:02:16 +00:00
ext_server_boiler Commit the source code for the cross compilable reflective dll injection module. Some minor modifications to the stdapi extension were also required. All the projects (.vcproj) now have an x64 debug/release target as well as an x86 counterpart. 2009-09-04 01:53:58 +00:00
ext_server_espia Replace the use of Critical Sections for locking with Mutex's (thread.c). This appears to resolve a deadlock issue with OpenSSL on some Windows systems. This commit resolves a bug in interactive processes where an interactive waiter thread will chew cpu due to a tight loop introduced by anonymous pipes not blocking (process.c). Dynamic lock creation for OpenSSL has been re-enabled should a future version of OpenSSL require it, AFAIK the current version used, v0.8.9, does not use dynamic lock creation (server_setup.c). Channels have been given locks to help synchronize concurrent access to a single channel. 2009-12-07 13:04:41 +00:00
ext_server_incognito Commit the x64 build of the meterpreter incognito extension. 2009-09-07 09:25:25 +00:00
ext_server_priv ...update the project files. I have added in an extra post build step for elevator.dll so it can work on NT4 (when used with rundll32.exe for getsystem technique #2). The post build step uses the editbin.exe to set the major OS/Subsystem version to 4 instead of 5 so NT4 will load it, (visual c++ 2008 cant build NT4 binaries, only 2000 and above). 2010-01-29 01:12:35 +00:00
ext_server_sniffer Commit the source code for the cross compilable reflective dll injection module. Some minor modifications to the stdapi extension were also required. All the projects (.vcproj) now have an x64 debug/release target as well as an x86 counterpart. 2009-09-04 01:53:58 +00:00
ext_server_stdapi updated stapi project file. 2010-01-19 11:07:21 +00:00
metcli Commit the source code for the cross compilable reflective dll injection module. Some minor modifications to the stdapi extension were also required. All the projects (.vcproj) now have an x64 debug/release target as well as an x86 counterpart. 2009-09-04 01:53:58 +00:00
metsrv Initial commit of the multi-threaded meterpreter. 2009-12-04 17:37:21 +00:00
ReflectiveDLLInjection Replace the use of Critical Sections for locking with Mutex's (thread.c). This appears to resolve a deadlock issue with OpenSSL on some Windows systems. This commit resolves a bug in interactive processes where an interactive waiter thread will chew cpu due to a tight loop introduced by anonymous pipes not blocking (process.c). Dynamic lock creation for OpenSSL has been re-enabled should a future version of OpenSSL require it, AFAIK the current version used, v0.8.9, does not use dynamic lock creation (server_setup.c). Channels have been given locks to help synchronize concurrent access to a single channel. 2009-12-07 13:04:41 +00:00
ulibc fix the posix build (patch from JR) 2009-08-09 17:28:44 +00:00
Makefile Major merge of Meterpreter POSIX codebase from JR, Win32 projects may need a few more fixes to work properly 2009-08-10 02:02:16 +00:00
meterpreter.sln Fixes #744. The core issue was the migrate code waiting on SetEvent, but the migrate stub was blocked on a WSASocket due to a pending packet_receive in the main server thread. Simply settin the thread termination signal did not work, as the SSL_read was already in progress. This change forcible terminates the main server thread before waiting on the event in order to bypass this deadlock. The downside is a failed migrate has no way to recover if it makes it this far. 2010-01-28 22:55:41 +00:00