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

Usage on modern OS #42

Open
ikarus23 opened this issue Oct 22, 2024 · 1 comment
Open

Usage on modern OS #42

ikarus23 opened this issue Oct 22, 2024 · 1 comment

Comments

@ikarus23
Copy link

If you still want to use this tool on an up to date OS (e.g. Arch Linux) it will not work. I found what is needed to make it work. Maybe this helps someone:

  • You need Python 3.11 (lower might also work, Python 3.12 will not work)
  • The setup.py installs scapy without specifying a version. If you used python setup.py install in a virtual environment just
    • pip uninstall scapy
    • pip install scapy==2.5.0

That's it.

@ikarus23
Copy link
Author

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