sliver icon indicating copy to clipboard operation
sliver copied to clipboard

Add support for multiples domains dynamically

Open vctrferreira opened this issue 2 years ago • 1 comments

First of all, hello every one, Sliver is an amazing project and I'm enjoying so much.

Is your feature request related to a problem? Please describe. I'm considering a real world attack and maybe it's can be a great feature. So, some times some guys loses the domain access and if I lose the domain access I'll lose completely the client.

Describe the solution you'd like I'm think about the solutions for that and I think that one of that solutions is when we generate the client instead of we use a single domain to generate the client we use a list of domains or a file with this list domains and once that the client try to connect at the first domain and get no responses the client will try to connect at the next domain from list or following any predetermined rule to get the next domain, it's just a possibility if you had any other solutions for lose domain access let me know please.

Best regards.

vctrferreira avatar Oct 26 '21 17:10 vctrferreira

You can add multiple domains/protocols at compile time in the current release version, dynamic reconfiguration is something we can look at adding. v1.5 does add basic support for this and it wouldn't be difficult to expand.

https://github.com/BishopFox/sliver/wiki/Getting-Started#multiple-domainsprotocols

moloch-- avatar Oct 26 '21 18:10 moloch--