.. |
auxiliary
|
Fixes #434. Always use Timeout.timeout() -- on Ruby 1.9 this results in the Timeout::TimeoutError exception vs RuntimeError
|
2009-11-02 18:14:57 +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
|
Fixes #435. Resolves a long-standing issue where datastore entries with a default of 'false' were being ignored.
|
2009-11-03 18:09:05 +00:00 |
handler
|
Fixes #342. Set ReverseConnectRetries to a value between 1 and 255 (default is 5). On failure it will ExitProcess (still better than a cpu spin)
|
2009-10-20 20:31:14 +00:00 |
module
|
Another large number of warnings fixed by Yoann Guillot
|
2009-10-25 17:18:23 +00:00 |
payload
|
Another large number of warnings fixed by Yoann Guillot
|
2009-10-25 17:18:23 +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
|
Updates the autopwn matching algorithm to use multiple ports and service names
|
2009-10-28 18:04:50 +00:00 |
constants.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
data_store.rb
|
Fixes #435. Resolves a long-standing issue where datastore entries with a default of 'false' were being ignored.
|
2009-11-03 18:09:05 +00:00 |
db.rb
|
bleh.. a bit of tabs vs spaces
|
2009-10-16 18:27:18 +00:00 |
db_manager.rb
|
Another large number of warnings fixed by Yoann Guillot
|
2009-10-25 17:18:23 +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
|
make logging a little more useful when encoding
|
2009-09-22 06:45:58 +00:00 |
encoder.rb
|
bleh.. a bit of tabs vs spaces
|
2009-10-16 18:27:18 +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
|
fix a 1.9 bug where elements of a string are assumed to be Integers; fixes #309
|
2009-09-13 16:56:54 +00:00 |
exceptions.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit.rb
|
Updates the autopwn matching algorithm to use multiple ports and service names
|
2009-10-28 18:04:50 +00:00 |
exploit.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit_driver.rb
|
Another large number of warnings fixed by Yoann Guillot
|
2009-10-25 17:18:23 +00:00 |
framework.rb
|
Moving towards beta
|
2009-10-21 02:36:02 +00:00 |
handler.rb
|
Correct a typo
|
2009-11-09 00:11:47 +00:00 |
module.rb
|
Fixes #435. Resolves a long-standing issue where datastore entries with a default of 'false' were being ignored.
|
2009-11-03 18:09:05 +00:00 |
module_manager.rb
|
Another large number of warnings fixed by Yoann Guillot
|
2009-10-25 17:18:23 +00:00 |
nop.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
option_container.rb
|
Fixes #435. Resolves a long-standing issue where datastore entries with a default of 'false' were being ignored.
|
2009-11-03 18:09:05 +00:00 |
option_container.rb.ut.rb
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
payload.rb
|
Fixes #328. Crafty little bug -- if asm was "" vs nil, the stage would try to compile as metasm instead of using the raw payload.
|
2009-10-26 17:44:43 +00:00 |
payload_set.rb
|
Disable stager + single chaining, it causes confusion and often breaks.
|
2009-11-07 22:13:04 +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 |