-
Notifications
You must be signed in to change notification settings - Fork 176
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
Dont work under scapy-2.4.2 #8
Comments
Sorry, for the late fix. We are working on it. It will be shortly fixed. Scapy developers have replaced the Raw class from |
Hey, @wifislax-ng . It seems as if scapy has been changed a lot since the last version. Now, i am getting multiple exceptions. They have misplaced a lot of things, even the field inside the
|
https://github.com/secdev/scapy/blob/master/scapy/layers/dot11.py#L619 Looks like you can now pull the PMKIDs directly out without using Raw. |
Yeah, actually they have replaced some of the internal fields, PMKID is not an issue for me yet, i am still able to extract it tough. I am having some problem extracting WPA/WPA encyrption algorithms. I am rebuilding the whole thing. It would take some time. BTW |
WiFiBroot is built on scapy version |
Hi, a Scapy maintainer here. Feel free to ask any question regarding the newest versions / compatibility (2.4.3 was released right before BlackHat) Please note that 2.4.0 suffers from a vulnerability related to the Radius protocol, and shouldn't be used. |
Hello, with scapy version 2.4.2 gives the following error when starting the tool: Traceback (most recent call last): |
Traceback (most recent call last):
File "wifibroot.py", line 19, in
from wireless import Shifter
File "/usr/share/wifibroot/wireless/init.py", line 2, in
from wireless.sniper import Sniper
File "/usr/share/wifibroot/wireless/sniper.py", line 7, in
from scapy.layers.dot11 import Raw
ImportError: cannot import name Raw
The text was updated successfully, but these errors were encountered: