metasploit-framework/lib/rex
Mario Ceballos 2e0d399262 fixes some warnings.
git-svn-id: file:///home/svn/framework3/trunk@12791 4d416f70-5f16-0410-b530-b9f4589650da
2011-06-01 01:14:47 +00:00
..
arch
assembly Force binmode for Tempfile use to prevent issues with Windows 2010-10-12 01:48:42 +00:00
elfparsey remove duped p_filesz entry, fixes #2307 2010-07-27 18:03:18 +00:00
elfscan style compliance fixes 2010-08-27 21:26:59 +00:00
encoder Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
encoders
encoding Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
exploitation add a new fingerprint for unpatched ie7 on vista 2011-05-19 00:57:30 +00:00
image_source
io add a unit test for ring buffer. all these tests pass on 1.8.7-p299, 1.9.1-p378, and 1.9.2-p180 2011-05-23 19:15:00 +00:00
logging Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
machparsey use fat_offset, from Dino, fixes #2183 2010-07-06 17:16:35 +00:00
machscan
mime move content-disposition header before content-type, per rfc1867 examples 2010-10-18 07:01:54 +00:00
nop
ole add PropertySetStream implementation in preperation for upcoming exploit ;) 2010-12-29 17:07:46 +00:00
parser fixes some warnings. 2011-06-01 01:14:47 +00:00
payloads Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
peparsey add update_checksum, size, and length methods 2010-08-18 04:39:38 +00:00
pescan removed nasm calls inplace of metasm, cleaned up some formatting as well 2011-05-27 17:34:31 +00:00
platforms
poly add BufferRegister and BufferOffset support for shikata_ga_nai. see #3563. tested this pretty extensively. /me crosses fingers 2011-01-26 04:24:41 +00:00
post Force strings to be binary in Meterpreter requests, wrap server-side errors with a client-side wrapper 2011-05-28 05:55:51 +00:00
proto Only override the server header if the caller didn't already provide one. 2011-05-25 01:51:09 +00:00
script make sure we have the right kind of args. fixes argument processing for scripts 2011-01-19 23:36:11 +00:00
services This patch adds detailed thread tracking across the metasploit framework, along with a new console command (threads) to manage these. This level of tracking is required to accurately monitor background tasks, assist with debugging, and kill orphaned threads. 2010-11-12 06:19:49 +00:00
socket add ability to use arbitrary certs with SSL server sockets. 2011-05-20 23:12:35 +00:00
struct2
sync
ui move help_to_s down into CommandDispatcher so each dispatcher will know how to print its own help. see #564 2011-05-16 23:03:31 +00:00
zip add support for providing a list of CA certs for the signature 2011-05-26 17:50:56 +00:00
LICENSE
arch.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
codepage.map
compat.rb do the win32api thing if it's mingw. thanks Ludovic Courgnaud 2011-01-26 19:20:45 +00:00
constants.rb
elfparsey.rb
elfscan.rb
exceptions.rb add windows error messages for windows meterpreter sessions, minor cleanups 2010-10-08 19:36:34 +00:00
exceptions.rb.ut.rb
file.rb Apply patches from Matthew Weeks (scriptjunkie) to fix traversal flaws outlined in his Black Hat DC talk: 2011-01-25 02:24:37 +00:00
file.rb.ut.rb
image_source.rb
job_container.rb Proactively wrap each() in other Hash based classes to avoid situations that trigger modification during enumeration 2011-04-30 04:59:27 +00:00
logging.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
machparsey.rb
machscan.rb
mime.rb
ole.rb add PropertySetStream implementation in preperation for upcoming exploit ;) 2010-12-29 17:07:46 +00:00
payloads.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
peparsey.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
pescan.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
platforms.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
poly.rb
post.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
proto.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
proto.rb.ts.rb
script.rb
service.rb
service_manager.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
service_manager.rb.ut.rb
socket.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
socket.rb.ut.rb add a method for determining if an address is internal, i.e. within the ranges specified in rfc1918 or rfc5735, and cleanup the unit tests to work on 1.9 and account for various changes to the library that previously didn't get any love in the tests, e.g. r4545. 2011-01-15 04:40:21 +00:00
struct2.rb
sync.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
test.rb
text.rb Create a dedicated db table to track sessions & session events. 2011-04-07 21:59:32 +00:00
text.rb.ut.rb Fixes #2952. Instead of raising an error when we hit the end of all possibles in converge_sets, just return what's left in the buffer, since it happens to be right anyway. 2010-10-15 19:40:33 +00:00
thread_factory.rb This patch adds detailed thread tracking across the metasploit framework, along with a new console command (threads) to manage these. This level of tracking is required to accurately monitor background tasks, assist with debugging, and kill orphaned threads. 2010-11-12 06:19:49 +00:00
time.rb
transformer.rb
transformer.rb.ut.rb
ui.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
zip.rb fix the requires for java signing. 2011-05-25 18:02:02 +00:00