WiFiBroot icon indicating copy to clipboard operation
WiFiBroot copied to clipboard

ImportError: No module named scapy.all

Open dodoaska opened this issue 3 years ago • 2 comments

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

dodoaska avatar Sep 30 '21 15:09 dodoaska

Install scapy before running:

$ pip install scapy==2.4.0

hash3liZer avatar Oct 01 '21 21:10 hash3liZer

i will reinstall the kali again

dodoaska avatar Oct 02 '21 23:10 dodoaska