<?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>Securism Blog &#187; How-to</title>
	<atom:link href="http://blog.securism.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.securism.com</link>
	<description>Simple Security.</description>
	<lastBuildDate>Thu, 26 Aug 2010 21:53:11 +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>WLAN Strategy &#8211; Segmented and Guest Networks</title>
		<link>http://blog.securism.com/2010/08/wlan-strategy-segmented-and-guest-networks/</link>
		<comments>http://blog.securism.com/2010/08/wlan-strategy-segmented-and-guest-networks/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 21:53:11 +0000</pubDate>
		<dc:creator>Jon Janego</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Network Design]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://blog.securism.com/?p=254</guid>
		<description><![CDATA[Continuing my small series on WLAN deployment strategy, now I&#8217;ll cover the two more uses for wireless networks in a business. Segmented Mobile Data Segmented Mobile Data networks can be found in retail environments for mobile point of sale, hospitals for critical bedside services, warehouses for inventory and logistics, or many other types of environments.  [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing my small series on WLAN deployment strategy, now I&#8217;ll cover the two more uses for wireless networks in a business.</p>
<p><em>Segmented Mobile Data</em></p>
<p>Segmented Mobile Data networks can  be found in retail environments for mobile point of sale, hospitals for  critical bedside services, warehouses for inventory and logistics, or  many other types of environments.  The main idea behind the use of a  segmented mobile data network remains to isolate critical data; or to  isolate weaker security technologies from the rest of the wireless  network.  Regardless of the reasoning, the goal is the same: keep these  networks separated from everyone else.  The most critical design  decision, therefore, needs to be on the backend &#8211; deciding how exactly  to segment these networks off.</p>
<p>Professional grade wireless  infrastructure like the Cisco 5500 or Motorola RFS7000 is capable of two  completely separated WLANs using the same equipment, which is a  commonly used technique in such a design.  The infrastructure has an  internal firewall that is used to prevent traffic from crossing between  the two networks, and can use VLAN tagging to carry back to the main  network using a shared WAN connection, or can use two entirely separate  WAN connections.  Either way, the infrastructure is functioning as the  separation device.  This also generally needs to be backed up with a  firewall on the wired infrastructure side, restricting the data flows  from the segmented WLAN into the enterprise.</p>
<p>Another alternative  is to use two entirely separate pieces of hardware, with two separate  physical connections back to the enterprise.  Depending on the needs of  your organization, this may be required; if two physically separated  wired LANs are deployed, bridging them with a WLAN device may not align  with the networking vision.</p>
<p>The type of protection necessary for  the the segmented data network again comes down to the technology  available.  For data subject to technical compliance concerns, such as  PCI-DSS or HIPAA, the stronger the better.  At minimum, WPA2-AES with  pre-shared keys can suffice, although a certificate-based authentication  solution is always preferable from a strict data security perspective.</p>
<p>If  the network is being segmented due to equipment that cannot support  strong encryption and authentication technologies, use the strongest  available.  Unfortunately, many types of legacy equipment used in  warehouses today cannot support WPA2-AES, or even WPA-TKIP &#8211; some may be  stuck using WEP!  The weaker the level of protection, the more careful  your segmentation on backend should be.</p>
<p><em>Guest Internet Access</em></p>
<p>Guest  internet access generally is provided by a &#8220;hotspot&#8221;.  Users connect to an  unencrypted network, and are sent to a captive portal page, where they  can either login with pre-assigned credentials, or accept a terms of  service and proceed without any credentials necessary.  Either way,  authentication on such a network is accomplished only at the  application-level, and there is no data protection provided by the WLAN  itself.  As such, these networks should be treated as untrusted and kept  firmly segmented from the enterprise, using the techniques described  above.</p>
<p>A popular alternative deployment method for hotspot guest wireless networks  is to use an entirely separate physical network for guests.  This can dramatically increase the infrastructure costs, but it accomplishes pure segmentation.  A  typical use case for this type of physical segmentation would be a cafe  or retail environment that wants to provide guests internet access, but  doesn&#8217;t want to expose any of their business network.  Purchase a  separate internet backhaul and configure a Wireless LAN dedicated to  this network only.</p>
<p>If your business is subject to compliance regulations, such as PCI, I would strongly recommend using a physically segmented network for guest access.  While this increases capital expenses, it makes scoping activities related to compliance dramatically simpler.  When dealing with auditors, it is always advisable to have clear-cut boundaries around your critical data, and physically isolating any guest network is an easy way to do so.</p>
<p><em>Summary</em></p>
<p>Both of these network types rely on the network administrator segmenting the WLAN from the rest of the network.  It&#8217;s temping to plug an access point into an unmanaged switch and have the wireless &#8220;just work&#8221;, but this can open the network to many avenues of attack.  Assume the worse case at the beginning &#8211; that your WLAN is compromised &#8211; and design its place in the overall enterprise network to minimize the damage that an attacker could do from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securism.com/2010/08/wlan-strategy-segmented-and-guest-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and Easy Portable Media Encryption</title>
		<link>http://blog.securism.com/2010/02/quick-and-easy-portable-media-encryption/</link>
		<comments>http://blog.securism.com/2010/02/quick-and-easy-portable-media-encryption/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:33:38 +0000</pubDate>
		<dc:creator>Walter Goulet</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Securism]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[delivery best practices]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.securism.com/?p=223</guid>
		<description><![CDATA[As part of my personal service delivery process, I have a need to store sensitive information for client engagements (vulnerability assessment results, network diagrams etc). To avoid having a dependency on specific test systems, I prefer to use portable USB drives to store data in the event that I need to switch to another system. [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my personal service delivery process, I have a need to store sensitive information for client engagements (vulnerability assessment results, network diagrams etc). To avoid having a dependency on specific test systems, I prefer to use portable USB drives to store data in the event that I need to switch to another system. However, I don&#8217;t want to risk losing this drive with confidential data on it. My solution is to create an encrypted partition on the disk in such a fashion that I can quickly mount the drive on another system without downtime.</p>
<p>To meet these requirements, I use a combination of Dropbox (<a href="http://www.dropbox.com">http://www.dropbox.com</a>), Keepass (<a href="http://keepass.info/">http://keepass.info/</a>), and Truecrypt (<a href="http://www.truecrypt.org/">http://www.truecrypt.org/</a>). I use Dropbox as a portable &#8216;Program Files&#8217; directory where I install portable versions of Keepass and Truecrypt. This allows me to have my &#8216;Program Files&#8217; directory replicated on all systems where the Dropbox client is installed (for backup purposes, I usually have my Dropbox account synchronized to 2 different systems).</p>
<p>I use Truecrypt to create an encrypted partition on the USB drive (using AES for encryption and HMAC-SHA-512 as a hash algorithm). The volume key used to encrypt/decrypt the partition is then stored as a password in my Keepass database (which is also stored in my Dropbox).</p>
<p>As long as the Dropbox is synchronized between my test systems, switching from one system to the other is as simple as plugging the USB drive in and launching Truecrypt/Keepass from my Dropbox.</p>
<p>Here&#8217;s my step by step instructions to replicating this setup on a Windows XP/Vista/7 system (I assume you already have Dropbox installed on your system):</p>
<ol>
<li>Create a &#8216;Programs&#8217; directory in your Dropbox folder. In this folder, create 2 subdirectories, &#8216;Keepass&#8217; and &#8216;Truecrypt&#8217;.</li>
<li>Copy the portable versions of these programs into their respective folders (Truecrypt does not have an explicit &#8216;portable&#8217; distribution, rather download the setup file <a href="http://www.truecrypt.org/downloads">here</a> and choose the &#8216;Extract&#8217; option when running the setup, Keepass on the other hand provides a portable version that can be downloaded <a href="http://keepass.info/download.html">here</a>).</li>
<li>Launch Keepass and create a new password entry for the portable drive. I suggest using the Password generator function to generate the password. Note that since this password is used as an encryption key, I recommend selecting all available characters for generating the password and using the maximum key length (64 characters).</li>
<li>Plug in the portable USB drive that will contain the encrypted partition (note: this has only been tested with USB hard drives; I have not tested this with smaller USB flash drives).</li>
<li>Launch TrueCrypt and use the &#8216;Create Volume&#8217; button to launch the new volume creation wizard. I recommend writing down the path to the volume being created to make it easier to mount later. For my personal setup, I chose to create a regular (non-hidden) partition using AES and SHA-512 for encryption and as a hash algorithm. When prompted for the volume password, use the password entry created in Keepass.</li>
<li>The volume is now created!</li>
</ol>
<p>To actually mount the encrypted partition, start Truecrypt and select an available drive entry. Select the encrypted volume from the Volume list then click &#8216;Mount&#8217;. When prompted, enter the password from the Keepass password entry.</p>
<p>Note that regardless of which system was used to create the encrypted partition, you can mount it on any other system as long as you have access to Truecrypt and your volume password.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securism.com/2010/02/quick-and-easy-portable-media-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information Leakage via Delicious</title>
		<link>http://blog.securism.com/2009/07/information-leakage-via-delicious/</link>
		<comments>http://blog.securism.com/2009/07/information-leakage-via-delicious/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:12:51 +0000</pubDate>
		<dc:creator>Jon Janego</dc:creator>
				<category><![CDATA[Attacks]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[information leakage]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://blog.securism.com/?p=207</guid>
		<description><![CDATA[By now, the concept of &#8220;google hacking&#8221; is pretty commonly understood.  People may not be preventing it very well, but it&#8217;s moved beyond a new thing. For the uninitiated, though, here&#8217;s a brief summary: using Google (or any other search engine &#8211; but really, is there any other?) to find vulnerable web apps, personal information, [...]]]></description>
			<content:encoded><![CDATA[<p>By now, the concept of &#8220;google hacking&#8221; is pretty commonly understood.  People may not be preventing it very well, but it&#8217;s moved beyond a new thing.</p>
<p>For the uninitiated, though, here&#8217;s a brief summary: using Google (or any other search engine &#8211; but really, is there any other?) to find vulnerable web apps, personal information, mp3s in public directories, etc etc.  It&#8217;s great fun, and a pretty fundamental initial step of profiling an attack target.</p>
<p><a href="http://www.hackersforcharity.org/">Johnny Long</a> was one of the main evangelists of this method and has a <a href="http://johnny.ihackstuff.com/ghdb/">great database </a>of search terms.  It&#8217;s no longer actively maintained, but you can still find plenty of good information with this as a starting point!</p>
<p>So Google hacking is great, but it only gets you to the public internet.  What if I wanted to profile the inside of a company, from the outside?  And passively &#8211; without hitting their servers myself?  Wouldn&#8217;t it be great if I could look for public information shared by company insiders?</p>
<p><a href="http://delicious.com/">Delicious</a> seems almost perfectly designed to do this kind of activity.  For the unfamiliar, delicious is an online bookmarking site, designed around the idea that sharing bookmarks is a great way to learn about new sites.  Which is an alright idea&#8230;  but don&#8217;t people also bookmark a lot of private information?  I sure do!</p>
<p>Making matters worse, delicious encourages users to get started by uploading their browser bookmarks.  Essentially uploading gobs of potentially personal data to a public site.  This is a classic case of information leakage.  A dedicated attacker can use this public information to get all sorts of juicy tidbits about a company.</p>
<p>Let&#8217;s do some examples.  This all works great in theory, but, like Google, there is a LOT of data to sort through.  Say I&#8217;m a bad guy interested in insider information about a company.  I can start looking for the basics &#8211; say&#8230; &#8220;intranet&#8221;.  Delicious makes this easier by encouraging users to tag their posts for easy categorization:</p>
<p><a href="http://delicious.com/tag/intranet">http://delicious.com/tag/intranet</a></p>
<p>So that gives me everything that users have tagged with &#8216;intranet&#8217;.   Lots of sites about intranet design, usability, etc.  But also sites tagged by users to manage their own bookmarks!  So I&#8217;ll start digging into an individual company&#8230; how about AMD?</p>
<p><a href="http://delicious.com/search?p=amd&amp;u=&amp;chk=&amp;context=recent&amp;tag=intranet">http://delicious.com/search?p=amd&amp;u=&amp;chk=&amp;context=recent&amp;tag=intranet</a></p>
<p><a href="http://blog.securism.com/wordpress/wp-content/uploads/2009/07/intranet_amd.PNG"><img class="size-medium wp-image-211 alignleft" title="intranet_amd" src="http://blog.securism.com/wordpress/wp-content/uploads/2009/07/intranet_amd-300x118.PNG" alt="intranet_amd" width="300" height="118" /></a></p>
<p>The first result doesn&#8217;t look interesting, but the second and third, well those sound like intranet sites!  This is confirmed by trying to follow them through and the DNS not resolving.  Nice!  Now let&#8217;s see what else this presumed AMD employee has bookmarked&#8230;</p>
<p><a href="http://blog.securism.com/wordpress/wp-content/uploads/2009/07/links_1.PNG"><img class="alignleft size-medium wp-image-212" title="links_1" src="http://blog.securism.com/wordpress/wp-content/uploads/2009/07/links_1-300x147.PNG" alt="links_1" width="300" height="147" /></a></p>
<p>Wow, lots of development related links!  Interesting.  And what&#8217;s that link on page 2 about &#8220;AMD Manager Toolkit&#8221; ??  This fellow looks like he&#8217;s a technical manager at AMD!</p>
<p>Dig a little deeper, and it looks like we have another intranet site &#8211; mentioning the (presumably internal) code name of a project.  Interesting!  Go further into the links, and you see even further links to internal project Wiki pages.</p>
<p><a href="http://blog.securism.com/wordpress/wp-content/uploads/2009/07/links_2.PNG"><img class="alignleft size-medium wp-image-213" title="links_2" src="http://blog.securism.com/wordpress/wp-content/uploads/2009/07/links_2-300x82.PNG" alt="links_2" width="300" height="82" /></a></p>
<p>Surfing around to a few of the non-intranet sites gives me an even better profile of this person.  They work with unit testing.  They use UML, C++, and Ruby, and read a lot about circuit design.  They live in India.  They&#8217;re learning guitar, and are interested in martial arts.</p>
<p>This may seem like innocent information to an outsider, but if I was doing this for espionage purposes, I just learned a <em>lot</em> about the internal operations of a project &#8211; and this is with 10 minutes of work on one webpage.  What else could I find if I dug through the internet further?</p>
<p>Web 2.0 is a lot of fun, and can be really useful.  But what&#8217;s often overlooked are the implications of sharing all this information.  Unless you make it a point to protect your privacy, that privacy probably doesn&#8217;t exist.  And for businesses, this can be a major potential risk.</p>
<p>Delicious certainly doesn&#8217;t help stop this &#8211; according to the <a href="http://delicious.com/help/faq#socialbookmarking_privacy">FAQ</a>, you cannot make your links private by default, but instead must manually edit them to make them private.  And also, the <a href="http://delicious.com/help/terms">TOS</a> leaves responsibility entirely in the hands of the users.  Very laissez-faire!</p>
<p>Should companies ban employees from using sites like delicious?  Probably not.  But I think that this demonstrates that employees need to be more educated on what they are exposing themselves and their employer to when using social networking sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securism.com/2009/07/information-leakage-via-delicious/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>No WPA2 With Windows Wireless Zero Config??</title>
		<link>http://blog.securism.com/2009/06/no-wpa2-with-windows-wireless-zero-config/</link>
		<comments>http://blog.securism.com/2009/06/no-wpa2-with-windows-wireless-zero-config/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 04:34:00 +0000</pubDate>
		<dc:creator>Jon Janego</dc:creator>
				<category><![CDATA[Fundamentals]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wpa]]></category>
		<category><![CDATA[wpa2]]></category>

		<guid isPermaLink="false">http://blog.securism.com/?p=199</guid>
		<description><![CDATA[Wow &#8211; I would never have thought that in this day and age, a major vendor like Microsoft wouldn&#8217;t fully implement a spec.  However, in the case of WPA2 it looks like that they did exactly that &#8211; at least until 2005. BUT making things more interesting- this was an &#8220;optional&#8221; update with XP SP2, [...]]]></description>
			<content:encoded><![CDATA[<p>Wow &#8211; I would never have thought that in this day and age, a major vendor like Microsoft wouldn&#8217;t fully implement a spec.  However, in the case of WPA2 it looks like that they did exactly that &#8211; at least until 2005.</p>
<p>BUT making things more interesting- this was an &#8220;optional&#8221; update with XP SP2, until it was finally rolled into XP SP3.  There is a hotfix for XP SP2 machines in order to support WPA2 &#8211; <a href="http://www.microsoft.com/downloads/details.aspx?familyid=662BB74D-E7C1-48D6-95EE-1459234F4483&amp;displaylang=en">KB 893357.</a></p>
<p>WPA2/AES didnt&#8217; really become widely implemented until 2006, but it was in the 802.11i spec that introduced WPA in 2004.  For a major vendor like MS to not implement it is pretty crazy.  But then again I, as a wireless security professional, didn&#8217;t setup a WPA2/AES network in my home until last month.  So maybe they were onto something.</p>
<p>Anyways, if you&#8217;re using XPSP2 and a WPA2 network &#8211; you need the hotfix, or XPSP3+.  Good luck out there!  I really recommend moving to WPA2/AES, especially considering the improvements in the Nvidia CUDA drivers that are allowing TKIP to be broken in an increasingly short amount of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securism.com/2009/06/no-wpa2-with-windows-wireless-zero-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW-TO: Cutting edge wireless drivers in Ubuntu</title>
		<link>http://blog.securism.com/2009/01/how-to-cutting-edge-wireless-drivers-in-ubuntu/</link>
		<comments>http://blog.securism.com/2009/01/how-to-cutting-edge-wireless-drivers-in-ubuntu/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 23:53:09 +0000</pubDate>
		<dc:creator>Ben Hagen</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireless drivers]]></category>

		<guid isPermaLink="false">http://blog.securism.com/?p=104</guid>
		<description><![CDATA[MADWIFI has been the wireless driver of choice for wireless hacking for quite a while, but recently a lot of development time has been moved to the official kernel wireless subsystem drivers. They are slowly gaining and surpassing MADWIFI&#8217;s functionality, and are generally more supported and stable. One downside to these drivers is that recompiling [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://madwifi.org/">MADWIFI</a> has been the wireless driver of choice for wireless hacking for quite a while, but recently a lot of development time has been moved to the official kernel wireless subsystem drivers. They are slowly gaining and surpassing MADWIFI&#8217;s functionality, and are generally more supported and stable. One downside to these drivers is that recompiling the kernel is time and labor intensive and waiting for a distro&#8217;s kernel update can put you behind the curve in recent driver functionality.</p>
<p>The <a href="http://linuxwireless.org/en/users/Download">COMPAT-WIRELESS</a> project pre-packages the latest wireless code as loadable kernel drivers on a (near) daily basis. This is a convenient way to download pre-patched and archived source&#8230; but in order to get the most recent changes (as they are committed) you  have to pull the source directly from the kernel.org <a href="http://www.google.com/url?sa=t&#038;source=web&#038;ct=res&#038;cd=1&#038;url=http%3A%2F%2Fgit-scm.com%2F&#038;ei=X9V8SbqaK9K1kAXYvY2mAQ&#038;usg=AFQjCNHBOAWIJWLQ6wmj_GErAgGzWCkTbA&#038;sig2=EiesuEOOnf1tY1cQqEsfoA">GIT</a> tree. <a href="http://en.wikipedia.org/wiki/Git_%28software%29">GIT is a code versioning system</a> similar to CVS, SVN, Bazaar, etc. Below is a simple example of how to do this and compile / install the code. I&#8217;m writing this from an Ubuntu installation, but the same concepts should work on other distros. This isn&#8217;t an especially difficult process, but it isn&#8217;t necessarily obvious either.</p>
<p>There are a few prerequisites for the below instructions to work correctly:</p>
<ul>
<li>
<p class="line862">Kernel greater than 2.6.21</p>
</li>
<li>
<p class="line862">Kernel headers (&#8220;apt-get install linux-headers-generic&#8221; in Ubuntu)</p>
</li>
<li>
<p class="line862">Build tools (&#8220;apt-get install build-essential&#8221; in Ubuntu)</p>
</li>
</ul>
<p>1. Make a new directory and clone the source trees:</p>
<pre style="padding-left: 30px;">mkdir wireless-testing
cd wireless-testing
git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
git clone git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/compat-wireless-2.6.git</pre>
<p>2. Make the packages</p>
<pre style="padding-left: 30px;">cd compat-wireless-2.6
export GIT_TREE=../wireless-testing
scripts/admin-update.sh
make</pre>
<p>3. Install</p>
<pre style="padding-left: 30px;">cd compat-wireless-2.6
sudo make install</pre>
<p>4. Update and repeat steps 2-3 when you want the latest and greatest</p>
<pre style="padding-left: 30px;">cd wireless-testing
git-pull
cd ../compat-wireless-2.6
git-pull</pre>
<p>After step 3 you can try reloading the modules dynamically by running &#8220;make unload&#8221; and &#8220;make load&#8221; but this probably won&#8217;t work if you&#8217;re currently using your wireless drivers. Your best bet is to reboot your machine. You can confirm that you&#8217;re running the new(er) drivers by listing your kernel modules and look for the mac80211 module.</p>
<pre style="padding-left: 30px;">lsmod | grep mac80211
modinfo mac80211</pre>
<p>If there are problems you can uninstall the drivers by running &#8220;make uninstall&#8221; from the compat-wireless-2.6 directory. Hope this is helpful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.securism.com/2009/01/how-to-cutting-edge-wireless-drivers-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
