.. |
auxiliary
|
bah, debug print
|
2010-02-02 23:15:12 +00:00 |
encoder
|
See #430. This adds the AllowWin32SEH option to the upper/mixed alphanumeric encoders, providing 100% alphanumeric payloads for Windows platforms
|
2009-11-08 00:45:51 +00:00 |
encoding
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit
|
Cleaning up print_status messages for Postgres SQL module and Postgres library.
|
2010-02-08 16:43:44 +00:00 |
handler
|
Commit the Ruby end for TCP server channels, the modified TCP client channels and the support for pivoting a reverse_tcp meterpreter.
|
2010-02-06 17:59:25 +00:00 |
model
|
add an events table
|
2010-01-13 06:40:34 +00:00 |
module
|
Initial commit of Msf::Exploit::Java mixin and multi/browser/java_signed_applet exploit.
|
2010-01-27 19:46:39 +00:00 |
payload
|
initial commit of aix cmsd exploit (not fully working yet)
|
2010-02-08 00:44:37 +00:00 |
rpc
|
Fixes #758 by setting the http content type
|
2010-01-14 12:51:31 +00:00 |
session
|
Revamp the event system and add some ui hooks. Sessions are still ghetto -- we get interact events (in a lame way) but no input or output events yet. see 619
|
2009-12-22 18:52:48 +00:00 |
auxiliary.rb
|
Updates the autopwn matching algorithm to use multiple ports and service names
|
2009-10-28 18:04:50 +00:00 |
constants.rb
|
add simple detection for Chrome
|
2010-01-30 21:09:38 +00:00 |
data_store.rb
|
Really fixes #464
|
2009-11-16 02:52:23 +00:00 |
db.rb
|
Revert previous change to host status parser
|
2010-02-05 15:51:46 +00:00 |
db_manager.rb
|
massive changes to the database api. Auxiliary::Report is now just a bunch of stubs into the main DBManager, most aux modules should just work, but they haven't all been tested. introduces a get_auth_info method for pulling credentials out of the db. other db api methods should be more standardized now. cross your fingers
|
2009-12-29 23:48:45 +00:00 |
db_objects.rb
|
Add db_workspace command & other db refactoring.
|
2009-12-14 22:52:34 +00:00 |
encoded_payload.rb
|
This adds support for the old exe format to msfencode using -t exe-small and allows encoder modules to change preferences based on the platform, which fully solves #430.
|
2009-12-13 19:03:35 +00:00 |
encoder.rb
|
add the SingleStaticBit for the CVE-2008-4193 exploit - comments welcome
|
2009-12-28 20:39:43 +00:00 |
event_dispatcher.rb
|
add a callback for session commands. fixes 618
|
2010-01-06 05:06:12 +00:00 |
exceptions.rb
|
fix a bug where a failed encoder would try to convert nil to Integer. see #519
|
2009-11-16 18:57:04 +00:00 |
exceptions.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit.rb
|
save events to the database. fixes 618
|
2010-01-15 00:32:48 +00:00 |
exploit.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit_driver.rb
|
save events to the database. fixes 618
|
2010-01-15 00:32:48 +00:00 |
framework.rb
|
fix infinite loop and typo
|
2010-01-28 02:43:54 +00:00 |
handler.rb
|
Correct a typo
|
2009-11-09 00:11:47 +00:00 |
model.rb
|
missed this in the last commit
|
2010-01-13 07:03:18 +00:00 |
module.rb
|
Replicants should receive the same module store as the original
|
2010-01-14 18:14:44 +00:00 |
module_manager.rb
|
Switch compat payloads to normal vs ranked
|
2009-12-15 13:14:01 +00:00 |
nop.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
option_container.rb
|
modify address range specification (for e.g. RHOSTS) to use nmap notation, fixes #182
|
2009-12-04 19:37:14 +00:00 |
option_container.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
payload.rb
|
Fixes #328. Crafty little bug -- if asm was "" vs nil, the stage would try to compile as metasm instead of using the raw payload.
|
2009-10-26 17:44:43 +00:00 |
payload_set.rb
|
Fixes #574. Uses compatible_payloads as the initial list for finding a match
|
2009-11-25 02:24:41 +00:00 |
plugin.rb
|
Adds a print_debug message handler -- mostly useful during development to easily inspect objects.
|
2010-02-02 21:03:07 +00:00 |
plugin_manager.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
rpc.rb
|
This patch introduces a really basic RPC service. It is still a long way from its final version
|
2008-12-02 22:09:34 +00:00 |
session.rb
|
more concise inspect output for Session objects
|
2009-12-23 01:03:51 +00:00 |
session_manager.rb
|
add a liveness test to meterpreter, fixes 698
|
2010-01-28 23:53:15 +00:00 |
session_manager.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
task_manager.rb
|
make the status a little more easily available
|
2010-01-09 02:11:46 +00:00 |