tools:tor
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:tor [2024/10/01 03:15] – AspHunter | tools:tor [2024/10/01 03:30] (current) – AspHunter | ||
---|---|---|---|
Line 8: | Line 8: | ||
===== Browsing the Web with Tor ===== | ===== Browsing the Web with Tor ===== | ||
- | [[https:// | + | [[https:// |
Tor Browser works by establishing randomized links to **entry, middle and exit nodes** for the clearnet. When you first open Tor it will randomly connect to these. You can always reconnect and grab new nodes. | Tor Browser works by establishing randomized links to **entry, middle and exit nodes** for the clearnet. When you first open Tor it will randomly connect to these. You can always reconnect and grab new nodes. | ||
Line 24: | Line 24: | ||
It then forwards the data onto a middle node which only acts a relay between nodes. It doesn’t know the final destination nor does it know where the data came from. It only knows the entry node and the exit node. This is vital for making sure you stay anonymous. The Middle node or relay, only moves your encrypted data back and forth between entry and exit nodes. | It then forwards the data onto a middle node which only acts a relay between nodes. It doesn’t know the final destination nor does it know where the data came from. It only knows the entry node and the exit node. This is vital for making sure you stay anonymous. The Middle node or relay, only moves your encrypted data back and forth between entry and exit nodes. | ||
- | When the exit node gets your data from the middle relay, it decrypts the URL that you are wanting to go to and forwards just that information onto a dns server which sends back the webpage you are looking for. This then enters the exit node, is encrypted and sent through the middle relay, which in turn moves the data back to the entry node and then to you. | + | When the exit node gets your data from the middle relay, it decrypts the URL that you are wanting to go to and forwards just that information onto a DNS server which sends back the webpage you are looking for. This then enters the exit node, is encrypted and sent through the middle relay, which in turn moves the data back to the entry node and then to you. |
Line 31: | Line 31: | ||
This lesson will briefly cover the aspects of using Tor and Python 3 to host your own site. | This lesson will briefly cover the aspects of using Tor and Python 3 to host your own site. | ||
- | In your [[tools: | + | In your [[tools: |
mkdir my_tor | mkdir my_tor | ||
Line 86: | Line 86: | ||
===== Security Caveats ===== | ===== Security Caveats ===== | ||
- | It is very important to know that this is not the most secure way of moving data. While highly anonymous, you can still be tracked by users running their own entry and exit nodes. **It is very important to note that Google, Amazon, most major ISPs, various US federal & law enforcement agencies, and many other governments as well, all run a sizable amount of the entry and exit nodes on Tor** // | + | It is very important to know that this is not the most secure way of moving data. While highly anonymous, you can still be tracked by users running their own entry and exit nodes. **It is very important to note that Google, Amazon, most major ISPs, various US federal & law enforcement agencies, and many other governments as well, all run a sizable amount of the entry and exit nodes on Tor.** For more information, |
Since entry nodes know your IP and exit nodes know where you’re going, your movements can be tracked if you get an entry and exit node run by someone harvesting data. This means it is a very good idea to [[https:// | Since entry nodes know your IP and exit nodes know where you’re going, your movements can be tracked if you get an entry and exit node run by someone harvesting data. This means it is a very good idea to [[https:// |
tools/tor.1727752506.txt.gz · Last modified: 2024/10/01 03:15 by AspHunter
Find this page online at: https://bestpoint.institute/tools/tor
Find this page online at: https://bestpoint.institute/tools/tor