Anonymize your traffic with 4nonimizer in Termux

Father

Professional
Messages
2,601
Reputation
4
Reaction score
646
Points
113
Today we are going to tell you about a tool called 4nonimizer. It allows you to mask your traffic from your ISP by changing your IP address using one of 19 VPN services that support OpenVPN technology.

Installation:
Code:
git clone https://github.com/Hackplayers/4nonimizer
cd 4nonimizer
sudo ./4nonimizer install

Usage:
For help:
Code:
sudo ./4nonimizer help

For start:
Code:
sudo 4nonimizer start

As you can see, the tool gave me the IP address of Romania. To check if this tool works or not - Just open your browser and go to the site 2ip.ru.

To stop:
Code:
sudo 4nonimizer stop

If you want to choose the IP address of which country yourself, enter:
Code:
sudo 4nonimizer location

This command will show you all available locations.

Next, just enter the number of the country you want to select and press Enter. This will connect you to that country's server. If you want to run this tool every time you start Linux, enter:
Code:
sudo 4nonimizer enableboot

And to remove from startup, enter:
Code:
sudo 4nonimizer disableboot

If you want to remove this tool, enter:
Code:
sudo 4nonimizer uninstall

And that's all! The main thing to remember is that with this tool alone, your system will not become completely anonymous.
 
Top