halo / LinkLiar

:link: Link-Layer MAC spoofing GUI for macOS
http://halo.github.io/LinkLiar
MIT License
1.23k stars 84 forks source link

wrong mac displayed in menu bar #57

Closed cyb3rw0lf closed 7 months ago

cyb3rw0lf commented 1 year ago

As shown in the picture, when using Random or Define manually methods linkliar is displaying a different mac address (not sure where it come from). If using the Keep Original method then it display the correct one

linkliar wrong mac
cyb3rw0lf commented 1 year ago

Linkliar version: 3.2.0 macOS version: 13.0 Apple M1

halo commented 1 year ago

Hi! I don't seem to be able to reproduce this issue locally. In fact, LinkLiar runs ifconfig under the hood to determine the currently used MAC address.

Two thoughts:

  1. Do you see anything out-of-the-ordinary in the logs? You can print the logs to STDOUT simply by running /Applications/LinkLiar.app/Contents/Resources/logs

  2. Do you have "anonymize logs" turned on, by any chance? That would explain the problem, I think.

Screenshot 2023-04-19 at 06 48 05
halo commented 7 months ago

I'm planning on releasing a new LinkLiar version for macOS Sonoma in the coming weeks.

I'll close this issue for now. If something new should surface, please feel free to open it again. Thank you!