metasploit-framework/lib/rex/post/meterpreter
HD Moore c3307c80be Fixes #1733 by merging in Danilo Nascimento's patch. Thanks!
git-svn-id: file:///home/svn/framework3/trunk@12919 4d416f70-5f16-0410-b530-b9f4589650da
2011-06-11 23:01:11 +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 Fixes #1733 by merging in Danilo Nascimento's patch. Thanks! 2011-06-11 23:01:11 +00:00
ui Fixes #1733 by merging in Danilo Nascimento's patch. Thanks! 2011-06-11 23:01:11 +00:00
channel.rb Remove the response wait for close calls triggered by the finalizer, should help in a few corner cases that currently result in a timeout or hang. 2010-11-03 03:03:29 +00:00
channel_container.rb
client.rb This normalizes openssl non-blocking support across both 1.8.x/1.9.1 and 1.9.2+ 2011-05-02 17:25:26 +00:00
client_core.rb add a capabilities hash to the meterpreter client for determining whether libs are available on the server. eventually there should be a way to request this from the server directly instead of inferring it from platform 2010-06-18 23:15:48 +00:00
dependencies.rb
extension.rb
inbound_packet_handler.rb
object_aliases.rb
packet.rb Force strings to be binary in Meterpreter requests, wrap server-side errors with a client-side wrapper 2011-05-28 05:55:51 +00:00
packet_dispatcher.rb Gracefully handle a failed socket write due to disconnect 2011-05-16 02:00:47 +00:00
packet_parser.rb
packet_response_waiter.rb Revert, this is causing threading issues with Windows. 2010-11-11 19:54:27 +00:00