You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eaphammer is crashing using the --pmkid and --essid parameters.
I understand the tool is searching the channel but it seem to expect an get an "int" when a string is returned (or the string is incorrectly parsed).
Traceback (most recent call last):
File "/usr/share/eaphammer/./eaphammer", line 1209, in
pmkid_attack()
File "/usr/share/eaphammer/./eaphammer", line 922, in pmkid_attack
channel = iw_parse.helper_functions.find_channel_from_bssid(bssid, networks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/eaphammer/core/iw_parse/helper_functions.py", line 4, in find_channel_from_bssid
return int(n['Channel'])
^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '5.66 GHz (Channel 132)'
OS (the OS from which you are running EAPHammer)
Kali OS
Configuration of Target Client Device (if known / applicable)
Alfa AC1900
The text was updated successfully, but these errors were encountered:
Description
eaphammer is crashing using the --pmkid and --essid parameters.
I understand the tool is searching the channel but it seem to expect an get an "int" when a string is returned (or the string is incorrectly parsed).
Steps to reproduce the behavior:
Expected behavior
Not crashing ;-)
Screenshots
Command string(s) used
sudo eaphammer --pmkid --interface wlan0 --essid "FIXME"
Traceback (most recent call last):
File "/usr/share/eaphammer/./eaphammer", line 1209, in
pmkid_attack()
File "/usr/share/eaphammer/./eaphammer", line 922, in pmkid_attack
channel = iw_parse.helper_functions.find_channel_from_bssid(bssid, networks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/eaphammer/core/iw_parse/helper_functions.py", line 4, in find_channel_from_bssid
return int(n['Channel'])
^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '5.66 GHz (Channel 132)'
OS (the OS from which you are running EAPHammer)
Kali OS
Configuration of Target Client Device (if known / applicable)
Alfa AC1900
The text was updated successfully, but these errors were encountered: