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: 24 days 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 (about 2 years ago)
- Last Synced: 2024-11-18T22:32:43.290Z (about 1 month ago)
- Language: HTML
- Size: 246 KB
- Stars: 159
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)