All Projects → 1tayH → Noisy

1tayH / Noisy

Licence: gpl-3.0
Simple random DNS, HTTP/S internet traffic noise generator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Noisy

Partyloud
A simple tool to generate fake web browsing and mitigate tracking
Stars: ✭ 170 (-85.93%)
Mutual labels:  bot, dns, privacy
AdGuard-WireGuard-Unbound-Cloudflare
The Ultimate Network Security Guide 🔒 Protection | 🔎 Privacy | 🚀 Performance on home network 24/7 🕛 Accessible anywhere 🌏
Stars: ✭ 160 (-86.75%)
Mutual labels:  dns, raspberrypi
Is Google
Verify that a request is from Google crawlers using Google's DNS verification steps
Stars: ✭ 82 (-93.21%)
Mutual labels:  bot, dns
My Pihole Blocklists
Create custom pi-hole blocklists
Stars: ✭ 269 (-77.73%)
Mutual labels:  raspberrypi, dns
Secureoperator
A DNS-protocol proxy for DNS-over-HTTPS providers, such as Google and Cloudflare
Stars: ✭ 241 (-80.05%)
Mutual labels:  dns, privacy
Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (-86.01%)
Mutual labels:  raspberrypi, privacy
dns-resolver-infra
Privacy DNS infrastructure
Stars: ✭ 39 (-96.77%)
Mutual labels:  dns, privacy
Dnoise
DNS noise generator that looks at your network activity and blends in. Requires pi-hole.
Stars: ✭ 88 (-92.72%)
Mutual labels:  dns, privacy
Dnsserver
Technitium DNS Server
Stars: ✭ 603 (-50.08%)
Mutual labels:  dns, privacy
Hblock
Improve your security and privacy by blocking ads, tracking and malware domains.
Stars: ✭ 724 (-40.07%)
Mutual labels:  dns, privacy
Inventory Hunter
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
Stars: ✭ 778 (-35.6%)
Mutual labels:  bot, raspberrypi
Blokada
The official repo for Blokada for Android and iOS.
Stars: ✭ 2,427 (+100.91%)
Mutual labels:  dns, privacy
Pihole Unbound
Guide to setup Unbound recursive DNS resolver with Pi-Hole. With additional configs for speed and security!! 🚀🔒
Stars: ✭ 165 (-86.34%)
Mutual labels:  dns, privacy
Nogo
A cross-platform network-wide ad/site blocker with a simple web control panel.
Stars: ✭ 143 (-88.16%)
Mutual labels:  dns, privacy
Fem
Blokada 5 for Android and iOS (repo moved).
Stars: ✭ 57 (-95.28%)
Mutual labels:  dns, privacy
whisperer
Simple Go program that makes HTTP request constantly in order to generate random HTTP/DNS traffic noise
Stars: ✭ 31 (-97.43%)
Mutual labels:  dns, privacy
1hosts
DNS filter-/blocklists | safe. private. clean. browsing!
Stars: ✭ 85 (-92.96%)
Mutual labels:  dns, privacy
Encrypted Dns Server
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
Stars: ✭ 398 (-67.05%)
Mutual labels:  dns, privacy
Pytlas
An open-source 🤖💬 Python 3 assistant library built for people and made to be super easy to setup and understand
Stars: ✭ 34 (-97.19%)
Mutual labels:  bot, privacy
Dnscrypt Menu
Manage DNSCrypt from the macOS menu bar (BitBar plugin)
Stars: ✭ 59 (-95.12%)
Mutual labels:  dns, privacy

Noisy

CircleCI

A simple python script that generates random HTTP/DNS traffic noise in the background while you go about your regular web browsing, to make your web traffic data less valuable for selling and for extra obscurity.

Tested on MacOS High Sierra, Ubuntu 16.04 and Raspbian Stretch and is compatable with both Python 2.7 and 3.6

Getting Started

These instructions will get you a copy of the project up and running on your local machine

Dependencies

Install requests if you do not have it already installed, using pip:

pip install requests

Usage

Clone the repository

git clone https://github.com/1tayH/noisy.git

Navigate into the noisy directory

cd noisy

Run the script

python noisy.py --config config.json

The program can accept a number of command line arguments:

$ python noisy.py --help
usage: noisy.py [-h] [--log -l] --config -c [--timeout -t]

optional arguments:
  -h, --help    show this help message and exit
  --log -l      logging level
  --config -c   config file
  --timeout -t  for how long the crawler should be running, in seconds

only the config file argument is required.

Output

$ docker run -it noisy --config config.json --log debug
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 4chan.org:80
DEBUG:urllib3.connectionpool:http://4chan.org:80 "GET / HTTP/1.1" 301 None
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): www.4chan.org:80
DEBUG:urllib3.connectionpool:http://www.4chan.org:80 "GET / HTTP/1.1" 200 None
DEBUG:root:found 92 links
INFO:root:Visiting http://boards.4chan.org/s4s/
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80
DEBUG:urllib3.connectionpool:http://boards.4chan.org:80 "GET /s4s/ HTTP/1.1" 200 None
INFO:root:Visiting http://boards.4chan.org/s4s/thread/6850193#p6850345
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80
DEBUG:urllib3.connectionpool:http://boards.4chan.org:80 "GET /s4s/thread/6850193 HTTP/1.1" 200 None
INFO:root:Visiting http://boards.4chan.org/o/
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80
DEBUG:urllib3.connectionpool:http://boards.4chan.org:80 "GET /o/ HTTP/1.1" 200 None
DEBUG:root:Hit a dead end, moving to the next root URL
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.reddit.com:443
DEBUG:urllib3.connectionpool:https://www.reddit.com:443 "GET / HTTP/1.1" 200 None
DEBUG:root:found 237 links
INFO:root:Visiting https://www.reddit.com/user/Saditon
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.reddit.com:443
DEBUG:urllib3.connectionpool:https://www.reddit.com:443 "GET /user/Saditon HTTP/1.1" 200 None
...

Build Using Docker

  1. Build the image

docker build -t noisy .

Or if you'd like to build it for a Raspberry Pi (running Raspbian stretch):

docker build -f Dockerfile.pi -t noisy .

  1. Create the container and run:

docker run -it noisy --config config.json

Some examples

Some edge-cases examples are available on the examples folder. You can read more there examples/README.md.

Authors

  • Itay Hury - Initial work - 1tayH

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details

Acknowledgments

This project has been inspired by

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].