1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-08 14:36:22 +01:00
metasploit-payloads/php/meterpreter
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
..
ext_server_stdapi.php stdapi_fs_file_copy 2016-11-29 13:58:46 +08:00
meterpreter.php Implement TLS transport for PHP meterpreter 2017-10-27 05:01:56 -07:00