mirage
mirage copied to clipboard
Usage on modern OS
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.pyinstalls scapy without specifying a version. If you usedpython setup.py installin a virtual environment just-
pip uninstall scapy -
pip install scapy==2.5.0
-
That's it.
Documentation ca be found here: https://web.archive.org/web/20221001111937/https://homepages.laas.fr/rcayre/mirage-documentation/index.html
Using uv (https://github.com/astral-sh/uv):
-
uv venv --python 3.11 -
source .venv/bin/activate -
uv pip install setuptools -
uv run python setup.py install -
uv pip install scapy==2.5.0 -
sudo uv run ./mirage_launcher