This script is designed to enhance your web privacy by clearing cookies, changing the user agent, and rotating IP address in Mozilla Firefox, Google Chrome, Microsoft Edge, and Brave Browser. It also provides a suggestion for preventing canvas fingerprinting.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have bash
, sqlite3
, and ProtonVPN
installed on your system to run this script. If not installed, you can install them using the following commands:
sudo apt-get install bash
sudo apt-get install sqlite3
sudo apt-get install protonvpn
Clone the repository to your local machine:
git clone https://github.com/TopChainBoy/WebFrootprintRotater.git
Navigate to the project directory:
cd WebFrootprintRotater
Make the script executable:
chmod +x webFrootprintRotater.sh
The script can be run with the following command:
./webFrootprintRotater.sh
The script will check if Mozilla Firefox, Google Chrome, Microsoft Edge, and Brave Browser directories exist in your system. If they do, it will clear cookies and change the user agent for these browsers. It also checks if ProtonVPN is installed and if so, it will rotate the IP address.
- Bash: The GNU Project's shell
- SQLite: A C library that provides a lightweight disk-based database
- ProtonVPN: A virtual private network service provider
- TopChainBoy - Initial work - TopChainBoy
This project is licensed under the MIT License - see the LICENSE.md file for details
This script uses the Bash shell, SQLite, and ProtonVPN. We would like to acknowledge and thank the creators of these tools:
bash
: Brian Fox and Chet Ramey, first released in 1989SQLite
: D. Richard Hipp, first released in 2000ProtonVPN
: Proton Technologies AG, first released in 2017
Please note that this date is for the first release of the tool and it may have been updated or maintained by different individuals or groups since then.