metasploit-framework/lib/rex
HD Moore d98f8dfd89 Make it clear that all Rex::IO::Stream implementations must accept a second parameter called opts for the read, write, and put methods
git-svn-id: file:///home/svn/framework3/trunk@12515 4d416f70-5f16-0410-b530-b9f4589650da
2011-05-02 21:39:09 +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 fix some potential bugs from Edward Kolodka, fixes #3256 2010-11-30 00:16:07 +00:00
encoders
encoding
exploitation updated browser detection for android, ipod/ipad/iphone, a couple of new fingerprints for FF and IE. 2011-01-06 21:11:54 +00:00
image_source
io Make it clear that all Rex::IO::Stream implementations must accept a second parameter called opts for the read, write, and put methods 2011-05-02 21:39:09 +00:00
logging
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 Importing Nexpose reports should retain test keys (which are usually some kind of proof or expanded details about a vulnerability). 2011-04-26 17:31:26 +00:00
payloads Add support for the ring0 stager_sysenter_hook payload to run its ring3 payload in a new thread in order to preserve/resume the original hijacked ring3 thread. 2010-07-14 13:43:17 +00:00
peparsey add update_checksum, size, and length methods 2010-08-18 04:39:38 +00:00
pescan
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 Only try to report to the database if the database driver is active. Fixes #4306 2011-05-02 20:29:01 +00:00
proto remove a crufty require 2011-05-02 03:42:26 +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 This normalizes openssl non-blocking support across both 1.8.x/1.9.1 and 1.9.2+ 2011-05-02 17:25:26 +00:00
struct2
sync
ui add logging for interactive meterpreter channels 2011-04-15 21:10:15 +00:00
zip avoid creating a second manifest.mf entry if one already exists 2010-11-30 07:10:57 +00:00
LICENSE
arch.rb
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
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
peparsey.rb
pescan.rb
platforms.rb
poly.rb
post.rb
proto.rb enable ntlmv2 and signing for smb client stack (pth implementation is coming), fixes #11678 and #152 2011-03-07 19:57:53 +00:00
proto.rb.ts.rb
script.rb
service.rb
service_manager.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
service_manager.rb.ut.rb
socket.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
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
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
zip.rb