{"id":13586208,"url":"https://github.com/madereddy/noisy","last_synced_at":"2025-04-07T14:34:00.209Z","repository":{"id":131357334,"uuid":"180892271","full_name":"madereddy/noisy","owner":"madereddy","description":"Simple random DNS, HTTP/S internet traffic noise generator in a Docker container","archived":false,"fork":false,"pushed_at":"2024-10-29T17:47:56.000Z","size":283,"stargazers_count":100,"open_issues_count":2,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T19:02:26.794Z","etag":null,"topics":["bot","dns","http","privacy","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/madereddy.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-11T23:15:14.000Z","updated_at":"2024-10-29T17:47:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b1cb3f3-0c47-4e66-90ca-d34e5759cb51","html_url":"https://github.com/madereddy/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/madereddy%2Fnoisy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madereddy%2Fnoisy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madereddy%2Fnoisy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madereddy%2Fnoisy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madereddy","download_url":"https://codeload.github.com/madereddy/noisy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223285168,"owners_count":17119852,"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","traffic-generator","traffic-inspection"],"created_at":"2024-08-01T15:05:23.913Z","updated_at":"2025-04-07T14:34:00.202Z","avatar_url":"https://github.com/madereddy.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Noisy\n\n[![CircleCI](https://circleci.com/gh/madereddy/noisy/tree/master.svg?style=shield)](https://circleci.com/gh/madereddy/noisy/tree/master)\n![Docker Pulls][pulls]\n\n[pulls]: https://img.shields.io/docker/pulls/madereddy/noisy\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\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\n```\ngit clone https://github.com/madereddy/noisy.git\n```\n\nNavigate into the `noisy` directory\n\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```\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  --min_sleep -min  overide min_sleep that has been predefined in config file\n  --max_sleep -max  overide max_sleep that has been predefined in config file\n```\n\nonly the config file argument is required.\n\n### Output\n\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## Use Docker\n\n1. Pull the container and run it:\n\n`docker run -it madereddy/noisy`\n\n2. Use a compose file inside a docker-compose.yml\n\n```\nversion: \"2\"\nservices:\n  noisy:\n    image: madereddy/noisy:latest\n    container_name: noisy\n    restart: always\n```\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**](https://github.com/1tayH) - *Initial work*\n* [**madereddy**](https://github.com/madereddy) - *Docker build + Python Upgrade*\n* [**B3CKDOOR**](https://github.com/B3CKDOOR) - *Bugfixes*\n\n## License\n\nThis project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details\n\n## Acknowledgments\n\nThis project has been inspired by\n[1tayH/noisy](https://github.com/1tayH/noisy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadereddy%2Fnoisy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadereddy%2Fnoisy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadereddy%2Fnoisy/lists"}