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

WiFiBroot doesn't boot in Kali Linux (most recent release and update) #25

Open
TehBear opened this issue Oct 25, 2019 · 2 comments
Open

Comments

@TehBear
Copy link

TehBear commented Oct 25, 2019

I am running Kali under VM ware. Kali has been updated and I have installed the most recent scapy. I even attempted old fixes under the issues area.
I've also ensured I had the other dependency I could find.
apt-get install python-pbkdf2

I did a gitclone to WiFiBroot-1.3 and have the same results.

This is the feedback I get from each boot

root@tehbear:~/WiFiBroot# python wifibroot.py -h
Traceback (most recent call last):
File "wifibroot.py", line 20, in
from wireless import Shifter
File "/root/WiFiBroot/wireless/init.py", line 2, in
from wireless.sniper import Sniper
File "/root/WiFiBroot/wireless/sniper.py", line 7, in
from scapy.layers.dot11 import Raw
ImportError: cannot import name Raw

How do I fix this? I have had this on other installations of Kali, I just don't know why it doesn't work now.

@5l1v3r1
Copy link

5l1v3r1 commented Feb 9, 2020

it is about scapy pip3 install scapy==2.4.0, the mentor mentioned.

@trinitronx
Copy link

This tool appears to be stagnant & suffering bit-rot. No updates to scapy version since v2.4.0, updates were discussed in #8 but it never was completed. They suggest pinning scapy to 2.4.0, but that version doesn't work on macOS so no luck there. You may have better luck on Kali.

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

3 participants