kali change mac code example
Example: how to change mac address kali linux
$ sudo ifconfig [interface] down
$ sudo ifconfig [interface] hw ether [new MAC Address (needs to start with 00)]
$ sudo ifconfig [interface] up
$ sudo ifconfig [interface] down
$ sudo ifconfig [interface] hw ether [new MAC Address (needs to start with 00)]
$ sudo ifconfig [interface] up