You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
C2 booting up process is too slow. It starts in a goroutine wrapped in recover function, but I don't control it from the main process.
So, I should change it to some communication with the C2 goroutine and change C2 module in a way it interacts with C2. For example, when a C2 server receives a connection from an agent, it somehow should notify the C2 module about a new connected agent, and so on.
The text was updated successfully, but these errors were encountered:
C2 booting up process is too slow. It starts in a goroutine wrapped in recover function, but I don't control it from the main process.
So, I should change it to some communication with the C2 goroutine and change C2 module in a way it interacts with C2. For example, when a C2 server receives a connection from an agent, it somehow should notify the C2 module about a new connected agent, and so on.
The text was updated successfully, but these errors were encountered: