-
Notifications
You must be signed in to change notification settings - Fork 317
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
Comments
before you install do this... apt-get remove -y python3-pyee |
Same issue, tried removing that package and still getting the same issue |
I'm starting to believe it's the python version, try version 3.8 |
currently the version of python on kali linux is 3.11 |
After install python3.8 edit file eaphammer and change First line env substition python3 with python3.8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: