PrivacyNet is an anonymization tool that configures iptables and Tor to route all services, traffic and DNS through the Tor network. This tool allows users to route internet traffic through Tor and hide their real IP address.
- Installing and removing iptables rules
- Connecting to the Tor network to get its IP address and geolocate it
- Changing circuit with a new IP
- Automatic IP change at a specified interval
- Fast and easy to use
git clone https://github.com/HalilDeniz/PrivacyNet.git`
Before you can use PrivacyNet, you need to make sure that you have the necessary requirements installed. You can install these requirements by running the following command:
pip install -r requirements.txt
Before you can use PrivacyNet, first you need to install the tor package:
apt-get clean
apt-get update
apt-get upgrade
apt-get install tor
Run the following command to use the tool::
python3 privacynet.py
-l
or--load
: Tor installs iptables rules.-f
or--flush
: Flushes the iptables rules to default.-r
or--refresh
: Changes the circuit and gets a new IP.-i
or--ip
: Displays the current public IP address.-a
or--auto
: This option enables automatic IP change every X seconds-t
or--interval
: Interval for automatic IP change in seconds (default: 3600)
Here are some usage examples of PrivacyNet: You can explore it here:
Contributions are welcome! To contribute to PrivacyNet, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request in the main repository.
If you have any questions, comments, or suggestions about PrivacyNet, please feel free to contact me:
- Linktr halildeniz
- DenizHalil DenizHalil
- LinkedIn: Halil Ibrahim Deniz
- TryHackMe: Halilovic
- Instagram: deniz.halil333
- YouTube: Halil Deniz
- Email: [email protected]
PrivacyNet is a fork of the original tool called toriptables2, which was created by Rupe. Rupe developed the initial version of the tool two years ago. However, the original tool was written in Python 2.7 and is no longer compatible with the latest versions. Therefore, this forked version, PrivacyNet, has been updated and modified to work with Python 3. I would like to express my gratitude to Rupe for the inspiration and foundation provided by the original tool. Without his work, this updated version would not have been possible. If you would like to learn more about the original tool, you can visit the toriptables2 repository.
PrivacyNet is released under the MIT License. See LICENSE for more information.