Skip to content

Usage on modern OS #42

Description

@ikarus23

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions