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.
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:
setup.pyinstalls scapy without specifying a version. If you usedpython setup.py installin a virtual environment justpip uninstall scapypip install scapy==2.5.0That's it.