We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Upon fresh installation of eaphammer on Kali Linux 2024.1, running 'sudo ./eaphammer -h' I receive the following error:
-snip- "/usr/lib/python3/dist-packages/engineio/base_server.py", line 81, in init raise ValueError('Invalid async_mode specified'
To Reproduce
Install eaphammer on Kali Linux 2024.1 using...
sudo apt install eaphammer OR git clone https://github.com/s0lst1c3/eaphammer.git run ./kali-setup
sudo ./eaphammer -h
Expected behavior
The application to run without throwing errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Command string(s) used
The exact command(s) you used to trigger the bug.
EAPHammer verbose output (using the --debug flag)
Paste redacted output here.
EAPHammer Version (./eaphammer --version)
Paste output here.
OS (the OS from which you are running EAPHammer)
Fill this in.
Configuration of Target Access Point (if known / applicable)
Fill this in if possible.
Configuration of Target Client Device (if known / applicable)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I'm having the same issue, any workaround?
Sorry, something went wrong.
here's the workaround, before you install do this: apt-get remove -y python3-pyee
im installing eaphammer on armbian/kali with apt. I had the same issue and resolved it by installing eventlet.
apt install eaphammer python3-eventlet
No branches or pull requests
Describe the bug
Upon fresh installation of eaphammer on Kali Linux 2024.1, running 'sudo ./eaphammer -h' I receive the following error:
-snip-
"/usr/lib/python3/dist-packages/engineio/base_server.py", line 81, in init
raise ValueError('Invalid async_mode specified'
To Reproduce
Install eaphammer on Kali Linux 2024.1 using...
sudo apt install eaphammer
OR
git clone https://github.com/s0lst1c3/eaphammer.git
run ./kali-setup
sudo ./eaphammer -h
Expected behavior
The application to run without throwing errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Command string(s) used
The exact command(s) you used to trigger the bug.
EAPHammer verbose output (using the --debug flag)
Paste redacted output here.
EAPHammer Version (./eaphammer --version)
Paste output here.
OS (the OS from which you are running EAPHammer)
Fill this in.
Configuration of Target Access Point (if known / applicable)
Fill this in if possible.
Configuration of Target Client Device (if known / applicable)
Fill this in if possible.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: