{"id":13419460,"url":"https://github.com/1tayH/noisy","last_synced_at":"2025-03-15T05:31:22.227Z","repository":{"id":40523317,"uuid":"139170558","full_name":"1tayH/noisy","owner":"1tayH","description":"Simple random DNS, HTTP/S internet traffic noise generator","archived":false,"fork":false,"pushed_at":"2023-11-25T10:14:54.000Z","size":76,"stargazers_count":1686,"open_issues_count":20,"forks_count":235,"subscribers_count":69,"default_branch":"master","last_synced_at":"2024-10-29T17:22:07.382Z","etag":null,"topics":["bot","dns","http","privacy","privacy-online","raspberrypi","traffic-generator","traffic-inspection"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1tayH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-06-29T16:09:58.000Z","updated_at":"2024-10-29T11:37:13.000Z","dependencies_parsed_at":"2022-06-27T17:31:00.601Z","dependency_job_id":"f2d0e716-a874-4bcf-8e55-a2386a327436","html_url":"https://github.com/1tayH/noisy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1tayH%2Fnoisy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1tayH%2Fnoisy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1tayH%2Fnoisy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1tayH%2Fnoisy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1tayH","download_url":"https://codeload.github.com/1tayH/noisy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690114,"owners_count":20331726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","dns","http","privacy","privacy-online","raspberrypi","traffic-generator","traffic-inspection"],"created_at":"2024-07-30T22:01:16.353Z","updated_at":"2025-03-15T05:31:21.904Z","avatar_url":"https://github.com/1tayH.png","language":"Python","funding_links":[],"categories":["Python","Uncategorized","Security","Tools"],"sub_categories":["Uncategorized","Privacy","Satellite"],"readme":"\n# Noisy\n[![CircleCI](https://circleci.com/gh/1tayH/noisy/tree/master.svg?style=shield)](https://circleci.com/gh/1tayH/noisy/tree/master)\n\nA 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.\n\nTested on MacOS High Sierra, Ubuntu 16.04 and Raspbian Stretch and is compatable with both Python 2.7 and 3.6\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine\n\n### Dependencies\n\nInstall `requests` if you do not have it already installed, using `pip`:\n\n```\npip install requests\n```\n\n### Usage\n\nClone the repository\n```\ngit clone https://github.com/1tayH/noisy.git\n```\n\nNavigate into the `noisy` directory\n```\ncd noisy\n```\n\nRun the script\n\n```\npython noisy.py --config config.json\n```\n\nThe program can accept a number of command line arguments:\n```\n$ python noisy.py --help\nusage: noisy.py [-h] [--log -l] --config -c [--timeout -t]\n\noptional arguments:\n  -h, --help    show this help message and exit\n  --log -l      logging level\n  --config -c   config file\n  --timeout -t  for how long the crawler should be running, in seconds\n```\nonly the config file argument is required.\n\n###  Output\n```\n$ docker run -it noisy --config config.json --log debug\nDEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 4chan.org:80\nDEBUG:urllib3.connectionpool:http://4chan.org:80 \"GET / HTTP/1.1\" 301 None\nDEBUG:urllib3.connectionpool:Starting new HTTP connection (1): www.4chan.org:80\nDEBUG:urllib3.connectionpool:http://www.4chan.org:80 \"GET / HTTP/1.1\" 200 None\nDEBUG:root:found 92 links\nINFO:root:Visiting http://boards.4chan.org/s4s/\nDEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80\nDEBUG:urllib3.connectionpool:http://boards.4chan.org:80 \"GET /s4s/ HTTP/1.1\" 200 None\nINFO:root:Visiting http://boards.4chan.org/s4s/thread/6850193#p6850345\nDEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80\nDEBUG:urllib3.connectionpool:http://boards.4chan.org:80 \"GET /s4s/thread/6850193 HTTP/1.1\" 200 None\nINFO:root:Visiting http://boards.4chan.org/o/\nDEBUG:urllib3.connectionpool:Starting new HTTP connection (1): boards.4chan.org:80\nDEBUG:urllib3.connectionpool:http://boards.4chan.org:80 \"GET /o/ HTTP/1.1\" 200 None\nDEBUG:root:Hit a dead end, moving to the next root URL\nDEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.reddit.com:443\nDEBUG:urllib3.connectionpool:https://www.reddit.com:443 \"GET / HTTP/1.1\" 200 None\nDEBUG:root:found 237 links\nINFO:root:Visiting https://www.reddit.com/user/Saditon\nDEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): www.reddit.com:443\nDEBUG:urllib3.connectionpool:https://www.reddit.com:443 \"GET /user/Saditon HTTP/1.1\" 200 None\n...\n```\n\n## Build Using Docker\n\n1. Build the image\n\n`docker build -t noisy .`\n\n**Or** if you'd like to build it for a **Raspberry Pi** (running Raspbian stretch):\n\n`docker build -f Dockerfile.pi -t noisy .`\n\n2. Create the container and run:\n\n`docker run -it noisy --config config.json`\n\n## Some examples\n\nSome edge-cases examples are available on the `examples` folder. You can read more there [examples/README.md](examples/README.md).\n\n## Authors\n\n* **Itay Hury** - *Initial work* - [1tayH](https://github.com/1tayH)\n\nSee also the list of [contributors](https://github.com/1tayH/Noisy/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the GNU GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\nThis project has been inspired by\n* [RandomNoise](http://www.randomnoise.us)\n* [web-traffic-generator](https://github.com/ecapuano/web-traffic-generator)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1tayH%2Fnoisy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1tayH%2Fnoisy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1tayH%2Fnoisy/lists"}