.. |
auxiliary
|
Adds timed module support, fixes #97
|
2007-05-03 20:23:27 +00:00 |
encoder
|
First round of bugfixes for encoders. Alphanumeric encoders no longer default the BufferRegister option, since this can lead to non-compatible exploits falling through to these encoders, selecting them, and then crashing. The new method uses a dynamic (not quite poly) geteip generator, that while not yet alphanumeric compatible, it handles most of the known use cases. Remaining items:
|
2006-09-10 05:10:48 +00:00 |
encoding
|
last of normalized docs from last night
|
2005-11-15 15:11:43 +00:00 |
exploit
|
Removed the old pcap mixin, replaced with Capture, updated the test_pcap module
|
2007-05-04 02:56:35 +00:00 |
handler
|
fixed unit tests in core
|
2007-02-24 06:35:03 +00:00 |
module
|
Initial support for PHP payloads
|
2006-12-17 07:57:51 +00:00 |
payload
|
Change ARCH and PLATFORM to advanced options
|
2007-02-18 07:38:31 +00:00 |
session
|
Support for killing sessions from the UI and killing all running jobs with jobs -a
|
2007-02-11 23:24:25 +00:00 |
auxiliary.rb
|
Adds timed module support, fixes #97
|
2007-05-03 20:23:27 +00:00 |
constants.rb
|
Added CHOST/CPORT as advanced options. Split out uncommon SMB options as advanced
|
2007-02-18 07:02:47 +00:00 |
data_store.rb
|
fixes #19, don't skip if overwrite is false
|
2007-02-21 03:10:48 +00:00 |
db.rb
|
added some comments, and introduced the DatabaseEvent mixin
|
2007-02-25 21:25:41 +00:00 |
db_manager.rb
|
Updated the ActiveRecord loader to work properly with new gems package
|
2007-02-11 23:47:34 +00:00 |
db_objects.rb
|
More work towards automation
|
2006-09-17 00:39:23 +00:00 |
encoded_payload.rb
|
fixed a few issues with the alpha2 implementation
|
2006-12-28 05:19:31 +00:00 |
encoder.rb
|
raw encoder type wasn't being enforced
|
2007-04-01 21:00:51 +00:00 |
event_dispatcher.rb
|
added some comments, and introduced the DatabaseEvent mixin
|
2007-02-25 21:25:41 +00:00 |
exceptions.rb
|
support for generic payloads
|
2006-08-26 02:13:25 +00:00 |
exceptions.rb.ut.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
exploit.rb
|
Removed the old pcap mixin, replaced with Capture, updated the test_pcap module
|
2007-05-04 02:56:35 +00:00 |
exploit.rb.ut.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |
exploit_driver.rb
|
added the ability to track jobs, and made rexploit stop the existing job
|
2007-04-04 02:49:08 +00:00 |
framework.rb
|
Bumped the version of trunk to 3.1-dev
|
2007-03-26 19:55:26 +00:00 |
handler.rb
|
fix typo
|
2007-02-26 03:11:51 +00:00 |
module.rb
|
added the ability to track jobs, and made rexploit stop the existing job
|
2007-04-04 02:49:08 +00:00 |
module_manager.rb
|
Minor cleanups, less matching, very minor speedup
|
2007-03-25 07:38:11 +00:00 |
nop.rb
|
changes to comments
|
2005-11-28 12:40:13 +00:00 |
option_container.rb
|
This patch adds IPv6 support to most feartures of the framework. The major missing component is IPv6-enabled payloads.
|
2007-04-29 23:43:39 +00:00 |
option_container.rb.ut.rb
|
* update OptEnum so that desc displays the valid options, less duplication of data
|
2006-01-25 19:15:09 +00:00 |
payload.rb
|
typos
|
2007-02-11 03:16:08 +00:00 |
payload_set.rb
|
support for generic payloads
|
2006-08-26 02:13:25 +00:00 |
plugin.rb
|
Consistency fixes for the print_* routines
|
2007-02-11 19:40:33 +00:00 |
plugin_manager.rb
|
reload plugins from disk if they have already been loaded
|
2007-04-22 07:55:04 +00:00 |
session.rb
|
Support for killing sessions from the UI and killing all running jobs with jobs -a
|
2007-02-11 23:24:25 +00:00 |
session_manager.rb
|
last of normalized docs from last night
|
2005-11-15 15:11:43 +00:00 |
session_manager.rb.ut.rb
|
/usr/bin/ruby vs /usr/bin/env ruby
|
2005-12-17 06:46:23 +00:00 |