Transparent SOCKS proxy written in Python, and built upon the Twisted framework. With the help of netfilters, and the REDIRECT target in iptables, transucks can tunnel any TCP traffic through any SOCKS server.
This program depends on the Twisted framework. Example to setup iptables, and route all traffic from the user 'ssh' through transucks: iptables -t nat -A OUTPUT -m owner --uid-owner ssh -p tcp -m tcp --syn -j REDIRECT --to-ports 1337 Bugs, patches & suggestions: mint@gr0g.org
from https://github.com/gr0gmint/transucks
No comments:
Post a Comment