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

Dont work under scapy-2.4.2 #8

Closed
wifislax-ng opened this issue Jan 23, 2019 · 7 comments
Closed

Dont work under scapy-2.4.2 #8

wifislax-ng opened this issue Jan 23, 2019 · 7 comments

Comments

@wifislax-ng
Copy link

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

@hash3liZer
Copy link
Owner

Sorry, for the late fix. We are working on it. It will be shortly fixed. Scapy developers have replaced the Raw class from scapy.layers.dot11 to scapy.packet package.

@hash3liZer
Copy link
Owner

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 classes. Up until i get it to work to on the newer version, i am pushing a temporary fix for scapy 2.4.0. You can install scapy 2.4.0 until i release the new version:

$ pip uninstall scapy
$ pip install scapy==2.4.0

@ajd394
Copy link

ajd394 commented Feb 24, 2019

@hash3liZer
Copy link
Owner

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 2.4.0 is working fine.

@hash3liZer
Copy link
Owner

WiFiBroot is built on scapy version 2.4.0. So, anyone seeing the problems above can install the suitable version.

@gpotter2
Copy link

gpotter2 commented Aug 13, 2019

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.

@c14it0n
Copy link

c14it0n commented May 14, 2022

Hello, with scapy version 2.4.2 gives the following error when starting the tool:

Traceback (most recent call last):
File "wifibroot.py", line 17, in
from screen import Display
File "/home/kali/WiFiBroot/screen.py", line 2, in
from scapy.utils import hexdump
ImportError: No module named scapy.utils

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

5 participants