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

Does mitm6 work through tun0? #41

Open
RunRenegade opened this issue Apr 19, 2024 · 0 comments
Open

Does mitm6 work through tun0? #41

RunRenegade opened this issue Apr 19, 2024 · 0 comments

Comments

@RunRenegade
Copy link

Hi,

Tried looking around but can't get a concrete answer.

Relatively new to Linux and Networking, so trying to get to grasp with items.

I am trying to use the following command to connect to the homelab and run mitm6.

sudo mitm6 -d marvel.local -i tun0

I have ran the command also without -i tun0 but I assume it is needed or it will default to etho0 ?

I get the below output, but in all honesty, not sure what it means.

  cipher=algorithms.Blowfish,
/usr/local/lib/python3.11/dist-packages/scapy/layers/ipsec.py:485: CryptographyDeprecationWarning: CAST5 has been deprecated
  cipher=algorithms.CAST5,
Traceback (most recent call last):
  File "/usr/local/bin/mitm6", line 33, in <module>
    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

I have done and clean and recent install of mitm6. I am wondering if I am just trying to use a tool (mitm6) where it isn't built to work, such as through a VPN tunnel?

Thanks for any help or advice.

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

No branches or pull requests

1 participant