<?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>Arno Willig</title>
	<atom:link href="http://blog.arnowillig.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arnowillig.de</link>
	<description>Ein weiterer WordPress-Blog</description>
	<lastBuildDate>Sun, 13 Nov 2011 14:02:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Blog aktualisiert</title>
		<link>http://blog.arnowillig.de/blog-aktualisiert/</link>
		<comments>http://blog.arnowillig.de/blog-aktualisiert/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 18:00:15 +0000</pubDate>
		<dc:creator>akw</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.arnowillig.de/?p=174</guid>
		<description><![CDATA[Heute habe ich endlich mein Blog aktualisiert. Nun kann&#8217;s wieder losgehen!]]></description>
			<content:encoded><![CDATA[<p>Heute habe ich endlich mein Blog aktualisiert. Nun kann&#8217;s wieder losgehen!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arnowillig.de/blog-aktualisiert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>][ Wardriving with a Thinkpad T40p ][</title>
		<link>http://blog.arnowillig.de/wardriving/</link>
		<comments>http://blog.arnowillig.de/wardriving/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 20:04:20 +0000</pubDate>
		<dc:creator>akw</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[wardriving]]></category>

		<guid isPermaLink="false">http://blog.arnowillig.de/?p=136</guid>
		<description><![CDATA[This post is a little bit outdated! What is wardriving? Wardriving has nothing to do with warmongering. It is an abbreviation of Wireless Access Revolution Driving. Wardriving is an activity consisting of driving around with a laptop in one&#8217;s vehicle, detecting Wi-Fi wireless networks. While some wardrivers do engage in more malicious hacking endeavors, the...]]></description>
			<content:encoded><![CDATA[<h3><span style="color: #ff0000;">This post is a little bit outdated!</span></h3>
<p><strong>What is wardriving?</strong><br />
Wardriving has nothing to do with <a class="fancy" href="http://blog.arnowillig.de/wp-content/uploads/2004/08/warmonger.jpg">warmongering</a>. It is an abbreviation of <em>Wireless Access Revolution Driving</em>. Wardriving is an activity consisting of driving around with a laptop in one&#8217;s vehicle, detecting Wi-Fi wireless networks.<br />
While some wardrivers do engage in more malicious hacking endeavors, the average wardriver &#8211; and so am I &#8211; is typically only out to log and collect information from the Access Points (AP&#8217;s) they find while driving.</p>
<p><strong>System and kernel:</strong><br />
I have installed <a href="http://www.debian.org/">Debian Sid/Unstable</a> Linux on my Thinkpad T40p. Currently I use a 2.6.9-rc1-mm5 <a href="http://www.kernel.org/">kernel</a> with some additional patches. My <a href="http://www.arnowillig.de/files/kernel-config">kernel configuration</a> is available in the <a href="http://www.arnowillig.de/index.php?page=wardriving#files">files</a> section.</p>
<p><strong>Hardware drivers:</strong><br />
The internal 54MBit/s WiFi Card of the T40p works fine with the driver from the <a href="http://madwifi.sourceforge.net/">MadWiFi</a> project.<br />
I bought an NMEA compatible USB GPS-Mouse with Evermore chipset from eBay which works fine with the <code>pl2303</code> kernel module. You need to enable <code>CONFIG_USB_SERIAL_PL2303=y</code> in your kernel configuration. Once modprobed, the module detects the GPS-Mouse whenever it is plugged in, so it can easily be accessed via <code>/dev/ttyUSB0</code>.<br />
Excerpt from <code>/var/log/syslog</code>:</p>
<pre>[..]
Aug 29 10:53:18 neutrino kernel: pl2303 3-2:1.0: PL-2303 converter detected
Aug 29 10:53:18 neutrino kernel: usb 3-2: PL-2303 converter now attached to ttyUSB0
[..]</pre>
<p><strong>][ Software:</strong><br />
The primary WLAN sniffing software I use is <a href="http://www.kismetwireless.net/">Kismet</a>. Making Kismet and the MadWifi driver working together is only possible with the developer release of Kismet, which can be checked out via subversion. The Kismet source comes with a nice gpsmap tool, which needs a recent <code>libmagick6-dev</code> library to run. If you don't want to plot maps, you can compile Kismet without it.<br />
My <a href="http://www.arnowillig.de/files/kismet.conf">Kismet configuration file</a> is available in the <a href="http://www.arnowillig.de/index.php?page=wardriving#files">files section</a>.<br />
<a href="http://www.ethereal.com/">Ethereal</a> can be used to analyse the log files which are produces by Kismet. Here's a <a href="http://www.arnowillig.de/images/ethereal.png">screenshot</a>.<br />
Another nice program is <a href="http://www.gpsdrive.de/">GpsDrive</a>, which works perfectly together with Kismet and shows a moving map with all the detected hotspots. It uses a free map service to download maps automatically via mouse click. Nice!<br />
GpsDrive can store the detected networks in a mysql database.</p>
<p><strong>Creating maps:</strong><br />
After a while of ][ you will want to plot some maps of your collected data. Kismet produces a lot of files. The .gps - files can by used by gpsmap to do it. The following line creates a large map (1280x1024) of your data. The open networks will be marked <span style="color: #00f000;">green</span> and the wep-encrypted spots will appear <span style="color: #f00000;">red</span>. The estimated distance of the hotspots is shown as circles. Isn&#8217;t it nice?</p>
<pre>gpsmap -o map.png -S0 -D -s17500 -n1 -M -e -r -R50 -G *.gps</pre>
<p>&nbsp;</p>
<div id="attachment_142" class="wp-caption alignright" style="width: 410px"><img class="size-full wp-image-142" title="WarDriving Map" src="http://blog.arnowillig.de/wp-content/uploads/2004/08/warmap.png" alt="" width="400" height="300" />
<p class="wp-caption-text">A wardriving map generated by gpsmap</p>
</div>
<p>&nbsp;</p>
<p><strong><a name="links"></a>My maps:</strong></p>
<ul>
<li><span style="color: #f00000;"><em>Maps removed due to legal issues!</em></span></li>
</ul>
<p><strong><a name="links"></a>Some links:</strong></p>
<ul>
<li><a href="http://www.debian.org/">Debian Linux</a></li>
<li><a href="http://www.kernel.org/">Linux Kernel</a></li>
<li><a href="http://madwifi.sourceforge.net/">MadWifi</a> WLAN driver</li>
<li><a href="http://kismetwireless.net/">Kismet</a> WLAN Sniffer</li>
<li><a href="http://www.gpsdrive.de/">GpsDrive</a></li>
<li><a href="http://www.ethereal.com/">Ethereal</a> Traffic analyzer</li>
</ul>
<p><strong><a name="files"></a>Files for downloading:</strong></p>
<ul>
<li><a href="http://www.arnowillig.de/files/kernel-config">My kernel configuration</a></li>
<li><a href="http://www.arnowillig.de/files/kismet.conf">Kismet configuration file</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.arnowillig.de/wardriving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

