NARCOTIC / Confuse-Trackers

This program searches google and visits websites randomly to make it really hard to track you and fingerprint you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘¨πŸ½β€πŸ’» Confuse-Trackers

⚠️ This program searches google and visits websites randomly to make it hard to fingerprint you.

⚠️ This program will / will not confuse trackers with advanced technology we see these days.

⚠️ This is a just first step and a research project and a tiny little contribution to the Internet Privacy Movement.

When you add new searches and websites to searches.txt and websites.txt the program automatically downloads the latest searches and websites you added to every single user who uses it.

πŸ‘¨πŸ½β€πŸ’» Confuse-Trackers-1.0 - [Language: C++]

βš™οΈ 1. In settings.txt you can change line 3 with your browser name (chrome, firefox, etc.)

βš™οΈ 2. Add your searches list to searches.txt (Do not exceed 1000 lines).

βš™οΈ 3. Add your websites list to websites.txt (Do not exceed 1000 lines).

βš™οΈ 4. Compile and use.

πŸ‘¨πŸ½β€πŸ’» Confuse-Trackers-2.0 - [Language: C] - (Flash to a Digistump Attiny85)

βš™οΈ 1. Add your searches list to searches.txt.

βš™οΈ 2. When you add searches be careful about how many lines you add. Attiny85 can only hold approx. 50 lines.

βš™οΈ 3. Don't mess with incode.txt if you don't 100% know what you're changing.

βš™οΈ 4. Use finalize.cpp to output the final code to finalcode.txt.

βš™οΈ 5. If you want to use our latest searches.txt's keywords, select that option when you use finalize.cpp.

βš™οΈ 6. After you get the final code, install Digistump drivers and libraries (Search YouTube if you don't know).

βš™οΈ 7. Flash your code to a Attiny85 or some other compatible board, and use.

πŸ‘¨πŸ½β€πŸ’» Notes

πŸ‘‰ Confuse-Trackers-1.0 is a windows program. You can run it as a .exe file.

πŸ‘‰ Could be recognized by trackers because it executes inside the computer.

πŸ‘‰ Confuse-Trackers-2.0 is a program wrote for Attiny85 board.

πŸ‘‰ Attiny85 board injects keystrokes to your computer and computer identify it as a keyboard.

πŸ‘‰ You can flash the code to the Attiny85 board and simply plug it in using USB port to run it.

πŸ‘‰ Attiny85 board can't hold that much data. If you can use another compatible board, it'll hold more searches.

About

This program searches google and visits websites randomly to make it really hard to track you and fingerprint you.

License:MIT License


Languages

Language:C++ 100.0%