eaphammer icon indicating copy to clipboard operation
eaphammer copied to clipboard

ValueError: Invalid async_mode specified

Open bl1tzw0lf opened this issue 10 months ago • 3 comments

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.

bl1tzw0lf avatar Apr 23 '24 19:04 bl1tzw0lf

I'm having the same issue, any workaround?

ericescobar avatar May 14 '24 00:05 ericescobar

here's the workaround, before you install do this: apt-get remove -y python3-pyee

ericescobar avatar May 16 '24 21:05 ericescobar

im installing eaphammer on armbian/kali with apt. I had the same issue and resolved it by installing eventlet.

apt install eaphammer python3-eventlet

breachr avatar May 17 '24 14:05 breachr