x90skysn3k / brutespray

Bruteforcing from various scanner output - Automatically attempts default creds on found services.
MIT License
1.96k stars 381 forks source link

no module named readline #15

Closed ayste closed 6 years ago

ayste commented 6 years ago

i have a problem when i tap (python brutespray.py) and it display ( Traceback (most recent call last): File "brutespray.py", line 4, in import readline, glob ImportError: No module named readline )

bcoles commented 6 years ago
pip install -r requirements.txt
x90skysn3k commented 6 years ago

try sudo apt-get install libncurses5-dev

then

pip install readline

qrasulee commented 4 years ago

I had this issue on Kali linux.

sudo apt-get install libncurses5-dev

then

sudo -H pip3 install readline

x90skysn3k commented 4 years ago

just do: apt install brutespray