All About Social Media And Latest Technology Updates

Tuesday

MongoDB-HoneyProxy: A Honeypot Proxy For MongoDB

MongoDB-HoneyProxy: A Honeypot Proxy For MongoDB


When run, this will proxy and log all traffic to a dummy mongodb server. MongoDB-HoneyProxy was created in response to the 'MongoDB Apocolypse'

Pre-requisites:


  • sudo apt-get install nodejs npm gcc g++
  • You'll also need to install MongoDB for this to function, as this project works as a logging proxy.

Setup


  • Create a MongoDB database. Some good dummy data can be found here. Another good tool is JSON Generator, which generates fake json that can then be converted to bson.
  • Then, install the project

git clone https://github.com/Plazmaz/MongoDB-HoneyProxy.git
cd MongoDB-HoneyProxy
sudo npm install

To run the project, simply use node index.js

Download

0 comments:

Post a Comment