An open API service indexing awesome lists of open source software.

https://github.com/NARCOTIC/Confuse-Trackers

This program searches google and visits websites randomly to make it really hard to track you and fingerprint you.
https://github.com/NARCOTIC/Confuse-Trackers

adware-blocking confuse confuser cplusplus cpp exe fingerprinting google tracking

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## 👨🏽‍💻 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.