This website requires JavaScript.
Explore
Help
Sign In
github
/
metasploit-payloads
Watch
1
Fork
0
You've already forked metasploit-payloads
mirror of
https://github.com/rapid7/metasploit-payloads
synced
2025-02-22 03:19:04 +01:00
Code
Releases
Activity
metasploit-payloads
/
c
/
meterpreter
/
source
History
Stephen Fewer
795faa0295
Commit snojobs jpeg patch for espia with an x64 build and some minor changes on the ruby side (The 'screenshot' command is now 'screengrab' to avoid a future conflict with changes happening in stdapi).
...
git-svn-id: file:///home/svn/framework3/trunk@8726 4d416f70-5f16-0410-b530-b9f4589650da
2010-03-05 15:50:24 +00:00
..
client
Fixes
#299
- corrects the win32 build environment and source to build properly again
2009-08-30 01:57:25 +00:00
common
Commit the meterpreter C side (and bins) for transparent zlib (zlib.c copied from the posix meterpreter source) compression of TLV's and channels. To use transparent compression with channels, create them with CHANNEL_FLAG_COMPRESS. To use transparent compression with any TLV value, bitwise or the TLV type with TLV_META_TYPE_COMPRESSED (Don't create the TLV type with TLV_META_TYPE_COMPRESSED as the compressed flag is removed on the remote end after compression). For consistency with the ruby side we could at a later stage add a boolean compress parameter to all the packet_add_tlv_* functions so you don't have to manually specify TLV_META_TYPE_COMPRESSED flag.
2010-02-16 14:56:24 +00:00
elevator
Fix
#790
. Initialize the client state to be alive, tweak a few things on the meterpreter side
2010-01-29 18:52:44 +00:00
extensions
Commit snojobs jpeg patch for espia with an x64 build and some minor changes on the ruby side (The 'screenshot' command is now 'screengrab' to avoid a future conflict with changes happening in stdapi).
2010-03-05 15:50:24 +00:00
jpeg-8
Commit the JPEG-8 lib code from snowjobs patch. Added an x64 build environment and the libs directory for x86/x64 projects to link against.
2010-03-05 15:44:36 +00:00
openssl
Commit the openssl x64 static libraries required for compilation. These are freshly built using the latest stable release (openssl-0.9.8k). Instructions for re-building the libraries also included.
2009-09-04 01:58:17 +00:00
ReflectiveDLLInjection
Update RDI by adding in the LoadRemoteLibraryR function to use RDI to inject into arbitrary processes. Current limitation is it only works on x86->x86 and x64->x64 scenarios, due to the offsets used in parsing the PE file being determined at compile time (e.g. if we compile LoadRemoteLibraryR into an x86 binary it wont be able to load x64 images). Solution is to not rely on compiler for the offset but to do it manually which shouldn't be too much work.
2010-01-28 13:37:55 +00:00
server
Fix
#790
. Initialize the client state to be alive, tweak a few things on the meterpreter side
2010-01-29 18:52:44 +00:00
ulibc
Merge in the POSIX stdapi extension, still some work left to finish
2009-10-26 04:34:20 +00:00