1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00
metasploit-framework/external
2010-02-16 14:56:24 +00:00
..
burp-proxy Added Burp Proxy v1.x support for Wmap by Spinbad 2009-01-12 02:57:19 +00:00
installer-linux Support for slackware's mktemp, fixes #762 2010-01-14 12:48:30 +00:00
installer-win32 Commit the rc2 installer 2009-11-16 04:05:45 +00:00
pcaprub Minor tweaks for formatting 2009-11-04 01:18:37 +00:00
ratproxy Finally the Wmap patch for ratproxy for new db schema. Based on Albert School patch 2010-01-31 04:15:31 +00:00
ruby-lorcon Copyright updates reflecting the news 2009-10-21 12:58:56 +00:00
ruby-lorcon2 Fixes #427. Finally found a solution that works for 1.8 and 1.9, this allows lorcon modules to run in the background or foreground and handle interrupts from the console gracefully. Its still a hack 2009-10-28 00:19:17 +00:00
serialport Removed Makefile and mkmf.log 2009-01-11 06:34:11 +00:00
source 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