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

C# implant is unable to download files in use #36

Closed BaffledJimmy closed 4 years ago

BaffledJimmy commented 5 years ago

When using a C# implant, the operator is unable to download files that are in use by the target OS.

riskydissonance commented 4 years ago

Need to test if this is still the case/if this is possible to overcome

Flangvik commented 4 years ago

Take a look at https://github.com/GhostPack/LockLess, might solve the problem.

riskydissonance commented 4 years ago

Great shout, thanks @Flangvik ! PR created: https://github.com/nettitude/PoshC2/pull/143

riskydissonance commented 4 years ago

Closing issue, any further comments to go on the PR