dhondta / dronesploit

Drone pentesting framework console
GNU General Public License v3.0
1.44k stars 245 forks source link

Crash - when starting up framework #8

Closed honeypot2k closed 4 years ago

honeypot2k commented 4 years ago

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

dhondta commented 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
honeypot2k commented 4 years ago

I updated both, but didn’t change anything unfortunately.

Keeps crashing

dhondta commented 4 years ago

Please check the output of this command and post the relevant messages :

$ egrep "(ERROR|CRITICAL)" ~/.dronesploit/logs/main.log
briandking commented 4 years ago

It did this to me when I was missing pyyaml. Try: $ pip3 install pyyaml