WiFiBroot icon indicating copy to clipboard operation
WiFiBroot copied to clipboard

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

Open TehBear opened this issue 6 years ago • 2 comments

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.

TehBear avatar Oct 25 '19 00:10 TehBear

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

5l1v3r1 avatar Feb 09 '20 14:02 5l1v3r1

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.

trinitronx avatar Jul 03 '22 18:07 trinitronx