<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jason schaefer &#187; mac</title>
	<atom:link href="http://jasonschaefer.com/archives/tag/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://jasonschaefer.com</link>
	<description>documentation and stuff</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:32:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>* Spoof MAC address in Windows</title>
		<link>http://jasonschaefer.com/archives/56</link>
		<comments>http://jasonschaefer.com/archives/56#comments</comments>
		<pubDate>Tue, 13 Oct 2009 21:25:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[spoof]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jasonschaefer.com/?p=56</guid>
		<description><![CDATA[start -> run -> regedit make a backup, if you want. goto: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318} look through the list of subkeys (0000, 0001, etc) DriverDesc keyword will tell you which network adapter. For example, &#8220;NVIDIA nForce Networking Controller&#8221; when you find it, right click and add -> new -> string value new keyword: Value Name: = NetworkAddress [...]]]></description>
			<content:encoded><![CDATA[<p>start -> run -> <strong>regedit</strong><br />
make a backup, if you want.<br />
goto:</p>
<pre class="brush: plain">
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}
</pre>
<p>look through the list of subkeys (0000, 0001, etc)<br />
<strong>DriverDesc</strong> keyword will tell you which network adapter. For example, &#8220;NVIDIA nForce Networking Controller&#8221;<br />
when you find it, right click and <strong>add -> new -> string value</strong></p>
<p>new keyword:</p>
<pre class="brush: plain">
Value Name: = NetworkAddress
Value Data: = your new MAC, with no space or : For example, 0019DB71C830
</pre>
<p>then type:</p>
<pre class="brush: plain">
ipconfig /release
ipconfig /renew
ipconfig /all   (to verify the new mac took)
</pre>
<p>Now your a l33t Winblows H4|<3r. If you want to go back to your hardware MAC, remove the NetworkAddress key and restart the interface.</p>
<p>FYI, in gnu/linux follow these simple steps to change your MAC address</p>
<pre class="brush: plain">ifconfig eth0 hw ether 00:19:DB:71:C8:30</pre>
<p>if you get this error</p>
<pre class="brush: plain">SIOCSIFHWADDR: Device or resource busy - you may need to down the interface</pre>
<p>do this</p>
<pre class="brush: plain">ifconfig eth0 down</pre>
<p>and try to change the MAC again.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonschaefer.com/archives/56/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
