.. |
auxiliary
|
This change allows the auth modules to automatically remove their input files when requested. This makes scripting with temporary files much easier
|
2010-10-06 21:04:16 +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
|
Merge in R3L1K's Powershell enhancements and powerdump code (hashdump through powershell)
|
2010-10-17 17:39:43 +00:00 |
handler
|
Fix a race condition in concurrent session handling
|
2010-10-08 04:46:53 +00:00 |
model
|
add web_urihost
|
2010-10-11 05:56:18 +00:00 |
module
|
add java as a regular platform
|
2010-07-11 19:46:55 +00:00 |
payload
|
Patch from scriptjunkie to enable EXITFUNC=none; this is only useful in some limited situations, but was requested. Fixes #2969
|
2010-10-17 05:40:56 +00:00 |
rpc
|
Bugfix for db_events. Fixes #2982.
|
2010-10-20 23:32:42 +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
|
Fix module.replicant(), closes #2252
|
2010-07-14 17:06:12 +00:00 |
db.rb
|
Yield back on pages, vulns, forms, and sites
|
2010-10-20 01:13:26 +00:00 |
db_export.rb
|
This commit adds the db_export command, which will export a workspace as an XML file. This can be re-imported with db_import
|
2010-10-17 04:50:15 +00:00 |
db_manager.rb
|
Remove unsupported msfweb interface. (fixes #503)
|
2010-10-14 18:45:16 +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
|
add preliminary support for the new java payloads. Working meterpreter and shell stages with tcp bind and reverse stagers, see #406
|
2010-08-20 07:01:23 +00:00 |
encoder.rb
|
rename/clarify PrintfUtil encoder, fixes #2308
|
2010-10-18 15:41:13 +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
|
Fixes #2974. Adds an "Unknown" level to Exploit::CheckCode, fixes the URI check for exploit/unix/webapp/php_include (which was relying on Unknown).
|
2010-10-15 12:24:17 +00:00 |
exploit.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit_driver.rb
|
further clean up exception handling / session waiting for exploits
|
2010-07-21 23:25:20 +00:00 |
framework.rb
|
3.5.0 is out! back to work :)
|
2010-10-21 00:48:17 +00:00 |
handler.rb
|
Small patch to enable a new stager
|
2010-04-03 05:21:15 +00:00 |
model.rb
|
This patch merges in support for four new database tables focused on tracking web application information along with a tweak to the task manager code to allow tasks to be run from within tasks without fear of deadlock.
|
2010-10-02 18:48:29 +00:00 |
module.rb
|
Unbreak this
|
2010-10-09 18:27:09 +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
|
Continue processing even if the exploit's on_new_session override triggers an exception
|
2010-09-21 03:05:55 +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 plugin support to rpc. Fixes #2292
|
2010-08-28 18:21:17 +00:00 |
session.rb
|
Store the module instance itself in an accessor on the session. You have to be careful when using this, as the contents can change if the owner of the module is still working with it.
|
2010-09-20 03:51:38 +00:00 |
session_manager.rb
|
See #2717. Fixes session reaping (VNC, specifically)
|
2010-09-28 15:06:09 +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
|
This patch merges in support for four new database tables focused on tracking web application information along with a tweak to the task manager code to allow tasks to be run from within tasks without fear of deadlock.
|
2010-10-02 18:48:29 +00:00 |