metasploit-framework/lib/msf/core/handler
HD Moore 2c3e85af05 Major cleanups to the session manager, serialized processing of incoming connections, concurrent processing (up to a max scheduler thread count) of meterpreter initialization/scripts. This is to avoid a potential deadlock in openssl and ensure consistent, reliable session staging. This commit also fixes a bug that would mark database sessions as closed too early.
git-svn-id: file:///home/svn/framework3/trunk@12485 4d416f70-5f16-0410-b530-b9f4589650da
2011-04-30 18:51:50 +00:00
..
bind_tcp.rb This patch adds detailed thread tracking across the metasploit framework, along with a new console command (threads) to manage these. This level of tracking is required to accurately monitor background tasks, assist with debugging, and kill orphaned threads. 2010-11-12 06:19:49 +00:00
bind_tcp.rb.ut.rb Small patch to enable a new stager 2010-04-03 05:21:15 +00:00
find_port.rb Small patch to enable a new stager 2010-04-03 05:21:15 +00:00
find_shell.rb Code cleanups 2008-10-19 21:03:39 +00:00
find_tag.rb Replace += with << for Strings in a bunch of places. 2009-03-08 07:55:47 +00:00
find_tty.rb Fix up the dialup code 2009-01-14 05:46:10 +00:00
none.rb Code cleanups 2008-10-19 21:03:39 +00:00
passivex.rb This patch adds detailed thread tracking across the metasploit framework, along with a new console command (threads) to manage these. This level of tracking is required to accurately monitor background tasks, assist with debugging, and kill orphaned threads. 2010-11-12 06:19:49 +00:00
reverse_https.rb Expose ReverseListenerComm to the reverse_https and passivex handlers as well 2010-10-04 02:17:09 +00:00
reverse_tcp.rb Major cleanups to the session manager, serialized processing of incoming connections, concurrent processing (up to a max scheduler thread count) of meterpreter initialization/scripts. This is to avoid a potential deadlock in openssl and ensure consistent, reliable session staging. This commit also fixes a bug that would mark database sessions as closed too early. 2011-04-30 18:51:50 +00:00
reverse_tcp.rb.ut.rb Small patch to enable a new stager 2010-04-03 05:21:15 +00:00
reverse_tcp_allports.rb 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
reverse_tcp_double.rb Pass framework into the TcpReverseDoubleSessionChannel class 2010-11-22 19:18:24 +00:00