stampery / mongoaudit

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

Python 3 support #32

Closed drorasaf closed 6 years ago

drorasaf commented 7 years ago

It currently declares it support python 3 although it is not

aesedepece commented 7 years ago

Sorry, where is python 3 declared to be supported? :open_mouth:

drorasaf commented 7 years ago

config.py does not include it, however, when pip install using python3, downloads it I will definitely create a PR for this support

1oglop1 commented 6 years ago

@aesedepece Could you please add warning that it supports legacy python only? I installed it into my pipenv and I'm using Py3

running command mongoaudit resulted in

Traceback (most recent call last):
  File "/Users/jangazda/.virtualenvs/mongoaudit-OwYVqVCa/bin/mongoaudit", line 7, in <module>
    from mongoaudit.__main__ import main
  File "/Users/jangazda/.virtualenvs/mongoaudit-OwYVqVCa/lib/python3.6/site-packages/mongoaudit/__main__.py", line 18
    self.version = __version__