Replies: 2 comments
-
https://github.com/BishopFox/sliver/wiki/External-Builders are the easiest way to create customizations that are compatible with upstream servers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make a small change to how the sliver implant finds the C2 server. It calls
C2generator()
to find the address and attempts to connect to it. How can I change the code so that it callsC2generator
whenever the connection fails? The output of C2generator will change everytime.Beta Was this translation helpful? Give feedback.
All reactions