metasploit-framework/lib/rex
HD Moore 6772685f3e Merge patch from Julien TINNES for MIPS support (LE/BE)
git-svn-id: file:///home/svn/framework3/trunk@5658 4d416f70-5f16-0410-b530-b9f4589650da
2008-09-15 18:50:34 +00:00
..
arch Fix a typo which prevented the set() method from working correctly. 2007-07-07 03:12:42 +00:00
assembly Fix use of Tempfile 2007-12-31 08:20:48 +00:00
elfparsey Updated ELF stuff 2008-02-13 02:43:56 +00:00
elfscan Updated ELF stuff 2008-02-13 02:43:56 +00:00
encoder fixed a few issues with the alpha2 implementation 2006-12-28 05:19:31 +00:00
encoders /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
encoding Tabs vs Spaces 2006-01-27 05:33:08 +00:00
exploitation fix a bug where firefox detection breaks with obfuscation of the js_osdetect code 2008-08-15 20:11:42 +00:00
image_source Pulled out image_source 2008-02-09 04:35:21 +00:00
io Adding I)ruids's yp exploit. Fixing a streamserver bug thats been causing problems for a while. Updating the HTTP capture module to do better fingerprinting 2008-04-18 01:33:09 +00:00
logging switch to using ruby mutex instead of rwlock to prevent oddness reported, fixes #52 2007-03-12 00:50:50 +00:00
mime fix the end of embedded mime messages (always end in \r\n) 2007-11-26 19:07:47 +00:00
nop /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
parser /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
payloads Changed the defaut win32 process back to lsass.exe until we come up with a better solution -- spools just results in nothing happening in many cases. 2006-11-16 03:49:56 +00:00
peparsey Updated ELF stuff 2008-02-13 02:43:56 +00:00
pescan Patch from dustin 2007-10-19 14:26:56 +00:00
platforms This adds the backupexec registry access module and a supporting library for windows registry constants 2006-12-02 19:48:10 +00:00
poly shikata changes from vlad902, improvements to poly code 2007-04-21 02:10:43 +00:00
post patch from Kris Katterjohn 2008-05-26 08:42:17 +00:00
proto Fix an exception that is encountered when not enough of the DCERPC packet has been read 2008-04-04 22:12:59 +00:00
services Speedup to local relay 2008-01-26 22:17:59 +00:00
socket This patch adds support for IPv6 scope_ids to AddressRange parameters. Ranges consisting of a single address are not expanded 2008-08-23 07:05:38 +00:00
struct2 support to use proper pointer representation and 64-bit integers in struct 2006-04-24 21:09:36 +00:00
sync major doc update 2005-11-15 05:22:13 +00:00
ui Implements the readline workaround, tested with regular and meterpreter sessions 2008-06-27 20:51:36 +00:00
LICENSE Updated to reflect the new license of Rex 2006-09-01 15:50:10 +00:00
arch.rb Merge patch from Julien TINNES for MIPS support (LE/BE) 2008-09-15 18:50:34 +00:00
codepage.map * add MS's widechar encoding support, named uhwtfms :P (note, to use in something like a URI, it needs to be cleaned up... since you have to send %uXXXX instead of just 2 bytes raw encoded) 2006-02-22 23:29:34 +00:00
compat.rb This fixes raw socket support for FreeBSD, NetBSD, BSDi, and Mac OS X. Thanks LibNET! 2008-07-26 18:15:35 +00:00
constants.rb Merge patch from Julien TINNES for MIPS support (LE/BE) 2008-09-15 18:50:34 +00:00
elfparsey.rb Updated ELF stuff 2008-02-13 02:43:56 +00:00
elfscan.rb Added more options 2008-02-06 17:31:57 +00:00
exceptions.rb Merging all of the auxilliary/scanner related features 2007-04-24 06:27:39 +00:00
exceptions.rb.ut.rb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
file.rb Compatibility fixes to the nasm shell 2007-03-24 18:15:45 +00:00
file.rb.ut.rb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
image_source.rb Updated ELF stuff 2008-02-13 02:43:56 +00:00
job_container.rb added the ability to track jobs, and made rexploit stop the existing job 2007-04-04 02:49:08 +00:00
logging.rb Make it so you can require meterpreter without having to require rex.rb, steps towards a standalone meterp 2006-08-21 21:35:03 +00:00
mime.rb This adds simple MIME support to the Rex library 2007-04-02 03:58:11 +00:00
payloads.rb starting integration of kernel-mode payloads 2006-10-16 21:40:38 +00:00
peparsey.rb Updated ELF stuff 2008-02-13 02:43:56 +00:00
pescan.rb Updated ELF stuff 2008-02-13 02:43:56 +00:00
platforms.rb Woops, forgot to commit this, thanks MC! 2006-12-02 23:56:52 +00:00
poly.rb poly encoder fixes 2006-01-18 15:43:48 +00:00
post.rb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
proto.rb Changes from Brian Caswell 2005-11-30 19:42:19 +00:00
proto.rb.ts.rb * fixup include path 2006-01-30 18:58:16 +00:00
script.rb support for meterpreter scripts 2006-09-19 03:15:25 +00:00
service.rb fix for service management issue with tcp server/http server mixins 2006-12-17 07:12:04 +00:00
service_manager.rb woops 2006-12-17 07:52:05 +00:00
service_manager.rb.ut.rb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
socket.rb This patch adds support for IPv6 scope_ids to AddressRange parameters. Ranges consisting of a single address are not expanded 2008-08-23 07:05:38 +00:00
socket.rb.ut.rb * add dotted quad validation tests (to prove the current one is broken :P ) 2006-06-15 22:41:31 +00:00
struct2.rb /usr/bin/ruby vs /usr/bin/env ruby 2005-12-17 06:46:23 +00:00
sync.rb more meterp decoupling 2006-08-21 22:50:27 +00:00
test.rb fixed typo in simplified modules 2007-02-24 21:42:13 +00:00
text.rb Add the ror/rol ror13hash code to msf3 2008-08-13 01:44:37 +00:00
text.rb.ut.rb * uhwtfms_half - half-width encoding ( http://www.kb.cert.org/vuls/id/739224 ) 2007-05-14 20:49:35 +00:00
time.rb added gzip detection 2006-01-03 04:07:20 +00:00
transformer.rb major doc update 2005-11-15 05:22:13 +00:00
transformer.rb.ut.rb * rex exception names are used, therefor rex/exceptions is required 2006-01-30 18:50:43 +00:00
ui.rb meterp/msfconsole irb mode 2005-12-06 04:39:14 +00:00