Hide or Spoof MAC Address in kali linux

Welcome back everyone. in today's post we are going to see about Hide or Spoof MAC Address in kali linux   Okay, now Let's see how to change the Mac address. Open your terminal and type. Ifconfig then hit enter.

  • I'm using eth0 because I am using the Lan connection. And if you use WiFi, then it will show wlan0. Now Let's see how to change the Mac address. 
  • First, we need to install a tool called Macchanger on your terminal. Type this command sudo apt install macchanger and hit enter.



  •  Now this command will install mac changer on your kali machine. I had already installed it now on your terminal, type sudo macchanger --help and hit enter.


  •  And it will show you all the options of the macchanger tool. Here, you can see all the options. You can print your current mac address and set a random Mac address. And also you can set a custom Mac address. Now Let's see how to change the Mac address with the Macchanger.
  •  First, we need to disable our network interface. Type ifconfig and hit enter. And now it will show you your current network interface.
  •  Now type sudo macchanger -s eth0

  • Using this command, you can see your current mac address. You can see it's showing my permanent Mac address
  • To disable network interface type sudo ifconfig eth0 down and hit enter.

  •  Now if I again type ifconfig and you will see the Eth0 is gone.
  •  That means the network interface card is down
  • Now type sudo macchanger -r eth0


  •  Now you can see here my Mac address is changed. Then type sudo macchanger -s eth0 up. Then hit enter.
  • Now this command will enable your network interface card. And also it will show you your permanent Mac address and current Mac address. 
  • Now like this, you can change the Mac address of your computer. Now you can connect with the Internet and browse the Internet from the different mac address is so everyone.


Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.