Skip to content

Python script to send random HTTP requests, to "hide" your traffic and confuse your ISP/VPN. Your web traffic will be cheaper to sell and useless for ads. Your traffic will look weird and hard to identify, what you browse and are interested in.

License

Notifications You must be signed in to change notification settings

0xDarkSky/Traffic-Confuser

Repository files navigation

Traffic-Confuser

traffic

Python script to send random HTTP requests, to hide your traffic and confuse your ISP/VPN. Your web traffic will be cheaper to sell and useless for ads. Your traffic will look weird and hard to identify, what you browse and are interested in.

traffic-confuser

Libraries to install: pip install requests, pip install termcolor

How to install the project: git clone https://github.com/QL0R/Traffic-Confuser.git

Usage: python3 Traffic-Confuser.py

You can edit the sample.txt file to other websites you want.

Support on Linux (The code would work on Windows and MAC as well if you edit it that way. I might make a Windows version in the future !)

How does it work?

Basically it sends HTTP requests to random websites, the websites are stored in the sample.txt file, (you can add more websites in it, modify it). The script chooses what website to open randomly, the time periods betweeen requests are also random: you can set it to be slower/faster ex.: random.randint(20,50) for fast (not recommended since some websites might block you) or random.randint(40,180) for slow, looks more realistic (recommended).

You can run it in the background on your daily browsing.

There's like a million of most used websites in the sample.txt file lol

Note: give it a try running it again if you encounter any errors.

Author: 0xDarkSky

About

Python script to send random HTTP requests, to "hide" your traffic and confuse your ISP/VPN. Your web traffic will be cheaper to sell and useless for ads. Your traffic will look weird and hard to identify, what you browse and are interested in.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages