Skip to content
New issue

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

ImportError: No module named scapy.all #40

Open
dodoaska opened this issue Sep 30, 2021 · 2 comments
Open

ImportError: No module named scapy.all #40

dodoaska opened this issue Sep 30, 2021 · 2 comments

Comments

@dodoaska
Copy link

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
Copy link
Owner

Install scapy before running:

$ pip install scapy==2.4.0

@dodoaska
Copy link
Author

dodoaska commented Oct 2, 2021

i will reinstall the kali again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants