Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rasta-mouse/ExternalC2.NET
.NET implementation of Cobalt Strike's External C2 Spec
https://github.com/rasta-mouse/ExternalC2.NET
Last synced: 3 months ago
JSON representation
.NET implementation of Cobalt Strike's External C2 Spec
- Host: GitHub
- URL: https://github.com/rasta-mouse/ExternalC2.NET
- Owner: rasta-mouse
- License: mit
- Created: 2021-11-11T15:17:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T14:11:15.000Z (almost 3 years ago)
- Last Synced: 2024-05-07T00:35:35.092Z (6 months ago)
- Language: C#
- Size: 18.6 KB
- Stars: 82
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - rasta-mouse/ExternalC2.NET - .NET implementation of Cobalt Strike's External C2 Spec (C# #)
README
# ExternalC2.NET
.NET Standard 2.0 libraries which implement Cobalt Strike's External C2 specfication (revision 0.1).
### Credit
- [Cobalt Strike External Command and Control Specification](https://www.cobaltstrike.com/downloads/externalc2spec.pdf) by [Raphael Mudge](https://twitter.com/armitagehacker).
- Inspired by [Ryan Hanson](https://twitter.com/ryHanson)'s [ExternalC2](https://github.com/ryhanson/ExternalC2) project.