Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement resilient transport channels #20

Open
Und3rf10w opened this issue Feb 9, 2018 · 0 comments
Open

Implement resilient transport channels #20

Und3rf10w opened this issue Feb 9, 2018 · 0 comments
Labels
backlog Issues that are not planned to be worked on in the near future; considered of low(er/est) priority feature request framework Issues related to a framework, or a framework's logic.

Comments

@Und3rf10w
Copy link
Owner

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 never receives a response from the server (e.g. 2 weeks), it should attempt to change over to attempt to use a different transport channel for communication.

The fail-over channel should be stored in memory in an encrypted or encoded fashion that would only ever be used in the event it is required. It may be beneficial to either encode/encrypt, or clear from memory entirely the now unusable communication channel.

@Und3rf10w Und3rf10w added feature request framework Issues related to a framework, or a framework's logic. labels Feb 9, 2018
@Und3rf10w Und3rf10w changed the title Implement reselliant transport channels Implement resilient transport channels Feb 14, 2018
@Und3rf10w Und3rf10w added the backlog Issues that are not planned to be worked on in the near future; considered of low(er/est) priority label Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issues that are not planned to be worked on in the near future; considered of low(er/est) priority feature request framework Issues related to a framework, or a framework's logic.
Projects
None yet
Development

No branches or pull requests

1 participant