www.i4info.org

Would you like to react to this message? Create an account in a few clicks or log in to continue.
www.i4info.org

i4info Provides the best hacking Material. Latest hacking tutorials and tools are available here. It is the best place for hackers.

Latest topics

» Teen Patti Gold Hack & 3 Patti Chips Code Extra Bonus 2017
MAC address spoofing with Macchanger in Kali Linux EmptySat Apr 29, 2017 10:50 am by ubedullah

» Group hackers
MAC address spoofing with Macchanger in Kali Linux EmptySat Apr 15, 2017 2:37 pm by Group Hackers

» Hacker Needed
MAC address spoofing with Macchanger in Kali Linux EmptySat Apr 15, 2017 3:57 am by Group Hackers

» Hacker Needed
MAC address spoofing with Macchanger in Kali Linux EmptySat Apr 15, 2017 1:45 am by Group Hackers

» Hacker Needed
MAC address spoofing with Macchanger in Kali Linux EmptyThu Apr 13, 2017 11:10 pm by Group Hackers

» Hacker Needed
MAC address spoofing with Macchanger in Kali Linux EmptyTue Apr 11, 2017 2:07 pm by Group Hackers

» Hacker Needed
MAC address spoofing with Macchanger in Kali Linux EmptyTue Apr 11, 2017 2:21 am by Group Hackers

» Hacker Needed
MAC address spoofing with Macchanger in Kali Linux EmptyTue Apr 11, 2017 2:06 am by Group Hackers

» Hacker Needed
MAC address spoofing with Macchanger in Kali Linux EmptyTue Apr 11, 2017 1:35 am by Group Hackers

May 2024

MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates


free forum

Forumotion on Facebook Forumotion on Twitter Forumotion on YouTubeForumotion on Google+

Visitors Counter


Flag Counter


    MAC address spoofing with Macchanger in Kali Linux

    Admin
    Admin
    Admin


    Posts : 474
    Reputation : 8
    Join date : 2014-12-10
    Age : 31
    Location : Pakistan

    MAC address spoofing with Macchanger in Kali Linux Empty MAC address spoofing with Macchanger in Kali Linux

    Post by Admin Tue Jun 21, 2016 3:37 pm

    MAC address spoofing with Macchanger in Kali Linux Artwork-spoof-mac-address-with-macchanger

    MAC address spoofing is a technique for temporarily changing your Media Access Control (MAC) address on a network device. A MAC Address is a unique and hardcoded address programmed into network devices which cannot be changed permanently. The MAC address is in the 2nd OSI layer and should be seen as the physical address of your interface. Macchanger is a tool that is included with any version of Kali Linux including the 2016 rolling edition and can change the MAC address to any desired address until the next reboot. In this tutorial we will be spoofing the MAC address of our wireless adapter with a random MAC address generated by Macchanger on Kali Linux.

    MAC Address Spoofing


    MAC address spoofing with Macchanger in Kali Linux MAC-Address-spoofing-with-macchanger
    First we need to take down the network adapter in order to change the MAC address. This can be done using the following command:

    ifconfig wlan1 down

    Replace wlan1 with your own network interface.

    Now use the following command to change your MAC address to a new random MAC Address:

    macchanger -r wlan1

    MAC Address spoofing with macchanger

    As shown on the screenshot, Macchanger will show you the permanent, current and changed MAC address. The permanent MAC Address will be restored to your network adapter after a reboot or you can reset your network adapters MAC address manually. Use the following command to restore the permanent MAC address to your network adapter manually:

    macchanger –permanent wlan1

    You can also spoof a particular MAC address using the following command:

    macchanger -m [Spoofing MAC Address] wlan1

    macchanger -m XX:XX:XX:XX:XX:XX wlan1

    If you receive the following error you need to take down the network interface first before changing the MAC Address (Command: ifconfig wlan1 down):

    ERROR: Can’t change MAC: interface up or not permission: Cannot assign requested address

    Use the following command to bring up your network adapter with the new MAC address:

    ifconfig wlan1 up

    Use the following command to show the current MAC address:

    macchanger –show wlan1


      Current date/time is Sat May 11, 2024 8:49 am