1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-26 23:38:35 +01:00
Go to file
RageLtMan d216d47c53 Implement TLS transport for PHP meterpreter
This is the payloads section of MSF #7669

Implement SSL transport via streams, atop the current version of
PHP meterpreter (with GUIDs and all).

This version does everything in a single file, relying on the MSF
payload generation component to perform string substitution in
order to convert the "connect($ipaddr, $port, $proto='tcp')" to
"function connect($ipaddr, $port, $proto='ssl')."
2017-10-27 05:01:56 -07:00
c/meterpreter actually reset encryption context when freeing 2017-10-26 23:22:08 -07:00
docker update base Ubuntu to 14.04.5 2016-09-15 20:26:36 -05:00
gem Bump to 1.3.13 2017-10-26 23:50:52 -07:00
java fix testSpawnReverseTcp SocketTimeoutException 2017-10-20 17:13:31 +08:00
php/meterpreter Implement TLS transport for PHP meterpreter 2017-10-27 05:01:56 -07:00
powershell Make enc flags 32 bit, fix extension bindings 2017-07-03 16:51:57 +10:00
python/meterpreter Merge branch 'upstream/master' into transport-agnostic-packet-encryption 2017-08-08 17:37:25 +10:00
.gitignore Few tweaks to readme files, updated gitignore 2015-06-29 11:55:20 +10:00
.gitmodules Point the mimikatz submodule to the new R7 repo 2016-12-09 09:04:45 +10:00
.travis.yml delete Linux meterpreter support 2017-05-14 02:11:57 -05:00
COPYING Add a COPYING and LICENSE file for Python 2015-10-30 15:23:00 -05:00
LICENSE Include license for Unmanaged Powershell 2016-03-31 09:16:34 +10:00
Makefile Add session GUID support to Meterpreter payloads 2017-06-06 17:24:36 +10:00
README.md mettle ref 2017-05-14 02:17:43 -05:00

metasploit-payloads >

This is a unified repository for different Metasploit Framework payloads, which merges these repositories:

The Native Linux / Posix payload, Mettle, currently is developed at https://github.com/rapid7/mettle (to be moved here at some point?)

See the individual directories for meterpreter-specific README, build instructions and license details: