.. |
arch
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
assembly
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
elfparsey
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
elfscan
|
style compliance fixes
|
2010-08-27 21:26:59 +00:00 |
encoder
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
encoders
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
encoding
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
exploitation
|
Better object for FF6
|
2012-05-15 16:42:53 -06:00 |
image_source
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
io
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
logging
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
machparsey
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
machscan
|
Fixes #452. Solves a number of crashes caused by Regexp.new() on 1.9 without an explicit language specified
|
2009-11-02 17:09:13 +00:00 |
mime
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
nop
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
ole
|
add PropertySetStream implementation in preperation for upcoming exploit ;)
|
2010-12-29 17:07:46 +00:00 |
parser
|
Make sure state is initialized
|
2012-05-24 10:43:30 -06:00 |
payloads
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
peparsey
|
add update_checksum, size, and length methods
|
2010-08-18 04:39:38 +00:00 |
pescan
|
Show DllCharacteristics (see #5234)
|
2011-09-08 22:55:12 +00:00 |
platforms
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
poly
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
post
|
Default to ethernet if the server doesn't specify
|
2012-05-23 10:06:30 -06:00 |
proto
|
Move the context setting to the module
|
2012-05-10 21:21:32 -05:00 |
registry
|
hard tabs
|
2012-04-02 21:42:51 -05:00 |
ropbuilder
|
RopCollect needs to use print_status too
|
2011-09-06 23:08:58 +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
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
struct2
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
sync
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
ui
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
zip
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
LICENSE
|
License corrections
|
2010-04-02 21:34:15 +00:00 |
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
|
* 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
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
constants.rb
|
Fix some remaining 1.9 compatibility issues
|
2009-10-01 16:01:53 +00:00 |
elfparsey.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
elfscan.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
exceptions.rb
|
sometimes windows raises EADDRNOTAVAIL which gets mapped to AddressInUse when using addresses it doesn't like, e.g. .0 and .255; make AddressInUse a ConnectionError so scanners handle it properly. makes scanners work on windows when an address range includes one of these. they won't be scanned (since windows is dumb) but at least it won't error out.
|
2011-08-10 00:51:23 +00:00 |
exceptions.rb.ut.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
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
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
image_source.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
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
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
machparsey.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
machscan.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
mime.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
ole.rb
|
add PropertySetStream implementation in preperation for upcoming exploit ;)
|
2010-12-29 17:07:46 +00:00 |
payloads.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
peparsey.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
pescan.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
platforms.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
poly.rb
|
fix another uninitialized class var warning
|
2009-11-13 22:00:16 +00:00 |
post.rb
|
Remove reference to missing dispatch_ninja
|
2012-05-01 10:31:18 -05:00 |
proto.rb
|
Lets just leave this here (insurance against my laptop melting down between now and tomorrow morning). Nothing to see here, move along ;)
|
2011-08-03 22:58:55 +00:00 |
proto.rb.ts.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
registry.rb
|
Adding bperry's various and sundry regex fixes
|
2012-01-16 17:54:33 -06:00 |
ropbuilder.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
script.rb
|
Woops!
|
2010-02-24 23:15:01 +00:00 |
service.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
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
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
socket.rb
|
Add IPv6 support for bit2netmask
|
2012-03-16 01:50:26 -06: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
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
sync.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
test.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
text.rb
|
Squashed commit of the following:
|
2012-05-15 17:00:02 -06:00 |
text.rb.ut.rb
|
Bash format for msfencode/msfvenom
|
2011-11-11 00:13:17 -08: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
|
strip Rex::ExtTime.sec_to_s return val to remove ever-present trailing space
|
2009-07-13 23:32:35 +00:00 |
transformer.rb
|
Mostly cosmetic
|
2009-11-16 15:16:08 +00:00 |
transformer.rb.ut.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
ui.rb
|
Cutting over rails3 to master.
|
2012-04-15 23:35:38 -05:00 |
zip.rb
|
fix the requires for java signing.
|
2011-05-25 18:02:02 +00:00 |