mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-14 17:37:27 +01:00
25c170dd92
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. |
||
---|---|---|
.. | ||
ext_server_stdapi.php | ||
meterpreter.php |