We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65eb725 + d330258 commit f47af1eCopy full SHA for f47af1e
1 file changed
implant/sliver/transports/transports.go
@@ -45,6 +45,7 @@ func C2Generator(abort <-chan struct{}, temporaryC2 ...string) <-chan *url.URL {
45
// Any temporary C2 servers that are defined will override what is configured in the implant
46
if len(temporaryC2) > 0 {
47
for _, c2 := range temporaryC2 {
48
+ c2 := c2
49
c2Servers = append(c2Servers, func() string {
50
return c2
51
})
0 commit comments