nettitude / PoshC2

A proxy aware C2 framework used to aid red teamers with post-exploitation and lateral movement.
BSD 3-Clause "New" or "Revised" License
1.81k stars 326 forks source link

Changes required to fix issue with commands containing commas. #228

Closed Console closed 3 years ago

Console commented 3 years ago

Added some base64 encoding to get around the comma issue in commands. Appears I'd already fixed it for output, but neglected to apply the fix to incoming commands.