halo / LinkLiar

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

How to confirm its working? #32

Closed enigmavision closed 6 years ago

enigmavision commented 6 years ago

I used macchanger to see if the mac address in linkliar would match to see if it is really working, how can we confirm its actually working? ie. what command can we enter to see the mac address matches what it says in linkliar?

Thanks

halo commented 6 years ago

Hi!

Internally, LinkLiar performs this command to determine the MAC address of an interface:

 ifconfig en0

Every time you open the LinkLiar menu, this command is executed. So you can be sure that whatever you see in LinkLiar is accurate. See also this issue.

However, to go really sure, there is only one way to find out which MAC address is actually being used: you would need to inspect your network traffic using a tool such as Wireshark.