Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfowl/CommandAndControl
A sample showing command and control using client results
https://github.com/davidfowl/CommandAndControl
Last synced: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T06:31:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T00:57:35.445Z (7 months 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 - ![stars](https://img.shields.io/github/stars/davidfowl/CommandAndControl?style=flat-square&cacheSeconds=604800) ![GitHub stars](https://img.shields.io/github/last-commit/davidfowl/CommandAndControl?style=flat-square&cacheSeconds=86400) 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
![CommandAndControl](https://user-images.githubusercontent.com/95136/169334110-5371d8a8-a869-468a-ac93-5e872630320a.gif)