.. |
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
|
Assignment-by-reference causes breakage when using the Array.new(num, obj) syntax. Fixes #330
|
2009-09-22 06:49:52 +00:00 |
encoding
|
Code cleanups
|
2008-10-19 21:03:39 +00:00 |
exploit
|
bleh.. a bit of tabs vs spaces
|
2009-10-16 18:27:18 +00:00 |
handler
|
Adds support for the reverse_tcp_allports stager for Windows. This payload tries to connect back on all ports, one at a time, from LPORT to 65535. This is incredibly slow (depends on the default socket timeout) and requires the user to forward all TCP ports of LHOST to a single listening port in the handler. Inspired by a few user requests and this blog post: http://clinicallyawesome.com/post/196352889/blind-connect-back-through-restrictive-firewall
|
2009-09-25 05:44:50 +00:00 |
module
|
See #339. Massive cleanup of author names, make them consistent across modules
|
2009-09-27 21:30:45 +00:00 |
payload
|
Fixes #339. Cleans up author names for the most part - there are still some stragglers, but this should fix up the frequent contributors
|
2009-10-17 05:55:15 +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
|
bleh.. a bit of tabs vs spaces
|
2009-10-16 18:27:18 +00:00 |
db.rb
|
bleh.. a bit of tabs vs spaces
|
2009-10-16 18:27:18 +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
|
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
|
bleh.. a bit of tabs vs spaces
|
2009-10-16 18:27:18 +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
|
Remove the default versions, since these are not used. See #333
|
2009-09-20 22:14:58 +00:00 |
handler.rb
|
Register the session before calling the handler's on_session() method, there may have been good reasons to avoid this before, by walking through the code it doesn't seem like they are still applicable. Fixes #266
|
2009-09-26 18:47:44 +00:00 |
module.rb
|
Fixes #356. Delete poorly formatted reference entries, preventing bad reference objects from being stored in the actual module
|
2009-10-17 05:25:29 +00:00 |
module_manager.rb
|
Updated and verbose errors to assist with error handling. See #278
|
2009-09-20 20:25:08 +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 |