RCayre / mirage

Mirage is a powerful and modular framework dedicated to the security analysis of wireless communications.
https://homepages.laas.fr/rcayre/mirage-documentation
MIT License
261 stars 48 forks source link

Mirage on Debian #30

Open nico0481 opened 2 years ago

nico0481 commented 2 years ago

Hello,

I try to use Mirage on Debian 10, Installation works properly with sudo python3 setup.py install (all requested moldules are there) If I try to launch mirage in console (also with sudo mirage), I get:

File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: mirage

Using sudo ./ mirage_launcher, I get: File "/usr/local/lib/python3.9/dist-packages/scapy/arch/linux.py", line 195, in get_alias_address names = names.tostring() AttributeError: 'array.array' object has no attribute 'tostring'

Is there a way to use it in Debian?

Thank you

RCayre commented 2 years ago

Hi, thanks for reporting, but it seems to be a scapy issue, and I won't be able to fix it by myself I'm afraid. You should open this issue on their repo (secdev/scapy) instead.