Skip to main content

How to Change ‪Mac Address‬ usnig Kali Linux

WHAT IS KALI LINUX?

→ Kali is the latest and greatest version of the ever popular Backtrack Linux penetration testing distribution.
→ The inventors of the Backtrack series kept Kali in a format very similar to Backtrack, so anyone familiar with the older Backtrack platform will feel right at home.
→ Kali has been re-vamped from the ground up to be the best and most feature rich Ethical Hacking/Pen testing distribution available. → Kali also runs on more hardware devices greatly increasing your
options for computer security penetration testing or “pen testing” systems.
→ If you are coming to Kali from a Backtrack background, after a short familiarization period you should find that everything is very similar and your comfort level should grow very quickly.
→ If you are new to Kali, once you get used to it, you will find an easy to use security testing platform that includes hundreds of useful and powerful tools to test and help secure your network systems.


1: open terminal type macchanger 
2. If you want to see help option of macchanger. 
Type macchanger --help and hit enter
3. Run ifconfig command on terminal to see your interface name and current MAC address
4. Before changing your MAC address you have to shut down your interface.
Syntax – ifconfig interfacename down
Ex – ifconfig eth0 down
– write interface name according to your interface name.
5. Now time to change MAC address.
Syntax – macchanger –r interfacename
EX – macchanger –r eth0
As result you can see there are three MAC addresses first 2 addresses are our original MAC addresses and 3rd MAC address is FAKE.
6. After changing MAC address you have to up your interface.
Syntax – ifconfig interfacename up
Ex – ifconfig eth0 up
7. Run ifconfig command in terminal to check MAC address and there you can see we have successfully changed our MAC address.


Comments

Popular posts from this blog

10 Tips For Protecting Your Computer

Ten Tips For Protecting Your Computer From Hackers And Viruses 1.   Use protection software " anti-virus software " and keep it up to date. Make sure you have anti-virus software on your computer! Anti-virus software is designed to protect you and your computer against known viruses so you do not have to worry. But with new viruses emerging daily, anti-virus programs need regular updates, like annual flu shots, to recognize these new viruses. Be sure to update your anti-virus software regularly! The more often you keep it updated, say once a week, the better. Check with the web site of your anti-virus software company to see some sample descriptions of viruses and to get regular updates for your software. Stop viruses in their tracks! 2.   Do not open e-

Best Books