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

Fixes some TypeError exceptions when attempting most operations on spawned processes, e.g.: p = client.sys.process.execute("/bin/sh", nil, "Channelized"=>true) p.close # raises TypeError: can't convert nil into Integer [FIXRM #7005]