You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: