22
33## What is darknet.py?
44
5- darknet.py is a network application with no dependencies other than Python and TOR , useful to anonymize the traffic of linux servers and workstations.
5+ darknet.py is a network application with no dependencies other than Python and Tor , useful to anonymize the traffic of linux servers and workstations.
66
7- The action darknet.py performs is to redirect all traffic via SOCKS5 (TOR ) Proxy using the Transparent Proxy Method.
7+ The action darknet.py performs is to redirect all traffic via SOCKS5 (Tor ) Proxy using the Transparent Proxy Method.
88
99DNS requests are also anonymized and darknet.py makes DNS Leak almost impossible.
1010
@@ -27,7 +27,7 @@ SELinux is temporarily disabled when darknet.py is started.
2727To use darknet.py you need a Linux distribution with:
2828
2929- Python3.7
30- - TOR
30+ - Tor
3131- NetworkManager
3232- IPTables
3333- CURL
@@ -57,11 +57,11 @@ In the darknet.py folder use the ./install.sh to install the software
5757
5858To start darknet.py without special configurations use the command:
5959
60- ` $ sudo darknet.py --start --torid <YOUR_TOR_ID > `
60+ ` $ sudo darknet.py --start --torid <YOUR_Tor_ID > `
6161
6262To start darknet.py in stealth mode to change the MAC Address of the interfaces, use the command:
6363
64- ` $ sudo darknet.py --stealth --torid <YOUR_TOR_ID > --ifaces [enp1s0] `
64+ ` $ sudo darknet.py --stealth --torid <YOUR_Tor_ID > --ifaces [enp1s0] `
6565
6666To end the darknet.py anonymisation session, use the command:
6767
@@ -82,13 +82,13 @@ NOTES:
8282
8383 --stop | Stop the execution and reset configurations
8484
85- --torrc TORRC | Sets the location of torrc config file
85+ --torrc TorRC | Sets the location of torrc config file
8686
87- --torid TORID | Sets the TOR Process ID
87+ --torid TorID | Sets the Tor Process ID
8888
89- --tpass TPASS | The TOR Control Password (Enables Control Port)
89+ --tpass TPASS | The Tor Control Password (Enables Control Port)
9090
91- --port PORT | Sets the TOR transport port
91+ --port PORT | Sets the Tor transport port
9292
9393 --ifaces IFACES | Add interfaces to change mac address
9494
@@ -102,21 +102,21 @@ NOTES:
102102
103103 --no14p | Excludes Nodes from 14 eyes countries + Others
104104
105- ## Finding your TOR ID
105+ ## Finding your Tor ID
106106
107107From the terminal run:
108108
109- ` id -u (TOR username) `
109+ ` id -u (Tor username) `
110110
111- Finding ID of Default TOR User on RHEL/CentOS/Fedora:
111+ Finding ID of Default Tor User on RHEL/CentOS/Fedora:
112112
113113` id -u toranon `
114114
115- Finding ID of Default TOR User on Debian/Ubuntu/Mint:
115+ Finding ID of Default Tor User on Debian/Ubuntu/Mint:
116116
117117` id -u debian-tor `
118118
119- Finding ID of Default TOR User on ARCH:
119+ Finding ID of Default Tor User on ARCH:
120120
121121` id -u tor `
122122
0 commit comments