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

Documentation for multiple domains? #19

Closed
infosecconsultant opened this issue Apr 21, 2021 · 3 comments
Closed

Documentation for multiple domains? #19

infosecconsultant opened this issue Apr 21, 2021 · 3 comments

Comments

@infosecconsultant
Copy link

Hi there,
I'm trying to use multiple domains with the -d flag and I'm not confident it's working
I tried:

mitm6.py -d abc.local contoso.local
But that errored out.

mitm6.py -d abc.local,contoso.local
and
mitm6.py -d "abc.local contoso.local"

both appear to produce the same output but the output I get looks like:

Sent spoofed reply for machine.abc.local,contoso.local. to fe80::1234:1

The documentation mentions that multiple domains are possible but i've been unable to find any examples or documentation detailing the expected format.

Any help would be appreciated.
Thanks!

@dirkjanm
Copy link
Owner

Did you try mitm6.py -d abc.local -d contoso.local? I think that should work

@infosecconsultant
Copy link
Author

@dirkjanm Thanks, that worked perfectly. Can I politely request that the documentation reflect that to help other people who might have the same question in future?

dirkjanm added a commit that referenced this issue Apr 22, 2021
@dirkjanm
Copy link
Owner

Sure, done :)

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