Skip to content

I would like to know the beacon default sleep time and timeout when team server is not found. #203

Answered by gloxec
pentester2222 asked this question in Q&A
Discussion options

You must be logged in to vote

beacon judgment connected to TeamServer is calculated by successfully establishing a communication port. For example, if you use CDN or Nginx, etc., even if the TeamServer is closed, beacon has successfully established a communication with the setting C2 HOST.

Under the above judgment rules:

  1. After multiple communication fails, the request frequency is changed to one hour once, and the original frequency will not be restored until successfully established
  2. After continuous communication fails, after the sleep does not interrupt more than 48h, beacon will automatically exit

  1. You can use a custom void cc2_retryConnect(int retryCount) {} function hook built -in error heavy connection stage.…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pentester2222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants