top of page
Search

CHANGE OR SPOOF YOUR MAC ADDRESS USING KALI

  • Shubham Kansara
  • May 8, 2015
  • 1 min read

1.png

1. Requirement:

  • kali linux

  • linux terminal

using this method you can spoof your mac address

1. open terminal and type

ifconfig | grep HWaddr

you will see your original MAC address 2. To temporary change our MAC address, we need to turn of the network interface first by running this command.

ifconfig eth0 down

3. After that we can configure the new MAC address

ifconfig eth0 hw ether 00:11:22:33:44:55

you can change your MAC address using this hexadecimal format xx:xx:xx:xx:xx:xx 4. Now we can turn on the network interface again.

ifconfig eth0 up

2.png

5.And the last you can check again your MAC address whether it is change or not. NOTE: If we follow until this step, MAC address will back to default after we restart our pc or laptop.


 
 
 

Comments


Featured Posts
Check back soon
Once posts are published, you’ll see them here.
Recent Posts
Search By Tags
Follow Us
  • Facebook Classic
  • Twitter Classic
  • Google Classic

FOLLOW ME

  • Facebook Classic
  • Twitter Classic
  • c-youtube

© 2023 by Samanta Jonse. Proudly created with Wix.com

bottom of page