Closed honeypot2k closed 4 years ago
Please execute the following in order to be sure that you have the latest version and tell me if you still experience an issue.
$ pip install tinyscript --upgrade
$ pip install dronesploit --upgrade
I updated both, but didn’t change anything unfortunately.
Keeps crashing
Please check the output of this command and post the relevant messages :
$ egrep "(ERROR|CRITICAL)" ~/.dronesploit/logs/main.log
It did this to me when I was missing pyyaml. Try: $ pip3 install pyyaml
When typing in dronesploit...you see the framework for a millisecond, then it crashes back to console with the message --> " Erase is control-H "
Also the wi-fi disconnects and reconnects every time.
Any clue ?
root@kali-linux:~# pip3 show prompt_toolkit Name: prompt-toolkit Version: 3.0.3 Summary: Library for building powerful interactive command lines in Python Home-page: https://github.com/prompt-toolkit/python-prompt-toolkit Author: Jonathan Slenders Author-email: None License: UNKNOWN Location: /usr/local/lib/python3.7/site-packages Requires: wcwidth Required-by: sploitkit root@kali-linux:~# pip3.7 show prompt_toolkit Name: prompt-toolkit Version: 3.0.3 Summary: Library for building powerful interactive command lines in Python Home-page: https://github.com/prompt-toolkit/python-prompt-toolkit Author: Jonathan Slenders Author-email: None License: UNKNOWN Location: /usr/local/lib/python3.7/site-packages Requires: wcwidth Required-by: sploitkit