Answers for "code to change the mac address kali linux"

0

code to change the mac address kali linux

ifconfig eth0(whatever the interface name is ) down
ifocnfig eth0 hw ether 00:11:22:33:44:55
ifconfig eht0 up
Posted by: Guest on July-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language