Databases typically store sensitive data or data that is important for the company. Mongoaudit helps to audit several technical aspects of running a MongoDB instance and get it properly secured.
Mongoaudit is commonly used for Application security or Database security.
Target users for this tool are pentesters, security professionals, and system administrators.
Clone this repository and run the setup:
> git clone https://github.com/stampery/mongoaudit.git > cd mongoaudit > python setup.py install > mongoaudit
It is widely known that there are quite a few holes in MongoDB’s default configuration settings. This fact, combined with abundant lazy system administrators and developers, has led to what the press has called the MongoDB apocalypse.
Mongoaudit not only detects misconfigurations, known vulnerabilities, and bugs but also gives you advice on how to fix them, recommends best practices, and teaches you how to DevOp like a pro!
This is what the actual app looks like:
Yep, that’s the material design on a console line interface. (Powered by urwid)
Tests marked with an asterisk (*
) require valid authentication credentials.
Once you run any of the test suites provided by mongoaudit, it will offer you to receive a fully detailed report via email. This personalized report links to a series of useful guides on how to fix every specific issue and how to harden your MongoDB deployments.
For your convenience, we have also published the mongoaudit guides in our Medium publication.
We’re happy you want to contribute! You can help us in different ways:
To submit a pull request, fork the mongoaudit repository and then clone your fork:
git clone git@github.com:<your-name>/mongoaudit.git
Make your suggested changes, git push
and then submit a pull request.
The mongoaudit project is maintained by:
mongoaudit is released under the [MIT License]
"With great power comes great responsibility"
You can download mongoaudit tool here
The Hackingsage/Hacktronian – A Pentesting Tool for Linux and Android
BabySploit – Beginner Pentesting Toolkit/Framework Written in Python
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…