CommandAndControl icon indicating copy to clipboard operation
CommandAndControl copied to clipboard

A sample showing command and control using client results

Command and Control Sample

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