metasploit-framework/lib/rex
James Lee 64d160e393 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.
git-svn-id: file:///home/svn/framework3/trunk@11580 4d416f70-5f16-0410-b530-b9f4589650da
2011-01-15 04:40:21 +00:00
..
arch Call the right select: 2010-04-27 22:55:17 +00:00
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 catch ENOTSOCK errors in has_read_data? 2011-01-11 08:47:42 +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 Merge Zate Berg's latest patch 2010-11-07 01:57:17 +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
post tab complete local filenames for upload command 2011-01-13 20:22:13 +00:00
proto Merges pello's Cisco uploader module, merges changes back into the TFTP server class. Fixes #3429 2010-12-30 16:37:58 +00:00
script Glue to tie Metasploit mixins into Rex::Script::Meterpreter 2010-05-02 00:09:01 +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 Fixes #3348. Adds the PacketFu packet processing library from http://code.google.com/p/packetfu/ , and adds a db_import path for pcaps (it's straightforward -- db_import /path/to/file.pcap will import hosts and service ports from a pcap file.) 2010-12-12 17:44:48 +00:00
struct2
sync
ui tab complete local filenames for upload command 2011-01-13 20:22:13 +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 Add WoW64 detection 2010-12-08 21:05:07 +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 fix a latent issue with windows paths surrounded by quotes 2010-10-20 09:50:12 +00:00
file.rb.ut.rb
image_source.rb
job_container.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
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
proto.rb.ts.rb
script.rb
service.rb
service_manager.rb
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 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
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