mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-08 14:36:22 +01:00
70452fb2c6
Fixes client.sys.process.execute for posix, which previously (since 2010!) would always return nil, or a single byte. This makes sense considering the value of bytesRead would always be either 0 or 1 because it was being assigned the result of the comparison instead of the return value of read(). [Fixes #681] |
||
---|---|---|
c/meterpreter |