sud0nick Posted February 7, 2016 Share Posted February 7, 2016 Back in October I learned how to implement TLS in C# and Python. Now I'm wondering if it's possible to hook into Tor using similar methods so not only is my traffic encrypted but it gets passed through multiple nodes. I've found a document about this on the Tor project's site but it's from 2005 and there is a warning at the top that states it shouldn't be used. Is this possible and does anyone know how this could be done? Quote Link to comment Share on other sites More sharing options...
Jason Cooper Posted February 8, 2016 Share Posted February 8, 2016 tor presents itself as a SOCKS proxy, so I would read up on using a SOCKS proxy from python. Quote Link to comment Share on other sites More sharing options...
sud0nick Posted February 8, 2016 Author Share Posted February 8, 2016 Thanks. I actually started looking into it yesterday. I found torsocks and played around with it for a little bit. I also found some python packages available in the repos. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.