stampery / mongoaudit

🔥 A powerful MongoDB auditing and pentesting tool 🔥
https://mongoaud.it
MIT License
1.32k stars 136 forks source link

[Basic] Test 2 fails on 127.0.0.1 #40

Open DarkRedman opened 5 years ago

DarkRedman commented 5 years ago

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 hosts ... It should be Successful since it only accept connections from localhost.

aesedepece commented 5 years ago

Good point. The test should recognize non-global IPs and just pass in that case.