fullspectrumdev / tsh-update

Tiny SHell - An open-source UNIX backdoor (I'm not the author either, this is just my fork of a fork for experiments and updating it!)
http://packetstormsecurity.org/files/31650/tsh-0.6.tgz.html
2 stars 1 forks source link

TODO: SOCKS/Proxy support for connect-back #7

Open fullspectrumdev opened 8 months ago

fullspectrumdev commented 8 months ago

I want to be able to have the implant connect home over a SOCKS5 (or other) proxy. For reasons. This should not be particularly hard to implement after refactoring, and necessarily will only actually work with the TCP connectback method easily, so it might be added early on.

fullspectrumdev commented 7 months ago

Better to put this component in #3 overall, as its basically just a combination of #3 and #2 anyway. There is some value to a standalone binary capable of this, and its not impossible to add (have a version in test locally), but the code becomes harder to maintain.