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
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.
The text was updated successfully, but these errors were encountered:
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.py
installs scapy without specifying a version. If you usedpython setup.py install
in a virtual environment justpip uninstall scapy
pip install scapy==2.5.0
That's it.
The text was updated successfully, but these errors were encountered: