Command and Control Sample

May 19, 2022 ยท View on GitHub

This is a sample using Blazor server and SignalR to do command and control. Agents connect to the blazor server application which is hosting a SignalR Hub and we can issue various commands against the connected agents (this feature uses client results).

Demo

CommandAndControl