Open M0dred opened 4 years ago
Hello,
did you already install all the dependencies?
pip install -r requirements.txt
If yes, please run and paste the output of this command pip --version
Hint: check your Python version:
$ python --version
if it's 2.7, it won't work. Use python3 drupwn
explicitly
Python 3.7.7
Traceback (most recent call last): File "./drupwn", line 8, in
from engine.Exploiter import Exploiter
File "/opt/drupwn/engine/Exploiter.py", line 6, in
from prompt_toolkit import prompt
ImportError: No module named prompt_toolkit