Skip to content

This is AUTO TOR Change your ip every second for Non Rooted Termux

Notifications You must be signed in to change notification settings

H4xN3t/Auto-Tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux method 


# 1. Install Tor
$ pkg install tor

#2. Clone the GitHub Repository
$ git clone https://github.com/H4xN3t/Auto-Tor

#3.  Navigate into the cloned directory
$ cd Auto-Tor

#4.  Install the requirements 
$ pip install -r requirements.txt

#5. Open Tor in a Background Process
$ tor -f ~/.tor/torrc &

#6. Run the aut.py Script in new tab
$ python3 aut.py




Linux method 


#1. Install Tor
$ sudo apt install tor

#2. Clone the GitHub Repository
$ git clone https://github.com/H4xN3t/Auto-Tor

#3. Navigate into the Cloned Directory
$ cd Auto-Tor

#4. Install Python Requirements
$ pip install -r requirements.txt

#5. Open Tor in a Background Process
$ tor -f ~/.tor/torrc &

#6. Run the aut.py Script in new tab
$ python3 aut.py