torque59 / Nosql-Exploitation-Framework

A Python Framework For NoSQL Scanning and Exploitation
BSD 3-Clause "New" or "Revised" License
594 stars 157 forks source link

Facing the following error after running "python nosqlframework.py -h" command #80

Open HooriaBangash opened 6 years ago

HooriaBangash commented 6 years ago

ython nosqlframework.py -h Traceback (most recent call last): File "nosqlframework.py", line 20, in import coreconfigure File "/Volumes/Work/Mine/Tools/Nosql-Exploitation-Framework-master/coreconfigure.py", line 14, in from dbattacks import mongoattacks File "/Volumes/Work/Mine/Tools/Nosql-Exploitation-Framework-master/dbattacks/init.py", line 2, in import mongoattacks File "/Volumes/Work/Mine/Tools/Nosql-Exploitation-Framework-master/dbattacks/mongoattacks.py", line 3, in import pymongo ImportError: No module named pymongo

torque59 commented 6 years ago

Did you run the installation of the requirements file , if not check again in the install instructions of the framework