WithSecureLabs/C3

Execution of Webcontroller error

007scorpio opened this issue · 3 comments

the system cannot find the specified path.
No executable found matching command "dotnet-C3WebController.dll"

Have you used "StartWebController.cmd" from source directory? You need to create build from source and then use script in build directory e.g. https://github.com/mwrlabs/C3/releases/download/1.0.0/C3-1.0.0.zip . Bare in mind that you need .Net Core (https://dotnet.microsoft.com/download) to use WebController. Runtime will allow you to use compiled dll file, SDK allows to publish dll from source.