<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Spoofing Leopard&#8217;s MAC address</title>
	<atom:link href="http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/</link>
	<description>Things programmers do that they know shouldn&#039;t work but they try anyway, and which sometimes actually work, such as recompiling everything.</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:45:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-34442</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-34442</guid>
		<description>I was able to get this to work for both wifi and ethernet. The most important step is that you must be completely disconnected from your network. For ethernet, this involves disconnecting the cable. For wifi, you can try a complicated method outlined at http://d-downunder.blogspot.com/ 
The difficult thing with wifi is that if you have the password saved in your keychain, it will automatically reconnect to the network, which you don&#039;t want.
An easier way to disconnect from wifi, as highlighted by Deviacium is simply to type sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -z

It is awkward that this command is hidden deep inside PrivateFrameworks, but at least it works.
Once you are disconnected from the network, simply type the following (replace 00:11:22:33:44:55 with the MAC address of your choice):

To change the ethernet MAC address, type:
ifconfig en0 lladdr 00:11:22:33:44:55

OR

To change the wifi MAC address, type:
ifconfig en1 lladdr 00:11:22:33:44:55

To confirm that the MAC address has been changed, type ifconfig en0 for ethernet, or ifconfig en1 for wifi.

These steps worked perfectly on a 2009 core 2 duo MacBook Pro running Snow Leopard.</description>
		<content:encoded><![CDATA[<p>I was able to get this to work for both wifi and ethernet. The most important step is that you must be completely disconnected from your network. For ethernet, this involves disconnecting the cable. For wifi, you can try a complicated method outlined at <a href="http://d-downunder.blogspot.com/" rel="nofollow">http://d-downunder.blogspot.com/</a><br />
The difficult thing with wifi is that if you have the password saved in your keychain, it will automatically reconnect to the network, which you don&#8217;t want.<br />
An easier way to disconnect from wifi, as highlighted by Deviacium is simply to type sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -z</p>
<p>It is awkward that this command is hidden deep inside PrivateFrameworks, but at least it works.<br />
Once you are disconnected from the network, simply type the following (replace 00:11:22:33:44:55 with the MAC address of your choice):</p>
<p>To change the ethernet MAC address, type:<br />
ifconfig en0 lladdr 00:11:22:33:44:55</p>
<p>OR</p>
<p>To change the wifi MAC address, type:<br />
ifconfig en1 lladdr 00:11:22:33:44:55</p>
<p>To confirm that the MAC address has been changed, type ifconfig en0 for ethernet, or ifconfig en1 for wifi.</p>
<p>These steps worked perfectly on a 2009 core 2 duo MacBook Pro running Snow Leopard.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lithiumion</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-19989</link>
		<dc:creator>Lithiumion</dc:creator>
		<pubDate>Sat, 04 Feb 2012 08:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-19989</guid>
		<description>@ incessantmace

This was a great way to explain something that is deeply complex. Bravo!</description>
		<content:encoded><![CDATA[<p>@ incessantmace</p>
<p>This was a great way to explain something that is deeply complex. Bravo!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nopstnz8</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-11392</link>
		<dc:creator>Nopstnz8</dc:creator>
		<pubDate>Sat, 04 Feb 2012 09:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-11392</guid>
		<description>Thanks a ton. This seems to work very well in Snow Leopard. I am testing it at my University, and after initiating the command, it logged me out of Cisco, which I then successfully logged back in, and terminal also verified I had the MAC address 00:00:00:00:00:00

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a ton. This seems to work very well in Snow Leopard. I am testing it at my University, and after initiating the command, it logged me out of Cisco, which I then successfully logged back in, and terminal also verified I had the MAC address 00:00:00:00:00:00</p>
<p>Thanks again.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: changemymac</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-7230</link>
		<dc:creator>changemymac</dc:creator>
		<pubDate>Sat, 04 Feb 2012 04:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-7230</guid>
		<description>changemac 1.6 does not work with 10.5.8 and a MacBookPro 5,1. I ran the app and checked with wireshark.. No dice on the mac add change... any suggestions???</description>
		<content:encoded><![CDATA[<p>changemac 1.6 does not work with 10.5.8 and a MacBookPro 5,1. I ran the app and checked with wireshark.. No dice on the mac add change&#8230; any suggestions???</p>]]></content:encoded>
	</item>
	<item>
		<title>By: koaps</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-4876</link>
		<dc:creator>koaps</dc:creator>
		<pubDate>Sat, 04 Feb 2012 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-4876</guid>
		<description>i tried it on my powerbook g4 with 10.4 and I was able to change en0(wired) with no issues, but en1(wireless) will not change.

I tried everything listed here and nothing works.</description>
		<content:encoded><![CDATA[<p>i tried it on my powerbook g4 with 10.4 and I was able to change en0(wired) with no issues, but en1(wireless) will not change.</p>
<p>I tried everything listed here and nothing works.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: foundit</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-4582</link>
		<dc:creator>foundit</dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-4582</guid>
		<description>download changemac 1.6. Liitle gui that changes it on a button click. My imac is only changing the en0 but not en1(wireless) my friends is the other way round. Worth a try.</description>
		<content:encoded><![CDATA[<p>download changemac 1.6. Liitle gui that changes it on a button click. My imac is only changing the en0 but not en1(wireless) my friends is the other way round. Worth a try.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Wayfarer</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-4514</link>
		<dc:creator>Wayfarer</dc:creator>
		<pubDate>Sat, 04 Feb 2012 19:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-4514</guid>
		<description>For some reason, I cannot get this to work on 10.5.8 on the newest firmware for everything.  I have a new Macbook Pro, 17&quot;, that came out summer 2009.  Anyone have any thoughts?</description>
		<content:encoded><![CDATA[<p>For some reason, I cannot get this to work on 10.5.8 on the newest firmware for everything.  I have a new Macbook Pro, 17&#8243;, that came out summer 2009.  Anyone have any thoughts?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: incessantmace</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-3581</link>
		<dc:creator>incessantmace</dc:creator>
		<pubDate>Sat, 04 Feb 2012 16:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-3581</guid>
		<description>The issue here is the 802.11 standard and vendor implementation.  

Firstly there are two types of Radio chipsets being manufactured today.
Hardware based and Software based.

This distinction is very important to note as managing the bulk of 802.11 traffic on your machine can be done in either software (depending on your wireless chipset) or hardware (again chipset dependent).  When I say software I mean the OSX kernel may be responsible for some of the interface and traffic management and sometimes only in certain situations.  Its a very complex issue to explain without launching in to the 802.11 standard in depth.  I&#039;ll try to summarize below:

The 802.11 standard is complicated. Very complicated. Just consider for a moment that 802.11 is a layer two protocol that has its own built-in-retransmission and fragmentation support (not even mentioning the optional power-savings mode). Pushing all this complexity down into layer two has created some design issues that have never come up before in commodity networking hardware-namely, where to draw the line between hardware and driver and where to draw the line between driver and OS proper. Where these lines are drawn has very real impact on what you can persuade a chipset to do that it might not otherwise do.  (ie: change your mac address or spoof a packet for injection etc)

When your operating system wants to send an Ethernet packet, the kernel forms a simple 14-byte Ethernet header, prepends it to the layer three packet (IP in most cases) and hands it off to the Ethernet hardware to put it on the wire. In the worst case scenario, the Ethernet card causes a collision (or two), backs off randomly, and transmits until it succeeds.

Now what happens when your operating system wants to send out an 802.11 data packet? Well, the kernel might create the 802.11 header itself, pass it off to the card along with the payload, and forget about it. But what happens then? A lot. There are 126 pages of state transition diagrams inside the 1999 revision of the 802.11 standard describing exactly what should happen if you&#039;re curious, but here are a few highlights.

First, the card/driver needs to ensure that the media is not physically busy at the time the sender wishes to transmit. This is the easy part and is called a clear channel assessment in the standard.

Second, the card/driver also is responsible for keeping track of various other state information related to media access control. One example is to make sure that it doesn&#039;t step over another client&#039;s Clear To Send (CTS) window. Once the card has decided it&#039;s okay to transmit, it needs to switch the radio into transmit mode (recall the cards are half-duplex) and send the packet. Immediately after transmission, the card switches back into receive mode. If the card/driver does not receive an acknowledgment (ACK), then it needs to back off and retransmit. There are other factors it must consider as well (Request To Send (RTS) thresholds, fragmentation, and so on) but this should get the point across.

The question remains, however: who is responsible for all that overhead related to media access control, the driver (software) or the chipset (hardware)? If the answer is software, then you might be able to bypass as much of the protocol as you would like and transmit arbitrarily crafted packets (forged deauthentication packets, for example). If the answer is hardware, you are generally at the mercy of the chipset as to what you may or may not transmit(this includes having the ability to do a simple mac address change). If all you want to do is get a card into monitor mode, this may not be such a big deal. As soon as you want to start injecting packets (and many new techniques that take advantage of this are surfacing), it becomes very important. If the chipset itself (hardware) is responsible for generating control or management packets, it might not let you send them yourself.

In summary then. When you tell an Ethernet card to send a packet, you are telling it to send the packet. It&#039;s not going to examine the packet to see if it likes what you are trying to send, and it&#039;s not going to wait around very long to transmit. When you tell a wireless card to transmit, you are suggesting it start transmitting at its soonest possible convenience, assuming it agrees with your payload. 
This extends to any form of interface management as well.  When you tell your ethernet card to change its mac address you&#039;re merely suggesting it.  If it feels like it, depending on what kind of radio chipset is in your macbook pro and who&#039;s responsible for interface management and other low end functionality, you will either be successful at changing your mac address or you won&#039;t.  Its down to the type of radio chipset in your macbook pro and the driver/hardware management boundary.

With your wired ethernet card these problems don&#039;t exist.  It is managed entirely in software through the osx driver.  When you tell it to change its mac address you are &#039;TELLING&#039; it.  Its not a suggestion.  It must conform.  Its a trivial matter to change wired mac address and an entirely different matter altogther on the wifi side.

This explains why you keep getting varying results that make little sense and have no pattern.  Its got nothing to do with your version of osx and everything to do with your radio chipset.

I hope that clears it up somewhat.</description>
		<content:encoded><![CDATA[<p>The issue here is the 802.11 standard and vendor implementation.  </p>
<p>Firstly there are two types of Radio chipsets being manufactured today.<br />
Hardware based and Software based.</p>
<p>This distinction is very important to note as managing the bulk of 802.11 traffic on your machine can be done in either software (depending on your wireless chipset) or hardware (again chipset dependent).  When I say software I mean the OSX kernel may be responsible for some of the interface and traffic management and sometimes only in certain situations.  Its a very complex issue to explain without launching in to the 802.11 standard in depth.  I&#8217;ll try to summarize below:</p>
<p>The 802.11 standard is complicated. Very complicated. Just consider for a moment that 802.11 is a layer two protocol that has its own built-in-retransmission and fragmentation support (not even mentioning the optional power-savings mode). Pushing all this complexity down into layer two has created some design issues that have never come up before in commodity networking hardware-namely, where to draw the line between hardware and driver and where to draw the line between driver and OS proper. Where these lines are drawn has very real impact on what you can persuade a chipset to do that it might not otherwise do.  (ie: change your mac address or spoof a packet for injection etc)</p>
<p>When your operating system wants to send an Ethernet packet, the kernel forms a simple 14-byte Ethernet header, prepends it to the layer three packet (IP in most cases) and hands it off to the Ethernet hardware to put it on the wire. In the worst case scenario, the Ethernet card causes a collision (or two), backs off randomly, and transmits until it succeeds.</p>
<p>Now what happens when your operating system wants to send out an 802.11 data packet? Well, the kernel might create the 802.11 header itself, pass it off to the card along with the payload, and forget about it. But what happens then? A lot. There are 126 pages of state transition diagrams inside the 1999 revision of the 802.11 standard describing exactly what should happen if you&#8217;re curious, but here are a few highlights.</p>
<p>First, the card/driver needs to ensure that the media is not physically busy at the time the sender wishes to transmit. This is the easy part and is called a clear channel assessment in the standard.</p>
<p>Second, the card/driver also is responsible for keeping track of various other state information related to media access control. One example is to make sure that it doesn&#8217;t step over another client&#8217;s Clear To Send (CTS) window. Once the card has decided it&#8217;s okay to transmit, it needs to switch the radio into transmit mode (recall the cards are half-duplex) and send the packet. Immediately after transmission, the card switches back into receive mode. If the card/driver does not receive an acknowledgment (ACK), then it needs to back off and retransmit. There are other factors it must consider as well (Request To Send (RTS) thresholds, fragmentation, and so on) but this should get the point across.</p>
<p>The question remains, however: who is responsible for all that overhead related to media access control, the driver (software) or the chipset (hardware)? If the answer is software, then you might be able to bypass as much of the protocol as you would like and transmit arbitrarily crafted packets (forged deauthentication packets, for example). If the answer is hardware, you are generally at the mercy of the chipset as to what you may or may not transmit(this includes having the ability to do a simple mac address change). If all you want to do is get a card into monitor mode, this may not be such a big deal. As soon as you want to start injecting packets (and many new techniques that take advantage of this are surfacing), it becomes very important. If the chipset itself (hardware) is responsible for generating control or management packets, it might not let you send them yourself.</p>
<p>In summary then. When you tell an Ethernet card to send a packet, you are telling it to send the packet. It&#8217;s not going to examine the packet to see if it likes what you are trying to send, and it&#8217;s not going to wait around very long to transmit. When you tell a wireless card to transmit, you are suggesting it start transmitting at its soonest possible convenience, assuming it agrees with your payload.<br />
This extends to any form of interface management as well.  When you tell your ethernet card to change its mac address you&#8217;re merely suggesting it.  If it feels like it, depending on what kind of radio chipset is in your macbook pro and who&#8217;s responsible for interface management and other low end functionality, you will either be successful at changing your mac address or you won&#8217;t.  Its down to the type of radio chipset in your macbook pro and the driver/hardware management boundary.</p>
<p>With your wired ethernet card these problems don&#8217;t exist.  It is managed entirely in software through the osx driver.  When you tell it to change its mac address you are &#8216;TELLING&#8217; it.  Its not a suggestion.  It must conform.  Its a trivial matter to change wired mac address and an entirely different matter altogther on the wifi side.</p>
<p>This explains why you keep getting varying results that make little sense and have no pattern.  Its got nothing to do with your version of osx and everything to do with your radio chipset.</p>
<p>I hope that clears it up somewhat.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: switch</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-3100</link>
		<dc:creator>switch</dc:creator>
		<pubDate>Sat, 04 Feb 2012 16:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-3100</guid>
		<description>works with osx10.5.7 on latest &quot;all silver&quot; macbook pro. On both en0 and en1 (wired and wireless). The network interfaces have to be disconnected but switched on at the time of mac spoofing ;)</description>
		<content:encoded><![CDATA[<p>works with osx10.5.7 on latest &#8220;all silver&#8221; macbook pro. On both en0 and en1 (wired and wireless). The network interfaces have to be disconnected but switched on at the time of mac spoofing <img src='http://www.cneophytou.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: nelfisch</title>
		<link>http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/comment-page-2/#comment-3063</link>
		<dc:creator>nelfisch</dc:creator>
		<pubDate>Sat, 04 Feb 2012 07:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2008/01/19/spoofing-leopards-mac-address/#comment-3063</guid>
		<description>Hej
im trying to run this methos on my macbook unibody 2,0 ghz with leopard 10.5.6.
but it wont work, i tryed even all of ur suggestions.
any more solutions?
p.s: i wanna change the mac adresse of my aiport(wireless)

mysteriös</description>
		<content:encoded><![CDATA[<p>Hej<br />
im trying to run this methos on my macbook unibody 2,0 ghz with leopard 10.5.6.<br />
but it wont work, i tryed even all of ur suggestions.<br />
any more solutions?<br />
p.s: i wanna change the mac adresse of my aiport(wireless)</p>
<p>mysteriös</p>]]></content:encoded>
	</item>
</channel>
</rss>

