Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryhanson/ExternalC2
A library for integrating communication channels with the Cobalt Strike External C2 server
https://github.com/ryhanson/ExternalC2
Last synced: 10 days ago
JSON representation
A library for integrating communication channels with the Cobalt Strike External C2 server
- Host: GitHub
- URL: https://github.com/ryhanson/ExternalC2
- Owner: ryhanson
- License: mit
- Created: 2017-11-14T06:13:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T16:47:26.000Z (almost 7 years ago)
- Last Synced: 2024-05-18T13:31:48.688Z (6 months ago)
- Language: C#
- Size: 39.1 KB
- Stars: 279
- Watchers: 12
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - ryhanson/ExternalC2 - A library for integrating communication channels with the Cobalt Strike External C2 server (C# #)
README
# ExternalC2
> A library for integrating communication channels with the Cobalt Strike External C2 serverThis library provides an implementation of the [Cobalt Strike External C2 spec](https://www.cobaltstrike.com/help-externalc2),
including a basic web channel and a websocket channel. The codebase has been documented and designed to allow additional channels to be
added easily.This readme is not done yet, because coding is more enjoyable than writing documentation. However, the code is heavily commented and
you should be reading that first, right? I recommend building the solution and stepping through the tests.## Features
Implemented C2 Channels:
* Direct Socket Connection
* Web API Channel (Dotnet Core)
* WebSockets Channel (Dotnet Core)TODO: Update this section
## Getting started
The solution should be built with Visual Studio 2017. More info will be added here soon.
TODO: Update this section
## Developing
TODO: Update this section
### Building
TODO: Update this section
### Deploying
TODO: Update this section
## Contributing
TODO: Update this section
## License
ExternalC2 is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).