.. |
auxiliary
|
Handle timeout errors more gracefully
|
2010-04-06 02:05:50 +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
|
Expose exe :template and :insert via advanced options plus formatting changes. Thanks MarkBagget for the kick in the pants and the example options to to_win32pe\!
|
2010-03-31 22:05:32 +00:00 |
handler
|
Size tweaks to bring the ssl stager + encoder + target_id to exactly 400 bytes
|
2010-04-03 07:48:53 +00:00 |
model
|
Don't record 127.0.0.1 in the database as a host.
|
2010-03-20 14:38:50 +00:00 |
module
|
More authors
|
2010-03-27 23:47:59 +00:00 |
payload
|
move to more indirect method for defining syscall sets
|
2010-04-07 16:49:48 +00:00 |
rpc
|
Increase LocalRelay block size, return exploit_uuid in sessions
|
2010-03-27 15:44:33 +00:00 |
session
|
Small patch to enable a new stager
|
2010-04-03 05:21:15 +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
|
Add a warning, cosmetic comment to asm
|
2010-04-07 20:51:05 +00:00 |
db_manager.rb
|
log a little more info when a migration fails
|
2010-04-11 16:33:21 +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 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
|
Typo
|
2010-03-17 18:41:09 +00:00 |
exploit.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit_driver.rb
|
add on_module_complete and on_module_error events
|
2010-03-16 19:32:54 +00:00 |
framework.rb
|
See you next year
|
2010-04-02 04:44:02 +00:00 |
handler.rb
|
Small patch to enable a new stager
|
2010-04-03 05:21:15 +00:00 |
model.rb
|
Add tasks
|
2010-03-11 18:42:21 +00:00 |
module.rb
|
Add timestamps to print_good() too
|
2010-04-04 22:48:35 +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
|
make Session#inspect a little nicer
|
2010-04-02 18:00:30 +00:00 |
session_manager.rb
|
Closes command and meterpreter sessions in a much more consistent way
|
2010-03-21 04:24:27 +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
|
Speed up the queue processing a little
|
2010-04-05 20:34:41 +00:00 |