.. |
auxiliary
|
merge browser_autopwn back into trunk. This changes the database schema slightly, so make sure to db_destroy and db_create before using the database features.
|
2009-07-22 20:14:35 +00:00 |
encoder
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
encoding
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit
|
adds support for a 10g packet given the right connect string.
|
2009-08-05 00:46:35 +00:00 |
handler
|
Replace += with << for Strings in a bunch of places.
|
2009-03-08 07:55:47 +00:00 |
module
|
merge browser_autopwn back into trunk. This changes the database schema slightly, so make sure to db_destroy and db_create before using the database features.
|
2009-07-22 20:14:35 +00:00 |
payload
|
Updating the whitespace to match the rest of the modules
|
2009-07-31 18:02:14 +00:00 |
rpc
|
Lots of shiny new NTLM goodness from Ryan Linn
|
2009-08-17 20:00:05 +00:00 |
session
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
auxiliary.rb
|
Ruby 1.9 compatibility changes
|
2009-05-29 13:46:12 +00:00 |
constants.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
data_store.rb
|
Replace += with << for Strings in a bunch of places.
|
2009-03-08 07:55:47 +00:00 |
db.rb
|
slightly more informative comment
|
2009-07-23 03:06:44 +00:00 |
db_manager.rb
|
Fix the Benchmark method issue by loading active_support which extends Benchmark
|
2009-07-14 18:27:34 +00:00 |
db_objects.rb
|
merge browser_autopwn back into trunk. This changes the database schema slightly, so make sure to db_destroy and db_create before using the database features.
|
2009-07-22 20:14:35 +00:00 |
encoded_payload.rb
|
Fixes #167. Remove the EncoderDontFallThrough option, make this the normal behavior if an encoder is specified
|
2008-11-09 22:23:29 +00:00 |
encoder.rb
|
Force binary string encoding in ruby 1.9.1, fix up a bad index call in x86.rb
|
2009-06-03 03:02:42 +00:00 |
event_dispatcher.rb
|
Patch to avoid weird race conditions with mutexes, might solve concurrency issue, may cause new ones
|
2009-03-23 20:57:53 +00:00 |
exceptions.rb
|
Remove "#{xxx.to_s}" redundancies ('s/\(#{[^}]*\)\.to_s}/\1}/g')
|
2008-12-19 07:11:08 +00:00 |
exceptions.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit.rb
|
merge browser_autopwn back into trunk. This changes the database schema slightly, so make sure to db_destroy and db_create before using the database features.
|
2009-07-22 20:14:35 +00:00 |
exploit.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit_driver.rb
|
Fix background exploit jobs
|
2008-11-17 19:51:09 +00:00 |
framework.rb
|
This patch allows the framework to be created with only specific module types enabled, speeding up msfpayload and msfencode.
|
2009-01-02 07:29:56 +00:00 |
handler.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
module.rb
|
Minor compat change, more consistent with 1.9.1 syntax
|
2009-07-22 13:38:23 +00:00 |
module_manager.rb
|
make the error easier to track down when module loading fails
|
2009-07-27 03:40:45 +00:00 |
nop.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
option_container.rb
|
Fix IPv6 targets
|
2009-02-17 21:10:02 +00:00 |
option_container.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
payload.rb
|
Performance and debugging improvements from Yoann Guillot
|
2009-06-25 17:59:51 +00:00 |
payload_set.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
plugin.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
plugin_manager.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
rpc.rb
|
This patch introduces a really basic RPC service. It is still a long way from its final version
|
2008-12-02 22:09:34 +00:00 |
session.rb
|
Remove "#{xxx.to_s}" redundancies ('s/\(#{[^}]*\)\.to_s}/\1}/g')
|
2008-12-19 07:11:08 +00:00 |
session_manager.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
session_manager.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |