+ Reply to Thread
Results 1 to 8 of 8

Thread: Changing your MAC address on a Mac

  1. #1

    Join Date
    17.05.10
    Location
    U.S.
    P2P Client
    uTorrent
    Posts
    121
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss121

    Changing your MAC address on a Mac

    This Tutorial is to explain how to change/spoof your mac address on a apple computer sporting leapord/snow leapord. Hope it helps :)

    Retrieving your current MAC address
    First, you’re going to want your current wireless MAC address so you can set it back without rebooting. Launch the Terminal and type the following command:
    Code:
    ifconfig en1 | grep ether
    You’ll know see something like:
    Code:
    ether 00:12:cb:c6:24:e2
    And the values after ‘ether’ makeup your current MAC address. Write this down somewhere so you don’t forget it. If you do, it’s not the end of the world, you’ll just have to reboot to reset it from a change.

    Spoofing a MAC address
    To spoof your MAC address, you simply set that value returned from ifconfig to another hex value in the format of aa:bb:cc:dd:ee:ff

    For this example, we will set our wireless MAC address to 00:e2:e3:e4:e5:e6 by issuing the following command:
    Code:
    sudo ifconfig en1 ether 00:e2:e3:e4:e5:e6
    The sudo command will require that you enter your root password to make the change.

    Verifying the Spoofed MAC address worked
    If you want to check that the spoof worked, type the same command as earlier:
    Code:
    ifconfig en1 | grep ether
    Now you will see:
    Code:
    ether 00:e2:e3:e4:e5:e6
    Meaning your MAC address is now the value you set it to. If you want to further verify the spoof, simply login to your wireless router and look at the ‘available devices’ (or attached devices) list, and your spoofed MAC address will be part of that list.

    If you want to set your MAC address back to its real value, simply issue the above ifconfig commands with the MAC address that you retrieved in step 1. You can also reboot your Mac.

    Enjoy!

    Note for WiFi issues:
    If you’re still having problems with MAC address spoofing in Leopard or Snow Leopard, the above method still works but try disassociating with any wireless network BUT keep your wireless Airport on (as mentioned above) – an easy way to do this is to type the following in the command line:

    Code:
    airport -z
    Note that you have to have the ‘airport’ command setup to work for users, you can do that by copy and pasting this command into the Mac Terminal:

    Code:
    sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport
    Once disassociated from the network you should be able to spoof your MAC address as usual


    Source: How to spoof your MAC address in Mac OS X - OS X Daily


    NOTE:
    if your interface is not called en1 you can get an overview by executing
    Code:
    ifconfig -a
    Last edited by Instab; 31.05.10 at 22:03.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    cheatos (03.06.10) , shawshankraj (30.05.10) , Instab (29.05.10)

  3. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Quote Originally Posted by Ticko View Post
    snow leaporn.
    And they call me a freak
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    SBfreak (29.05.10) , Ticko (29.05.10)

  5. #3
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    you might wanna add that the interface name can also be something else instead of 'en1'. in doubt get an overview via 'ifconfig -a'.
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    Ticko (31.05.10)

  7. #4
    Advanced User
    Join Date
    30.07.09
    P2P Client
    Azureus™
    Posts
    847
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss847
    wow, ...changing the mac adress on osx looks like doing it on linux.
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    Ticko (31.05.10)

  9. #5
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by tokiodrift1 View Post
    wow, ...changing the mac adress on osx looks like doing it on linux.
    that's because both are members of the unix family
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  10. #6

    Join Date
    17.05.10
    Location
    U.S.
    P2P Client
    uTorrent
    Posts
    121
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss121
    Quote Originally Posted by tokiodrift1 View Post
    wow, ...changing the mac adress on osx looks like doing it on linux.
    yes they are both unix based so anything you do in term will be almost identical to linux commands

    Quote Originally Posted by Instab View Post
    you might wanna add that the interface name can also be something else instead of 'en1'. in doubt get an overview via 'ifconfig -a'.
    i would love to add that to the list because your 100% correct and i forgot to mention it in the post but i think i missed my 24hr edit window.
    Last edited by Ticko; 31.05.10 at 21:47.
    Reply With QuoteReply With Quote
    Thanks

  11. #7
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by Ticko View Post
    i would love to add that to the list because your 100% correct and i forgot to mention it in the post but i think i missed my 24hr edit window.
    i can do it for you
    just let me know ...
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    Ticko (31.05.10)

  13. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Quote Originally Posted by Ticko View Post
    i missed my 24hr edit window.
    48 hours.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    Ticko (31.05.10)

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •