Answers for "how to change mac address kali linux"

0

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
Posted by: Guest on December-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language