Hide your internet activity from your ISP by generating random Internet Traffic


What is this 

In this post we will see how can we make our online activity less valuable from our ISP by generating random traffic.We will do this by generating random traffic which will random DNS and HTTP traffic in the background while you are visiting your regular web site and doing online activity . This will flood your online activity and your ISP won't get anything valuable that he can sell.

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. 




Comments

  1. python noisy.py --config config.json --timeout 50
    After 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

    ReplyDelete

Post a Comment

Popular posts from this blog

USB forensic : Find the history of every connected USB device on your computer

Crawling pastebin to find specific pastedump

Hack WinRAR password by using Brute force attack

Fileless malware Analysis with Cuckoo sandbox

Web application penetration testing: Tools and Techniques for web security auditing