mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-06 09:13:02 +01:00

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.
Build Status
metasploit-payloads >
This is a new unified repository for different Metasploit Framework payloads, which merges these repositories:
See the individual directories for meterpreter-specific README, build instructions and license details:
- C Windows/Linux Meterpreters
- Java/Android Meterpreters and Payloads
- ... more to come ...
Description
Languages
C
62.9%
Python
28.9%
C++
2.4%
Java
2%
Shell
1.4%
Other
2%