Skip to content

OverflowShell/tor_change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tor change IP

Change Tor IP every 5 seconds

python Apache-license

Installation / Instalacion

$ git clone https://github.com/OverflowShell/tor_change
$ cd tor_change
$ sudo pip2 install stem requests pycurl pysocks
$ sudo apt install tor torsocks
$ python2 simple_changer.py

Configuration / Configuracion

tor --hash-password MyStr0n9P (Execute in your terminal,this is your hashed password for tor)
Add this on your torrc config file  
-sudo nano /etc/tor/torrc
HashedControlPassword 16:A6E9CE3898AEC79A60814EF18CF75880D26279CAC6266A99640C41E221
CookieAuthentication 0
ControlPort 9051

Code modification / Modificacion del codigo

In the line 54 you can modify the threads of the IP change	
In the line 63 you can modify the time of the IP change
In the line 50 you can modify the controlport of Tor
In the line 51 you can modify the password of Tor
In the line 55 you can modify ordering tor IP to web with torsocks

About

change tor ip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages