Hide your internet activity from your ISP by generating random Internet Traffic
What is this
How to do this
Doing this is very easy just follow some simple step as shown below
STEP 1. First open your terminal and clone in to this GitHub URL by typing git clone https://github.com/1tayH/noisy.git && cd noisy .
STEP 2. Now install dependencies by typing pip install request
STEP 3. Now after installing dependencies just type python noisy.py --config config.json --timeout 50 . Here --config is for loading your configuration from config file , --timeout tell for how long you want it to run in second.
And it will start generating traffic.
You can also add your own site for generating traffic and also you can block which site it should not visit by editing config.json file which looks like below
Above you can add you own site in the "root_url" field and also add blacklist site in the "blacklisted_url" field.
python noisy.py --config config.json --timeout 50
ReplyDeleteAfter using this command i got error like this
Please Tell what i do..
traceback (most recent call last):
File "noisy.py", line 10, in
import requests
ImportError: No module named requests