-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme
More file actions
45 lines (26 loc) · 748 Bytes
/
readme
File metadata and controls
45 lines (26 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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