hash3liZer / WiFiBroot

A Wireless (WPA/WPA2) Pentest/Cracking tool. Captures & Crack 4-way handshake and PMKID key. Also, supports a deauthentication/jammer mode for stress testing
GNU General Public License v3.0
965 stars 174 forks source link

ImportError: No module named scapy.all #40

Open dodoaska opened 2 years ago

dodoaska commented 2 years ago

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

hash3liZer commented 2 years ago

Install scapy before running:

$ pip install scapy==2.4.0
dodoaska commented 2 years ago

i will reinstall the kali again