How can i run this one with SliverC2?
Hi Chí, I have not used the Sliver C2 framework before, but it seems there are options to run .NET assemblies using either execute-assembly or inline-execute-assembly[1]. Have you tried those?
[1] https://sliver.sh/docs?name=Third%20Party%20Tools
Yes, already tried those but still want to know about posibility to use Nopowershell along with SliverC2
What do you mean with "along with"?
Sliver C2, like many other C2 frameworks, will load the NoPowerShell.exe binary from your local disk into the memory of the system running the Sliver C2 implant and invoke it with the parameters you provided. Then NoPowerShell will perform its activities and the output (stdout/stderr) will be returned back to Sliver C2 and shown in the output of the Sliver C2 client.