quentinhardy / odat

ODAT: Oracle Database Attacking Tool
1.6k stars 345 forks source link

error while running the module #47

Closed stack00 closed 3 years ago

stack00 commented 4 years ago

Hi, the tool was working fine until today I got this error message, I have followed all the instructions and installed all that requires for tool to work, need help in this please root@kali:/opt/odat# ./odat.py WARNING:root:You need to install python scapy if you want to use the CVE_2012_3137 module ! Traceback (most recent call last): File "./odat.py", line 46, in from CVE_XXXX_YYYY import CVE_XXXX_YYYY, runCVEXXXYYYModule File "/opt/odat/CVE_XXXX_YYYY.py", line 5, in from passlib.hash import oracle11 as oracle11 ImportError: No module named passlib.hash

quentinhardy commented 4 years ago

Do you have tried sudo pip3 install passlib (with pip on python 3 version)?