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

Ghost missing #2

Closed MrSchism closed 7 years ago

MrSchism commented 9 years ago

After installation, attempting to run the script fails. The error cites Ghost being missing as the cause.

torque59 commented 9 years ago

Check the new version, it should work

MrSchism commented 9 years ago

I found the issue. Python-tools doesn't install on Mint (or, in fact, many systems). Easy_install is available in python-setuptools.

torque59 commented 9 years ago

Updated thanks for the info man :)

MrSchism commented 9 years ago

Not a problem. That resolved one of the issues, but it's still showing ghost as missing.

Here's the trace:

Traceback (most recent call last):
  File "./nosqlframework.py", line 19, in <module>
    import coreconfigure
  File "/home/josh/Downloads/Nosql-Exploitation-Framework-master/coreconfigure.py", line 6, in <module>
    import dbattacks
  File "/home/josh/Downloads/Nosql-Exploitation-Framework-master/dbattacks/__init__.py", line 2, in <module>
    import mongoattacks
  File "/home/josh/Downloads/Nosql-Exploitation-Framework-master/dbattacks/mongoattacks.py", line 5, in <module>
    from utils import screenshot
  File "/home/josh/Downloads/Nosql-Exploitation-Framework-master/dbattacks/utils.py", line 2, in <module>
    from ghost import Ghost
ImportError: No module named ghost
torque59 commented 9 years ago

Try doing sudo su , be a root user and then run the install.sh , you should run framework

Checking on the normal user thing

MrSchism commented 9 years ago

I did install as root.

torque59 commented 9 years ago

Could you just send me the screenshots of the error , and linux on which u are running, let me have a look at it

torque59 commented 7 years ago

This is fixed and closing the issue

gptshubham595 commented 4 years ago

image

gptshubham595 commented 4 years ago

I am on windos and ran as admin

torque59 commented 4 years ago

@gptshubham595 can you try using the docker image, i need to check what is happening in windows.