.. |
auxiliary
|
Fixes #2101. Introduces a proper :skip_user, and adds better comment docs to auth_brute to describe the intended use of each return code.
|
2010-06-15 19:10:15 +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
|
avoid returning nil info, try to look it up
|
2010-07-06 21:53:24 +00:00 |
handler
|
Fix the print lins
|
2010-04-14 02:46:43 +00:00 |
model
|
Validate base64 before demarshal
|
2010-07-06 18:40:19 +00:00 |
module
|
Undoing r9607.
|
2010-06-24 16:44:09 +00:00 |
payload
|
use quotes to avoid php warnings, encoders should take care of it anyway
|
2010-06-01 16:26:48 +00:00 |
rpc
|
Adding an autoroute meterpreter script, and enabling route housekeeping to be stored and retrived via Sessions directly, rather than through Rex::Socket::SwitchBoard.
|
2010-07-02 17:38:56 +00:00 |
session
|
Small patch to enable a new stager
|
2010-04-03 05:21:15 +00:00 |
auxiliary.rb
|
Improvements to the cleanup process, close sockets properly for exploits and auxiliary
|
2010-05-01 16:26:24 +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
|
let's try this again. don't convert datastore values to strings when copying, only dup things that are already Strings, see #2189, #2098, #2096
|
2010-07-06 17:59:36 +00:00 |
db.rb
|
Makes sure that Qualys reports only try to report sensible data -- fixes DB complaints about null in non-null contrained columns.
|
2010-07-07 14:53:16 +00:00 |
db_manager.rb
|
default to postgres
|
2010-05-20 19:37:46 +00:00 |
db_objects.rb
|
Fixes #1915. Only clear the connection pool if it exists
|
2010-05-14 15:55:01 +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 special encoder for piranha_passwd_exec vuln (rh62)
|
2010-06-24 22:36:51 +00:00 |
event_dispatcher.rb
|
add on_module_complete and on_module_error events
|
2010-03-16 19:32:54 +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
|
Improvements to the cleanup process, close sockets properly for exploits and auxiliary
|
2010-05-01 16:26:24 +00:00 |
exploit.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit_driver.rb
|
go back to copying the module for jobs. 'exploit -j' appears to work with the current changes. fixes #2096 and #2098 (for real this time)
|
2010-07-06 21:09:53 +00:00 |
framework.rb
|
use the calculated address for :target_host since session.target_host is nil for client exploits
|
2010-06-25 18:33:41 +00:00 |
handler.rb
|
Small patch to enable a new stager
|
2010-04-03 05:21:15 +00:00 |
model.rb
|
Patch ActiveRecord to use marshal instead of yaml for serialization
|
2010-05-02 16:46:44 +00:00 |
module.rb
|
let's try this again. don't convert datastore values to strings when copying, only dup things that are already Strings, see #2189, #2098, #2096
|
2010-07-06 17:59:36 +00:00 |
module_manager.rb
|
standardize job context as an Array and always copy datastore for jobs. fixes #2096 and fixes #2098
|
2010-07-01 22:02:46 +00:00 |
nop.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
option_container.rb
|
remove to_s methods that reference a non-existent attribute. fixes .inspect on instances of Opt*. I have no idea how this bug never showed up before
|
2010-07-01 21:52:30 +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
|
Adding an autoroute meterpreter script, and enabling route housekeeping to be stored and retrived via Sessions directly, rather than through Rex::Socket::SwitchBoard.
|
2010-07-02 17:38:56 +00:00 |
session_manager.rb
|
Move away from Kernel.select in exchange for IO.select, solves some issues with windows compatibility
|
2010-05-20 20:42:17 +00:00 |
session_manager.rb.ut.rb
|
Fix other occurrences of on_session_close not taking a second parameter. See #1075
|
2010-03-11 13:54:10 +00:00 |
task_manager.rb
|
Move away from Kernel.select in exchange for IO.select, solves some issues with windows compatibility
|
2010-05-20 20:42:17 +00:00 |