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
I am also having this issue.
Traceback (most recent call last):
File "/usr/local/bin/mitm6", line 33, in
sys.exit(load_entry_point('mitm6==0.3.0', 'console_scripts', 'mitm6')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/mitm6-0.3.0-py3.11.egg/mitm6/mitm6.py", line 369, in main
File "/usr/local/lib/python3.11/dist-packages/mitm6-0.3.0-py3.11.egg/mitm6/mitm6.py", line 57, in init
KeyError: 17
mitm6 will launch correctly when using the default or -i eth0
But when I change to -i tun0 - Its fails with a load_entry_point error.
Please help!!
The text was updated successfully, but these errors were encountered: