Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirage on Debian #30

Open
nico0481 opened this issue Sep 6, 2022 · 1 comment
Open

Mirage on Debian #30

nico0481 opened this issue Sep 6, 2022 · 1 comment

Comments

@nico0481
Copy link

nico0481 commented Sep 6, 2022

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
Copy link
Owner

RCayre commented Sep 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants