codingo / NoSQLMap

Automated NoSQL database enumeration and web application exploitation tool.
GNU General Public License v3.0
2.82k stars 576 forks source link

import error #123

Closed EXCISIONMODZ closed 2 years ago

EXCISIONMODZ commented 3 years ago

what am i doing wrong im using kali linux 2021.2 ┌──(root💀kali)-[~/NoSQLMap] └─# python nosqlmap.py
Traceback (most recent call last): File "nosqlmap.py", line 8, in import nsmcouch File "/root/NoSQLMap/nsmcouch.py", line 6, in import couchdb ImportError: No module named couchdb

github-actions[bot] commented 2 years ago

Stale issue message

pm015 commented 2 years ago

NoSQLMap % python nosqlmap.py Traceback (most recent call last): File "nosqlmap.py", line 8, in import nsmcouch File "/Users/priyanka.malusare/NoSQLMap/nsmcouch.py", line 6, in import couchdb ImportError: No module named couchdb

how to resolve this error in mac?

Deve-OP commented 6 months ago

Traceback (most recent call last): File "nosqlmap.py", line 8, in import nsmcouch File "/home/developer/TOOLS/SQL INJECT/NoSQLMap/nsmcouch.py", line 6, in import couchdb ImportError: No module named couchdb

Deve-OP commented 6 months ago

convert the python2 code to 3. I think the code is written in python2 but converting it work for me

Enter this in the same directory: 2to3 . -w

NOTE: you need to install 2to3 module before u can convert it