¡@

Home 

python Programming Glossary: torctl

Changing tor identity inside python script:

http://stackoverflow.com/questions/9887505/changing-tor-identity-inside-python-script

then a little bit about configuration import urllib2 from TorCtl import TorCtl proxy_support urllib2.ProxyHandler http 127.0.0.1.. bit about configuration import urllib2 from TorCtl import TorCtl proxy_support urllib2.ProxyHandler http 127.0.0.1 8118 opener.. opener urllib2.build_opener proxy_support def newId conn TorCtl.connect controlAddr 127.0.0.1 controlPort 9051 passphrase your_password..

Python - Controlling Tor

http://stackoverflow.com/questions/9911283/python-controlling-tor

when the command is run. I've googled around and found the TorCtl module as a method for controlling tor but can't find a way.. atleast connecting to tor but can't get any farther. from TorCtl import TorCtl conn TorCtl.connect controlAddr 127.0.0.1 controlPort.. to tor but can't get any farther. from TorCtl import TorCtl conn TorCtl.connect controlAddr 127.0.0.1 controlPort 9051 passphrase..