external_c2_framework icon indicating copy to clipboard operation
external_c2_framework copied to clipboard

Python api for usage with cobalt strike's External C2 specification

Results 12 external_c2_framework issues
Sort by recently updated
recently updated
newest added

Code in the `master` branch is considered tested and stable. Once all of the changes that need to be done for the beta release are complete, then we can push...

NEW_VERSION

In cases where a transport needs to encode data in batches, `commonUtils.prepData()` prevents them from working. An example usecase for this can be seen with #12, where we can't build...

bug
help wanted
transport

As much as I hate to do this, at this point, I'm strongly leaning towards a total rewrite of this project based on lessons learned thus far. I believe I...

feature request
base logic
backlog

Need to add logic to validate builder values. For the most part, this just means making sure that the `type` of the value of a variable passed to the builder...

enhancement
help wanted
feature request
builder
base logic

Eventually, need to add database support to facilitate logging and eventually session restoration. This probably won't be considered until at least after the beta release. #14 contains a few ideas...

feature request
base logic
backlog

Create a new transport that will utilize twitter as a comms channel.

enhancement
feature request
transport
backlog

It would be nice to have a subreddit based c2 support. This should avoid the challenges posed by twitter. While still being just as reliable.

feature request
transport
backlog

If the account(s) configured to be used for the transport have been used for this purpose before (i.e. there's previous c2 messages in the inbox(es)), it's possible to trigger a...

bug
transport
backlog

It would be extremely useful if the c2 client had the capability to implement a fail-over transport mechanism. Ideally, in the event of an extremely long timeout where the client...

feature request
framework
backlog

The client needs to be further abstracted, this will provide the base logic that is required for the server core to be refactored. The following list of desired features should...

enhancement
feature request
client