trustedsec / trevorc2

TrevorC2 is a legitimate website (browsable) that tunnels client/server communications for covert command execution.
Other
1.22k stars 256 forks source link

Add C# client #10

Closed fsacer closed 6 years ago

fsacer commented 6 years ago

Following trend on moving from powershell to C#, there I translated the powershell version of client to C#.

Bear in mind this version has to be compiled with Visual Studio as csc only supports up to C# 5, but this client uses some C# 6 features. It could be easilly modified for C# 5 though.

trustedsec commented 6 years ago

This is awesome, thanks for doing this!

fsacer commented 6 years ago

Back at ya, thanks for starting so many great projects :)