metasploit-framework/lib/msf/core/handler
Michael Schierl 34ecc7fd18 Adding @schierlm 's AES encryption for Java
Tested with and without AES, works as advertised. Set an AESPassword,
get encryptification. Score.

Squashed commit of the following:

commit cca6c5c36ca51d585b8d2fd0840ba34776bc0668
Author: Michael Schierl <schierlm@gmx.de>
Date:   Wed Apr 4 00:45:24 2012 +0200

    Do not break other architectures
    even when using `setg AESPassword`

commit 422d1e341b3865b02591d4c135427903c8da8ac5
Author: Michael Schierl <schierlm@gmx.de>
Date:   Tue Apr 3 21:50:42 2012 +0200

    binaries

commit 27368b5675222cc1730ac22e4b7a387b88d0d2b3
Author: Michael Schierl <schierlm@gmx.de>
Date:   Tue Apr 3 21:49:10 2012 +0200

    Add AES support to Java stager

    This is compatible to the AES mode of the JavaPayload project.

    I'm pretty sure the way I did it in the handlers (Rex::Socket::tcp_socket_pair())
    is not the supposed way, but it works :-)
2012-06-11 16:13:25 -05:00
..
bind_tcp.rb Adding @schierlm 's AES encryption for Java 2012-06-11 16:13:25 -05: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 Typo in a comment 2012-03-30 16:30:13 -06:00
find_tag.rb massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
find_tty.rb massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
none.rb massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
reverse_http.rb Space at EOF cleanup 2012-05-24 16:28:20 -06:00
reverse_https.rb Space at EOF cleanup 2012-05-24 16:28:20 -06:00
reverse_ipv6_http.rb Add IPv6 specific HTTP(S) handlers and payloads (simplifies 2011-12-11 13:26:48 -06:00
reverse_ipv6_https.rb Add IPv6 specific HTTP(S) handlers and payloads (simplifies 2011-12-11 13:26:48 -06:00
reverse_tcp.rb Adding @schierlm 's AES encryption for Java 2012-06-11 16:13:25 -05: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 massive removal of spaces at EOL and some bad tabs 2011-11-20 12:32:06 +11:00
reverse_tcp_double.rb don't read from the rsock as that's already taken care of by monitor_rsock in StreamAbstraction. fixes EVERYTHING. also fixes #4321 2011-05-03 04:12:41 +00:00