mongoaudit icon indicating copy to clipboard operation
mongoaudit copied to clipboard

🔥 A powerful MongoDB auditing and pentesting tool 🔥

Results 16 mongoaudit issues
Sort by recently updated
recently updated
newest added

The latest security: CVE-2016-6494 CVE-2016-3104 any plans to add them? or should I in a pull request?

enhancement

I ran into this while debugging #9. The connection exception, which gives valuable information, is silently swallowed in testers.py#Tester#get_connection. In contrast, tester exceptions themselves aren't caught at all and cause...

bug

/usr/local/lib/python3.10/dist-packages/mongoaudit-0.1.1-py3.10.egg/mongoaudit/widgets.py:144: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/local/lib/python3.10/dist-packages/mongoaudit-0.1.1-py3.10.egg/mongoaudit/widgets.py:394: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/local/lib/python3.10/dist-packages/mongoaudit-0.1.1-py3.10.egg/mongoaudit/widgets.py:400: SyntaxWarning: "is" with a literal. Did you mean "=="?...

Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.2.1 to 3.6. Release notes Sourced from pyinstaller's releases. v3.6 See https://pyinstaller.readthedocs.io/en/v3.6/CHANGES.html for Changelog. v3.5 See https://pyinstaller.readthedocs.io/en/v3.5/CHANGES.html for Changelog. v3.4 See https://pyinstaller.readthedocs.io/en/v3.4/CHANGES.html for Changelog. v3.3.1 Hooks Fix...

dependencies

Hi guys, your tool looks very amazing however it is not working with MongoDB Version 5.0 and pymongo pymongo-4.3.2 or higher. I get error "**_pymongo.errors.ConfigurationError: Unknown option ssl_cert_reqs_**" which is...

Traceback (most recent call last): File "/home/kali/.local/lib/python3.11/site-packages/pymongo/common.py", line 819, in _get_validator return validators[normed_key] ~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'ssl_cert_reqs' During handling of the above exception, another exception occurred: Traceback (most recent call last):...