Torward is an improved model primarily based on the torghost-gn and darktor scripts, designed to reinforce anonymity on the Web. The instrument prevents information leaks and forces all site visitors from our laptop to be routed completely by way of the Tor community, offering a excessive stage of privateness in our connections.
Set up
git clone https://github.com/chundefined/Torward.git
cd Torward
chmod +x set up.sh
./set up.sh
Safety Enhancements
This model contains a number of key safety enhancements to guard your identification and guarantee higher community configuration:
-
IPv6 Leak Prevention
IPv6 is now disabled to forestall any potential IP leaks. All site visitors is compelled by way of the Tor community by modifying system IPv6 settings innetwork_config.py
. -
Enhanced iptables Guidelines
Strict iptables guidelines are applied to make sure solely Tor site visitors is allowed. Non-Tor site visitors is blocked, DNS queries are routed by way of Tor, and solely important connections to Tor ports are permitted. Moreover, IPv6 site visitors is blocked to forestall leaks. -
Tor Configuration Changes
Thetorward
file has been up to date to implement that each one site visitors, together with DNS queries, is routed by way of Tor, bettering anonymity.
TODO
- Get the IP from the final Tor exit node: At present, the script doesn’t show the IP of the final Tor exit node within the console. This may be achieved through the use of Tor’s API to get the general public IP of the exit node.
- Higher error dealing with: Be sure that the instrument correctly handles errors, corresponding to Tor disconnection or community points.