Proxifier is a Windows tool that creates a tunneled network for desktop client applications and allows it to operate through a SOCKS or HTTPS proxy and allows for proxy chaining.
Rpivot is a reverse SOCKS proxy tool written in Python for SOCKS tunneling.
# Setup Serverpython2.7server.py--proxy-port9050--server-port9999--server-ip0.0.0.0# Upload client.py to Target# On Target machinepython2.7client.py--server-ip<IP>--server-port9999