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.8k stars 326 forks source link

File downloads #34

Closed lhagan-eth closed 5 years ago

lhagan-eth commented 5 years ago

When downloading files from implants, no checks are done to confirm if a file with the same name has previously been downloaded. This means the original file which was downloaded gets appended with the data from the new download.

riskydissonance commented 5 years ago

Fix pushed on https://github.com/nettitude/PoshC2_Python/tree/file-download branch, if you can test I'll merge it!

riskydissonance commented 5 years ago

This has been fixed in 4.8