How to find Mac Address and Change in Kali Linux Rolling



Install Macchange:
apt-get install macchanger



Find Mac Address:
ifconfig



Change Mac Address:
ifconfig eth0 down
macchanger -r eth0
ifconfig eth0 up


-h, --help Print this help
-V, --version Print version and exit
-s, --show Print the MAC address and exit
-e, --ending Don't change the vendor bytes
-a, --another Set random vendor MAC of the same kind
-A Set random vendor MAC of any kind
-p, --permanent Reset to original, permanent hardware MAC
-r, --random Set fully random MAC
-l, --list[=keyword] Print known vendors
-b, --bia Pretend to be a burned-in-address
-m, --mac=XX:XX:XX:XX:XX:XX
--mac XX:XX:XX:XX:XX:XX Set the MAC XX:XX:XX:XX:XX:XX


Tutoriral Video:




Comments

Popular posts from this blog

Install Tor Browser kali linux rolling