Code Monkey home page Code Monkey logo

Comments (7)

hash3liZer avatar hash3liZer commented on July 18, 2024 1

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.

from wifibroot.

hash3liZer avatar hash3liZer commented on July 18, 2024 1

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

from wifibroot.

hash3liZer avatar hash3liZer commented on July 18, 2024

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.

from wifibroot.

hash3liZer avatar hash3liZer commented on July 18, 2024

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

from wifibroot.

ajd394 avatar ajd394 commented on July 18, 2024

https://github.com/secdev/scapy/blob/master/scapy/layers/dot11.py#L619
https://github.com/secdev/scapy/blob/master/test/regression.uts#L10567

Looks like you can now pull the PMKIDs directly out without using Raw.

from wifibroot.

gpotter2 avatar gpotter2 commented on July 18, 2024

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.

from wifibroot.

c14it0n avatar c14it0n commented on July 18, 2024

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

from wifibroot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.