metasploit-framework/lib/rex/post/meterpreter
HD Moore 3e29a2fd2f Adds bgrun, bglist, bgkill to run Meterpreter scripts in the background
git-svn-id: file:///home/svn/framework3/trunk@8917 4d416f70-5f16-0410-b530-b9f4589650da
2010-03-25 15:54:43 +00:00
..
channels Bug fix for a rare edge case with channels. When creating a Rex::Post::Meterpreter::Stream instance we should initialize_abstraction() before super() as we can get a scenario where dio_write_handler() is called with data to write to the rsock but rsock has not yet been initialized. This happens if the channel is registered (client.add_channel(self) in Channel.initialize) to a session and a 'core_channel_write' request comes in before we have called self.initialize_abstraction() 2010-02-06 20:12:52 +00:00
extensions Commit the ruby side for the new screenshot/session stuff. 2010-03-11 17:11:27 +00:00
ui Adds bgrun, bglist, bgkill to run Meterpreter scripts in the background 2010-03-25 15:54:43 +00:00
channel.rb Commit the Ruby side for channel/TLV compression. 2010-02-16 14:58:23 +00:00
channel_container.rb Code cleanups 2008-10-19 21:03:39 +00:00
client.rb Stuff meterpreter scripts into a dedicated object 2010-02-23 17:59:35 +00:00
client_core.rb Simple fix for #1013 and the migration permission error message. 2010-03-04 19:31:36 +00:00
dependencies.rb Code cleanups 2008-10-19 21:03:39 +00:00
extension.rb Code cleanups 2008-10-19 21:03:39 +00:00
inbound_packet_handler.rb Code cleanups 2008-10-19 21:03:39 +00:00
object_aliases.rb Code cleanups 2008-10-19 21:03:39 +00:00
packet.rb Commit the Ruby side for channel/TLV compression. 2010-02-16 14:58:23 +00:00
packet_dispatcher.rb look for dead sesions with a reaper thread instead of on other session events, add Session#alive accessor for all session types; still need to figure out when a shell session is dead and set it accordingly. Add a reason argument to on_session_close to distinguish between killed sessions and dead sessions 2010-02-23 05:59:30 +00:00
packet_parser.rb Fixes #623 and fixes #622, implements a number of changes to the core channel dispatch code, sets timeouts on unmatched responses, and handles tcp relay writes with a threaded/timeout wrapper to avoid delays. 2009-12-08 18:32:26 +00:00
packet_response_waiter.rb add a liveness test to meterpreter, fixes 698 2010-01-28 23:53:15 +00:00