halo / LinkLiar

:link: Link-Layer MAC spoofing GUI for macOS

Home Page:http://halo.github.io/LinkLiar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to confirm its working?

enigmavision opened this issue · comments

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

commented

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.