https://github.com/davidfowl/CommandAndControl
A sample showing command and control using client results
https://github.com/davidfowl/CommandAndControl
Last synced: 5 months ago
JSON representation
A sample showing command and control using client results
- Host: GitHub
- URL: https://github.com/davidfowl/CommandAndControl
- Owner: davidfowl
- Created: 2022-05-19T15:03:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T06:31:06.000Z (over 2 years ago)
- Last Synced: 2024-04-10T00:57:35.445Z (about 1 year ago)
- Language: HTML
- Size: 246 KB
- Stars: 159
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazor - Command and Control, by David Fowler -   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). (Sample Projects / Others)
README
# 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
