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

EAPOL AttributeError #4

Closed
Hack4Live opened this issue Aug 31, 2018 · 7 comments
Closed

EAPOL AttributeError #4

Hack4Live opened this issue Aug 31, 2018 · 7 comments

Comments

@Hack4Live
Copy link

I get this after a few Association Requests
[*] Waiting For EAPOL to initate...
Exception in thread Association Depender:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/root/WiFiBroot/wireless/pmkid.py", line 143, in asso_sniffer
sniff(iface=iface, prn=self.get_asso_resp)
File "/usr/local/lib/python2.7/dist-packages/scapy/sendrecv.py", line 620, in sniff
r = prn(p)
File "/root/WiFiBroot/wireless/pmkid.py", line 163, in get_asso_resp
nonce = binascii.hexlify(pkt.getlayer(Raw).load)[26:90]
AttributeError: 'NoneType' object has no attribute 'load'

[^] 1 Frames 843A4B66DB70 > 5E4979CE1679 [Association Request]
Then it goes on and comes again

@hash3liZer
Copy link
Owner

hash3liZer commented Aug 31, 2018

Looks like some malformed packet. Can you send me details of the target network?
Have you tested other WiFi networks? Did you get the same error?

@Hack4Live
Copy link
Author

Hack4Live commented Aug 31, 2018 via email

@hash3liZer
Copy link
Owner

Which scapy version are you using?

@Hack4Live
Copy link
Author

Hack4Live commented Aug 31, 2018 via email

@hash3liZer
Copy link
Owner

hash3liZer commented Aug 31, 2018

I've installed your scapy version and got some other errors as well. Looks like something to do with previous versions. Why don't you install the latest 2.4.x version.
Just do:

pip uninstall scapy && pip install scapy

Make sure you are running the latest version.
For now, i am gonna try to make a patch for the previous versions. I'll update your ticket as soon as possible.
Hope it would work.

@Hack4Live
Copy link
Author

Okay seems to be working now thanks!:)

@hash3liZer
Copy link
Owner

Closing the issue...

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

2 participants