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

I am not able to install in my local machine, I am using python 3.9.2 on my windows 10 desktop, any help?

emailing results fail with a 503 error :(

Cannot go past the 20th test on the advanced test suite as it complains about authentication when providing proper credentials, any hints on how to diagnose?

Currently there is only one option to use the [Connection String URI](https://docs.mongodb.com/v4.2/reference/connection-string/) to connect to MongoDB instances. Because Connection String URI doesn't support `tlsCAFile` and `tlsCertificateKeyFile`, it wouldn't be possible...

It works fine for the basic test (no authentication), but when I tried the authenticated one the program crashed with the message below. Note that I'm connecting directly to an...

I run the basic test suite on my local instance which is run with the option --bind_ip 127.0.0.1 And the test fails and says my instance acept connections from unauthorized...

Ready for SCRAM-SHA-256 (and more)?

``` Traceback (most recent call last): File "./mongoaudit", line 11, in sys.exit(main()) File "/home/rtrade/.local/lib/python2.7/site-packages/mongoaudit/__main__.py", line 64, in main App().main() File "/home/rtrade/.local/lib/python2.7/site-packages/mongoaudit/__main__.py", line 23, in __init__ self.main() File "/home/rtrade/.local/lib/python2.7/site-packages/mongoaudit/__main__.py", line 58,...

thanks for mongoaudit. Gave me some nice inputs for our config. Is it possible to run mongoaudit unattended?

enhancement
UX
wish

kali2016 + python2.7 Traceback (most recent call last): File "/usr/local/bin/mongoaudit", line 11, in sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/mongoaudit/__main__.py", line 63, in main App().main() File "/usr/local/lib/python2.7/dist-packages/mongoaudit/__main__.py", line 23, in __init__ self.main() File "/usr/local/lib/python2.7/dist-packages/mongoaudit/__main__.py",...