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: about 1 month ago
JSON representation
This program searches google and visits websites randomly to make it really hard to track you and fingerprint you.
- Host: GitHub
- URL: https://github.com/narcotic/confuse-trackers
- Owner: NARCOTIC
- License: mit
- Created: 2019-12-30T08:08:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T15:46:06.000Z (about 5 years ago)
- Last Synced: 2025-04-01T15:10:15.480Z (2 months ago)
- Topics: adware-blocking, confuse, confuser, cplusplus, cpp, exe, fingerprinting, google, tracking
- Language: C++
- Homepage:
- Size: 65.4 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.