1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-14 17:37:27 +01:00
metasploit-payloads/php/meterpreter
Brent Cook 25c170dd92 We need to get the channel hash by reference when modifying the 'data'.
When we read from a channel in PHP, if there is more data returned by
read() than the caller asked for, the data is cached in a 'data' element
in the channel hash. However, since get_channel_by_id() returns a copy,
we immediately lose all of that extra data on the first read. We need to
get the hash by reference in order to modify its elements.
2016-01-04 21:27:17 -06:00
..
ext_server_stdapi.php Add TLV_TYPE_FILE_HASH 2015-05-10 14:18:16 +01:00
meterpreter.php We need to get the channel hash by reference when modifying the 'data'. 2016-01-04 21:27:17 -06:00