In this video we explore mac spoofing, why you might want to spoof your mac address and how to actually change your mac on all platforms Microsoft Windows, Mac OS X and Linux.
Windows OS X Mac Spoofing
How to find your mac address on windows
C: ipconfig /all (look for Physical Address)
mac address changer for windows
- TMAC
Mac OS X Mac Spoofing
How to find your mac address on Mac OS X
# sudo ifconfig
change to a random mac address on Mac OS X
# openssl rand -hex 6 | sed 's/(..)/1:/g; s/.$//' | xargs
sudo ifconfig en0 ether
Change to a specific mac address on MAC OS X
# sudo ifconfig en0 ether aa:aa:aa:aa:aa:aa
Mac Address changing apps for Mac OS X
- Macdaddyx
- Wifispoof - Macdaddyx - Wifispoof
Linux Mac Address Spoofing
How to find your mac address on Linux
# sudo ifconfig
-or-
# ip addr
# ip a show eth0
Change to a random mac address on Linux
# ifconfig eth0 down
# macchanger -r eth0
# ifconfig eth0 up
Change to a specific mac address on Linux
# macchanger -m aa:aa:aa:aa:aa:aa eth0
How TOR users were de-anonymised utilizing the mac address
http://resources.infosecinstitute.com/fbi-tor-exploit/
Level Up in Cyber Security: Join Our Membership Today!


best
Thank you.
Very informational! but is mac spoofing of new devices legal?
Each country has its own laws. But in all countries that I’m aware of mac proofing is completely legal.