General
# Check MAC Address
ifconfig
macchanger -s <interface>
# Change MAC Address
ifconfig <interface> down
# Random
macchanger -r <interface>
# Specific
macchanger --mac <new-mac> <interface>
ifconfig <interface> upLast updated
# Check MAC Address
ifconfig
macchanger -s <interface>
# Change MAC Address
ifconfig <interface> down
# Random
macchanger -r <interface>
# Specific
macchanger --mac <new-mac> <interface>
ifconfig <interface> upLast updated