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
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