GithubHelp home page GithubHelp logo

EAPOLAuthentication issue about snoopy-ng HOT 6 CLOSED

sensepost avatar sensepost commented on June 10, 2024
EAPOLAuthentication issue

from snoopy-ng.

Comments (6)

glennzw avatar glennzw commented on June 10, 2024

Thanks for the feedback, I haven't encountered this error before. Does it happen every time, or was it just a once off? Could you check which version of pyrit you have installed?

from snoopy-ng.

aiddenkeli avatar aiddenkeli commented on June 10, 2024

Version 0.3.0 Pyrite
It happens after snoopy is let to run for an indeterminate period of time.

from snoopy-ng.

CCRDude avatar CCRDude commented on June 10, 2024

Same here. Exactly the same callstack. Pyrit 0.3 from source. Last line before it happened
[+] Sub-plugin wifi_clients currently observing 9 client devices
which is the first time number of devices went up to 9.
Not sure which device that was though, so can't really check if there's something special about its connection.

from snoopy-ng.

maximcherny avatar maximcherny commented on June 10, 2024

This error seems to happen in the context of WPA handshake capture and presents a rare but possible occurrence of this capture taking place in a passive situation.

It is unlikely related to the number of observed devices.

What I would suggest, if you are comfortable making the following change to your local copy:

[snoopy-ng-dir]/plugins/mods80211/wpa.py

Line 25. Change from:

tmp_eap = auth[1]

To:

tmp_eap = auth

And run your drone again. Please report back whether it happens again. I suspect there may be a typo in the code, because the EAPOLAuthentication object based on http://pyrit.googlecode.com/svn/trunk/pyrit/cpyrit/pckttools.py does not support this type of accessor (although that is for 0.4, I also checked the code of 0.3).

from snoopy-ng.

CCRDude avatar CCRDude commented on June 10, 2024

Thanks for the fast reply!
I made the changes and so far, it ran without the issue for a few hours.
Will continue to watch and report should it re-appear.

from snoopy-ng.

jimbonet avatar jimbonet commented on June 10, 2024

I too had the problem CCRDude describes - tried maximcherny code change but still got issue after a day of running. As I am not interested in capturing handshake information I just changed wpa.py and wpa.pyc to .bk and so far been running 4 days without issue.

I have a cron script that runs every 5 mins to check that python process is running and if its not it then reboots as well as a reboot at midnight.

Was thinking of echoing the output of snoopy log to the watchdog timer(built into raspberry pi and BBB so that if snoopy hangs and the python process is still running it will automatically reboot if the watchdog doesn't get written to in 60 seconds. A bit long winded I know but I am trying to avoid down time.

from snoopy-ng.

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.