-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Tor Support #472
Comments
Its already working! You can redirect all Sockets over TOR even QuasarRAT! There is no Limit in Tor! Pleas Read the Tor References about Hidden Services! There you find how to do that! You never be forced to use DDNS! |
how to direct traffic from the client through the tor? |
That would be interesting. If you could give us some more information it would be appreciated. Thank you! |
|
It won't work just like that. Where is the onion-hostname part? |
I'm gonna do it as followed: _handle(Client) will be a ProxySocket instead of a socket. If Settings.TOR = true then it will download tor and run it(background) then the Socket will connect trough a random socks port to the hidden service(control server) For the control server I'm thinking of using a ephemeral hidden service? On request generate a tor key and on every start(if autolisten is turned on) it will auto start the service again. But then you would need to save the private key to maybe the settings file, which is unsafe, maybe some sort of encryption before writing to a file? Need a suggestion on that |
@matteke-games you don't need to do that. Let us set up the hidden service manually, it's not a problem at all. The main "problem" (feature i'd say) is the connection itself. I've found a guy who compiled TOR in to a single executable. Do you want me to search my bookmarks and find the link, to help you avoid all of these useless tor dependencies? |
Bundling tor with the client is not really a good option besides you have to add "proper" socks support to the client so.... |
Also instead of a single statically compiled binary of tor you can have the client download the tor expert bundle and extract it but still need socks5 support on the client... |
@kkar I want to provide ease of use for everyone as not everyone can setup a hidden service and @abdullah2993 I'm going to use a modified version of TorSharp for this |
Hello, is there any update on this subject? Thanks again for this awesome project. |
Can someone update when this is done, if ever? |
any news ? tor connection would be awesome!! |
Can you add the option of Tor support so all traffic that is sent between the bots and C&C is sent through Tor. As this will add extra security and get rid of the need for VPNs and DDNS like no-ip.
The text was updated successfully, but these errors were encountered: