We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python wifibroot.py --mode 2 -i wlan1mon --verbose -d handshakes -w pmkid.txt 127 ⨯ Traceback (most recent call last): File "wifibroot.py", line 17, in from screen import Display File "/home/asus/WiFiBroot/screen.py", line 2, in from scapy.all import * ImportError: No module named scapy.all
I use kali
The text was updated successfully, but these errors were encountered:
Install scapy before running:
$ pip install scapy==2.4.0
Sorry, something went wrong.
i will reinstall the kali again
No branches or pull requests
python wifibroot.py --mode 2 -i wlan1mon --verbose -d handshakes -w pmkid.txt 127 ⨯
Traceback (most recent call last):
File "wifibroot.py", line 17, in
from screen import Display
File "/home/asus/WiFiBroot/screen.py", line 2, in
from scapy.all import *
ImportError: No module named scapy.all
I use kali
The text was updated successfully, but these errors were encountered: