.. |
auxiliary
|
Reimplementing DB2's auth checker to use the same methods as the other auth_brute modules.
|
2010-03-05 00:44:39 +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
|
handle failed logins - fixes #1014
|
2010-03-05 17:05:12 +00:00 |
handler
|
Report the correct local/peer names for the session information. Fix a return value check
|
2010-03-10 07:13:18 +00:00 |
model
|
add events accessor to workspace
|
2010-03-11 00:57:23 +00:00 |
module
|
add platform aliases for newer versions of windows.
|
2010-03-05 08:26:51 +00:00 |
payload
|
Fix for #291, Meterpreter over PassiveX now working again :)
|
2010-02-26 05:13:58 +00:00 |
rpc
|
*Backwards Compatibility Broken* - The session XMLRPC object now requires data for read/write to be encoded using Base64, this solves a number of issues with the builtin XMLRPC library with regards to binary data encoding. The response from read() now contains an 'encoding' element with the value 'base64', in order to differentiate from older versions.
|
2010-03-11 00:55:21 +00:00 |
session
|
adds scripting for command shell sessions
|
2010-02-24 01:19:59 +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
|
Additional operating systems, changing the case of Mac OS X
|
2010-02-14 15:04:39 +00:00 |
data_store.rb
|
add exploit datastore to sessions so we can tell exactly how the session was created
|
2010-02-26 01:09:23 +00:00 |
db.rb
|
Report critical/seen properly
|
2010-03-10 18:00:19 +00:00 |
db_manager.rb
|
move this up so all database drivers have a bigger pool, see #976
|
2010-03-04 07:10:20 +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
|
fix bug from natron
|
2010-02-12 02:11:52 +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
|
Handle cases where the peer has no : (distcc exploit)
|
2010-03-08 23:03:49 +00:00 |
handler.rb
|
process autorun scripts for telnet_login and ssh_login
|
2010-03-02 18:07:50 +00:00 |
model.rb
|
Merge in loot and user, fix up telnet to handle eof better
|
2010-02-22 23:45:43 +00:00 |
module.rb
|
Prevent the lack of db from crashing
|
2010-02-22 19:04:15 +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
|
fixed aix payloads to REALLY do variable substitution
|
2010-02-08 22:41:36 +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
|
Add console interaction to the RPC interface
|
2010-02-25 06:26:53 +00:00 |
session.rb
|
process autorun scripts for telnet_login and ssh_login
|
2010-03-02 18:07:50 +00:00 |
session_manager.rb
|
Lots of small changes, the big one is moving from sysread -> readpartial in the stream base class
|
2010-03-10 06:43:46 +00:00 |
session_manager.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
task_manager.rb
|
Fix up report_event
|
2010-02-22 19:31:21 +00:00 |