SCRIPT Tor Network Routing (Tor to VPN) | Ondex Systems
by OndexSystems - Friday March 14, 2025 at 08:27 PM
#1
https://cdn.hashnode.com/res/hashnode/im...ormat=webp

Most people use the TOR Browser for anonymity. After all, that’s the main purpose of TOR. However, it is also possible to use the TOR network similarly to a VPN. Nowadays, many people have developed tools that change the IP address at regular intervals, but these are usually limited to browser integration.

Our TOR Network Routing Project goes beyond just using TOR in a browser—it routes all network traffic from your computer or server through the TOR network. This allows you to use TOR like a VPN and make your entire internet connection anonymous.

Since we are sharing it as open source, you can modify it according to your needs.

Download Link: https://data.ondex.uk/scripts/tortovpn.zip

INSTALLATION / USAGE (Windows) 
After downloading the ZIP file, extract it to your desired destination folder. Open CMD and navigate to the extracted folder using the cd command. Then, use the following commands:

pip install -r requirements.txt

python tor_win.py

After running these commands, you can control TOR network routing through the interface that opens.

INSTALLATION / USAGE (Linux)
After downloading the ZIP file, extract it to your desired destination folder. Open the terminal and navigate to the extracted folder using the cd command. Then, use the following commands:

chmod +x tor_lin.py

sudo ./tor_lin.py

When you run the Python file, it will automatically download the required libraries. Some users might encounter an error on the first run. This error occurs if port 9050 is in use or started too early. If you encounter this issue, run the following command: 

lsof -i :9050 -t

Then, terminate the displayed PID using: 

kill <PID>

Finally, restart the script using: 

sudo ./tor_lin.py

NOTE: This project was developed by Ondex Systems to enhance user security and privacy, and its source code has been made publicly available.

NOTE: I will not include a VirusTotal link since it is detected as a trojan on VirusTotal. However, since the code is open source, you can review it yourself. Those who do not trust the provided tor.exe can replace it with their own tor.exe program.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  BOT Search for anything email, passwords, phone, IP, full name... Dionysus 144 6,745 2 hours ago
Last Post: ipb14ck0ut
  COLLECTION OSINT RESOURCES BY COUNTRY lulagain 1,776 72,585 2 hours ago
Last Post: ipb14ck0ut
  FULL list of OSINT tools Paradoxxer 2,061 212,681 3 hours ago
Last Post: allo154s
  10 great tools for OSINT 0x667sec 93 12,958 4 hours ago
Last Post: lqanz
  Search Engines for collecting databreaches informations (OSINT) fair 1,534 278,068 4 hours ago
Last Post: lqanz

Forum Jump:


 Users browsing this forum: 1 Guest(s)