{"id":13794424,"url":"https://github.com/plazmaz/mongodb-honeyproxy","last_synced_at":"2025-11-01T02:30:34.881Z","repository":{"id":15856097,"uuid":"78894990","full_name":"Plazmaz/MongoDB-HoneyProxy","owner":"Plazmaz","description":"A honeypot proxy for mongodb. When run, this will proxy and log all traffic to a dummy mongodb server. ","archived":false,"fork":false,"pushed_at":"2023-02-20T01:16:32.000Z","size":45,"stargazers_count":89,"open_issues_count":1,"forks_count":23,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-09-30T10:23:44.188Z","etag":null,"topics":["honeypot","information-security","infosec","mongo","mongodb","proxy","security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Plazmaz.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":"2017-01-13T23:29:59.000Z","updated_at":"2024-09-21T11:29:11.000Z","dependencies_parsed_at":"2024-01-03T04:02:43.722Z","dependency_job_id":null,"html_url":"https://github.com/Plazmaz/MongoDB-HoneyProxy","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/Plazmaz%2FMongoDB-HoneyProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plazmaz%2FMongoDB-HoneyProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plazmaz%2FMongoDB-HoneyProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plazmaz%2FMongoDB-HoneyProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Plazmaz","download_url":"https://codeload.github.com/Plazmaz/MongoDB-HoneyProxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219855253,"owners_count":16556176,"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":["honeypot","information-security","infosec","mongo","mongodb","proxy","security"],"created_at":"2024-08-03T23:00:40.568Z","updated_at":"2025-11-01T02:30:34.818Z","avatar_url":"https://github.com/Plazmaz.png","language":"JavaScript","funding_links":[],"categories":["\u003ca id=\"a53d22b9c5d09dc894413453f4755658\"\u003e\u003c/a\u003e未分类"],"sub_categories":[],"readme":"**DO NOT USE THIS WITH A REAL DATABASE**\n\n## Intro\nMongoDB-HoneyProxy was created in response to the ['MongoDB Apocalypse'](https://www.bleepingcomputer.com/news/security/mongodb-apocalypse-is-here-as-ransom-attacks-hit-10-000-servers/)\n\n## Pre-requisites:\n  * `sudo apt-get install nodejs npm gcc g++`\n  * You'll also need to install MongoDB for this to function, as this project works as a logging proxy.\n\n\n## Setup\n\n* Create a MongoDB database. Some good dummy data can be found [here](https://raw.githubusercontent.com/mongodb/docs-assets/primer-dataset/primer-dataset.json). Another good tool is [JSON Generator](http://www.json-generator.com/), which generates fake json that can then be converted to bson.\n* Then, install the project\n~~~~\ngit clone https://github.com/Plazmaz/MongoDB-HoneyProxy.git\ncd MongoDB-HoneyProxy\nnpm install\n~~~~\n* To run the project, simply use `node index.js`\n\n\n## Docker version\n\nIf you want to have a Docker version of that, you can run the following programs:\n\n1) Build a docker image:\n\n```\ndocker build --tag=\"changeme\" .\n```\n2) Run a docker image:\n\n```\ndocker run -d -p 27017:27017 --name=\"changeme\" changeme\n```\n\nIf you want to get inside of the container run this:\n```\ndocker exec -it changeme bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplazmaz%2Fmongodb-honeyproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplazmaz%2Fmongodb-honeyproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplazmaz%2Fmongodb-honeyproxy/lists"}