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

Error kali linux distro #217

Closed
anideb1975 opened this issue May 15, 2024 · 5 comments · Fixed by #223
Closed

Error kali linux distro #217

anideb1975 opened this issue May 15, 2024 · 5 comments · Fixed by #223

Comments

@anideb1975
Copy link

Hi
kali linux run
#eaphammer -h
this is my output

Traceback (most recent call last):
File "/usr/share/eaphammer/./eaphammer", line 5, in
import core.cli
File "/usr/share/eaphammer/core/init.py", line 10, in
from . import wskeyloggerd
File "/usr/share/eaphammer/core/wskeyloggerd/init.py", line 1, in
from core.wskeyloggerd.app import run
File "/usr/share/eaphammer/core/wskeyloggerd/app.py", line 79, in
socketio = SocketIO(app, cors_allowed_origins="*")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/flask_socketio/init.py", line 187, in init
self.init_app(app, **kwargs)
File "/usr/lib/python3/dist-packages/flask_socketio/init.py", line 243, in init_app
self.server = socketio.Server(**self.server_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/socketio/base_server.py", line 31, in init
self.eio = self._engineio_server_class()(**engineio_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/engineio/base_server.py", line 81, in init
raise ValueError('Invalid async_mode specified')
ValueError: Invalid async_mode specified

Expected behavior

A clear and concise description of what you expected to happen.

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.

@ericescobar
Copy link

before you install do this...

apt-get remove -y python3-pyee

@Gray-0men
Copy link

Same issue, tried removing that package and still getting the same issue

@anideb1975
Copy link
Author

I'm starting to believe it's the python version, try version 3.8

@anideb1975
Copy link
Author

currently the version of python on kali linux is 3.11

@anideb1975
Copy link
Author

After install python3.8 edit file eaphammer and change First line env substition python3 with python3.8.
Good luck

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

Successfully merging a pull request may close this issue.

3 participants