tbaker57

Results 2 comments of tbaker57

Hi @rasta-mouse - to clarify, is adding a new command to a Drone just a matter of: 1. Adding an entry to one of the .yaml files in Client/Commands/ with...

Looking at how the DLL is built in https://github.com/rasta-mouse/SharpC2/blob/main/TeamServer/Services/PayloadService.cs#L238 it looks like DLL payloads are meant for use via their 'unmanaged exports' feature (i.e. invoked via rundll32 - but I've...