<?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/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>evilgenius</title>
	<atom:link href="http://www.evilgenius.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evilgenius.de</link>
	<description>wired? no, weird wireless!</description>
	<lastBuildDate>Fri, 28 Jan 2011 20:54:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Building Osmocom under Mac OS X</title>
		<link>http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/</link>
		<comments>http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 20:54:38 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=169</guid>
		<description><![CDATA[I ran into some trouble when I tried to build osmocom under Mac OS X. This is how I made it work. Thanks to the guys at #osmocom. First: Make sure the complete build environment comes from within one source. For example from MacPorts. You will need following packages: arm-elf-binutils arm-elf-gcc automake autoconf Second: Make [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into some trouble when I tried to build <a href="http://bb.osmocom.org/trac/">osmocom</a> under Mac OS X. This is how I made it work. Thanks to the guys at #osmocom.</p>
<p>First: Make sure the complete build environment comes from within one source. For example from <a href="http://www.macports.org/">MacPorts</a>. You will need following packages:</p>
<ul>
<li>arm-elf-binutils</li>
<li>arm-elf-gcc</li>
<li>automake</li>
<li>autoconf</li>
</ul>
<p>Second: Make sure your <code>$PATH</code> variable includes the executable of your build environment. For MacPorts this is usually <code>/opt/local/bin</code>. The path for MacPorts executables should be before the path of the native Mac OS X executables to make sure MacPorts executables are used:<br />
<code>mort:osmocon martin$ echo $PATH<br />
/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin<br />
</code></p>
<p>Thats it. You now should be ready to compile your osmocom.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Building+Osmocom+under+Mac+OS+X+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D169" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Building+Osmocom+under+Mac+OS+X+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D169" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/&amp;title=Building+Osmocom+under+Mac+OS+X" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/&amp;title=Building+Osmocom+under+Mac+OS+X" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/&amp;title=Building+Osmocom+under+Mac+OS+X" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/&amp;title=Building+Osmocom+under+Mac+OS+X" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/&amp;t=Building+Osmocom+under+Mac+OS+X" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/&amp;t=Building+Osmocom+under+Mac+OS+X" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2011/01/28/building-osmocom-under-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Contiki and the AVR Atmel RAVEN</title>
		<link>http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/</link>
		<comments>http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 21:07:21 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[6LowPAN]]></category>
		<category><![CDATA[zigbee]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=149</guid>
		<description><![CDATA[Contiki is a very small operating system for sensor networks which is designed to work on microcontrollers with a very small amount of memory. According to their website Contiki uses 2 kilobytes of RAM and 40 kilobytes of ROM in a typical setup. The OS uses the uIPv6 stack which supports the 6LowPAN standard to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sics.se/contiki/">Contiki</a> is a very small operating system for sensor networks which is designed to work on microcontrollers with a  very small amount of memory. According to their website Contiki uses <a href="http://www.sics.se/contiki/about-contiki.html">2 kilobytes of RAM and 40 kilobytes of ROM</a> in a typical setup. The OS uses the uIPv6 stack which supports the <a href="http://en.wikipedia.org/wiki/6lowpan">6LowPAN</a> standard to be used on IEEE 802.15.4 radio links. </p>
<p>To get started with the RAVEN Kit and Contiki I had to install a new firmware on the<a href="http://www.atmel.com/dyn/products/tools_card_mcu.asp?tool_id=4396">RZUSBstick</a> and the <a href="http://www.atmel.com/dyn/products/tools_card_mcu.asp?tool_id=4395">AVR Raven</a>. Basically both devices are intended to be programmed using their JTAG interface. But JTAG programmer are rather expensive and I do not own a JTAG programmer, therefore I had to use the devices ISP port. You need an ISP programmer you can hook up your PC &#8211; I use the <a href="http://shop.myavr.de/index.php?404;http://www.myavr.de:80/shop/article.php?artDataID=36">myAVR MK2</a> programmer, but in general you can use any other JTAG programmer that is compatible with <a href="http://www.nongnu.org/avrdude/">avrdude</a>.</p>
<p>The Raven has soldering points for ISP, unfortunately the RZUSBstick has not. You can find a quite good post by <a href="http://ossmann.blogspot.com/2010/01/killerbee-on-budget.html">Michal Ossmann</a> that explains how to connect ISP to the RZUSB &#8211; you basically have to soldier some wires directly onto the pins of the microcontroller. This is tricky, advanced soldering skills are required.</p>
<p>As soon a you finish soldering you can hook up the wires to your ISP. I downloaded the <a href="http://www.sics.se/contiki/download.html">binary release</a> of Contiki to flash it on the devices. The firmware is in ELF format which contains both, EEPROM and FLASH of the firmware in one file. Avrdude does not support this format, therefore the ELF file must be split into EEPROM part and the FLASH part as explained on <a href="http://gonium.net/md/2010/07/30/contiki-and-mac-os/">gonium.net</a>. For example the ravenlcd firmware:<br />
<code><br />
# export NAME=ravenlcd_3290<br />
# avr-objcopy -R .eeprom -R .fuse -R .signature -O ihex $NAME.elf $NAME.hex<br />
# avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex $NAME.elf $NAME.eep<br />
</code><br />
After that you can use avrdude to flash the FLASH part and the EEPROM part separately:<br />
<code><br />
# avrdude -p m3290p -c avr911 -P /dev/ttyUSB0 -U flash:w:ravenlcd_3290.hex -B10<br />
# avrdude -p m3290p -c avr911 -P /dev/ttyUSB0 -U eeprom:w:ravenlcd_3290.eep -B10<br />
</code></p>
<p>You have to repeat these steps for <code>webserver6.elf</code> and <code>ravenusbstick.elf</code>.</p>
<p>For setting up your IPv6 network interface and <code>radvd</code> on the host the RZUSB is connected you can follow the <a href="http://www.sics.se/contiki/tutorials/tutorial-running-contiki-with-uipv6-and-sicslowpan-support-on-the-atmel-raven.html">tutorial on the Contiki Webpage</a>.</p>
<p>If everything works it should look like this: <a href='http://www.evilgenius.de/wp-content/uploads/2010/10/VID_20100921_145856.3gp'>Pinging AVR Raven</a>!! <img src='http://www.evilgenius.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D149" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D149" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/&amp;title=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/&amp;title=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/&amp;title=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/&amp;title=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/&amp;t=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/&amp;t=Getting+Started+with+Contiki+and+the+AVR+Atmel+RAVEN" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2010/10/09/getting-started-with-contiki-and-the-avr-atmel-raven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.evilgenius.de/wp-content/uploads/2010/10/VID_20100921_145856.3gp" length="6881013" type="video/3gpp" />
	<georss:point>48.7771072 9.1807690</georss:point>	</item>
		<item>
		<title>Geektoys: ATMEL AVR Raven 2.4 GHz Evaluation Kit</title>
		<link>http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/</link>
		<comments>http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 17:33:21 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[6LowPAN]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[zigbee]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=144</guid>
		<description><![CDATA[Recently bought the AVR Raven 2.4 GHz Evaluation Kit by Atmel. A development Kit for 802.15.4, Zigbee and 6LoWPAN networks. I contains one USB dongle which is basically meant to hook up your computer to one of the mentioned networked and two AVR Raven boards. They are battery powered have a 2.4 transceiver, display, small [...]]]></description>
			<content:encoded><![CDATA[<p>Recently bought the <a href="http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=4291">AVR Raven 2.4 GHz Evaluation Kit</a> by Atmel. A development Kit for 802.15.4, Zigbee and 6LoWPAN networks. I contains one USB dongle which is basically meant to hook up your computer to one of the mentioned networked and two AVR Raven boards. They are battery powered have a 2.4 transceiver, display, small joystick, temperature sensor JTAG and ISP for the start. Of course there are also some IOs to connect external sensors. I found this hardware having a look at the IPv6 enabled <a href="http://www.sics.se/contiki/">contiki OS</a>. I think I will spend some time with this hardware exploring sensor network technology <img src='http://www.evilgenius.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  By the way, I think this development kit is pretty cheap. You can get all the stuff for less than 120 EUR!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D144" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D144" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/&amp;title=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/&amp;title=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/&amp;title=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/&amp;title=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/&amp;t=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/&amp;t=Geektoys%3A+ATMEL+AVR+Raven+2.4+GHz+Evaluation+Kit" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2010/09/20/geektoys-atmel-avr-raven-2-4-ghz-evaluation-kit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<georss:point>48.7771072 9.1807690</georss:point>	</item>
		<item>
		<title>Bricked Bluetooth Dongles Everywhere</title>
		<link>http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/</link>
		<comments>http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 13:39:04 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=123</guid>
		<description><![CDATA[There have been some comments about bricked Bluetooth dongles after flashing Frontline firmware on it. FTE seems to have modified the firmware layout of the Frontline dongles which will leads to bricked Bluetooth dongles when you try to flash them with this firmware. Till now I didn&#8217;t had the time to take a closer look [...]]]></description>
			<content:encoded><![CDATA[<p>There have been some comments about bricked Bluetooth dongles after flashing Frontline firmware on it. FTE seems to have <a href="http://www.evilgenius.de/2008/09/04/counter-measurement-of-fte-against-copying-their-bluetooth-sniffer/">modified the firmware layout</a> of the Frontline dongles which will leads to bricked Bluetooth dongles when you try to flash them with this firmware.</p>
<p>Till now I didn&#8217;t had the time to take a closer look on this. Anyway for unbricking your dongles have a look at <a href="http://www.evilgenius.de/2007/06/11/de-bricking-your-bluetooth-dongle/">this post</a>. I used the SPI interface and a Bluetooth Casira Development board to unbrick the dongle. Unfortunately you need the quite expense develpment board and the software to fix the dongle, but in theory it should be possible to fix this with homebrew software and hardware.</p>
<p>If a have some free time during the next month I will take a closer look on this topic.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Bricked+Bluetooth+Dongles+Everywhere+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D123" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Bricked+Bluetooth+Dongles+Everywhere+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D123" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/&amp;title=Bricked+Bluetooth+Dongles+Everywhere" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/&amp;title=Bricked+Bluetooth+Dongles+Everywhere" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/&amp;title=Bricked+Bluetooth+Dongles+Everywhere" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/&amp;title=Bricked+Bluetooth+Dongles+Everywhere" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/&amp;t=Bricked+Bluetooth+Dongles+Everywhere" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/&amp;t=Bricked+Bluetooth+Dongles+Everywhere" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2009/07/12/bricked-bluetooth-dongles-everywere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<georss:point>48.7771072 9.1807690</georss:point>	</item>
		<item>
		<title>Chaos BBQ Weekend &#8211; New World Order</title>
		<link>http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/</link>
		<comments>http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 13:26:35 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=119</guid>
		<description><![CDATA[During the upcoming weekend (17.07. &#8211; 19.07.2009) the Chaos BBQ Weekend will take place in Dortmund, Germany, old Europe (N51°31&#8217;39.4&#8243; E7°27&#8217;53.8&#8243;). There will be some Workshops and Lectures and of course there will be a lot of meat (vegi food as well). In case you need a place for sleeping, don&#8217;t worry there will be [...]]]></description>
			<content:encoded><![CDATA[<p>During the upcoming weekend (17.07. &#8211; 19.07.2009) the Chaos BBQ Weekend will take place in Dortmund, Germany, old Europe (N51°31&#8217;39.4&#8243; E7°27&#8217;53.8&#8243;). There will be some <a href="http://bbq.ctdo.de/wiki/info/program">Workshops and Lectures</a> and of course there will be a lot of meat (vegi food as well).<br />
In case you need a place for sleeping, don&#8217;t worry there will be room for everyone!</p>
<p>See you next weekend!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D119" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D119" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/&amp;title=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/&amp;title=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/&amp;title=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/&amp;title=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/&amp;t=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/&amp;t=Chaos+BBQ+Weekend+%E2%80%93+New+World+Order" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2009/07/12/chaos-bbq-weekend-new-world-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<georss:point>48.7771072 9.1807690</georss:point>	</item>
		<item>
		<title>25C3 &#8211; 25th Chaos Communication Congress, Berlin</title>
		<link>http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/</link>
		<comments>http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 20:31:59 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=112</guid>
		<description><![CDATA[Hi there, it is getting time for the annual Chaos Communication Congress in Berlin, Germany, Old Europe. This time there are many speeches about mobile device security and GSM networks, check out the &#8220;Fahrplan&#8221;. I hope to meet some old friends and find some interesting new people. And by the way: Happy Christmas! Tweet This [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there, it is getting time for the annual <a href="http://events.ccc.de/congress/2008/">Chaos Communication Congress</a> in Berlin, Germany, Old Europe. This time there are many speeches about mobile device security and GSM networks, check out the <a href="http://events.ccc.de/congress/2008/Fahrplan/events.en.html">&#8220;Fahrplan&#8221;</a>.<br />
I hope to meet some old friends and find some interesting new people. And by the way: <a href="http://www.behance.net/Gallery/Happy-Christmas-from-AKQA/159865">Happy Christmas!</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D112" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D112" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/&amp;title=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/&amp;title=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/&amp;title=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/&amp;title=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/&amp;t=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/&amp;t=25C3+%E2%80%93+25th+Chaos+Communication+Congress%2C+Berlin" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2008/12/25/25c3-25th-chaos-communication-congress-berlin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<georss:point>48.7771072 9.1807690</georss:point>	</item>
		<item>
		<title>Crapto1 &#8211; the tool to break the Mifare crypto algorithm</title>
		<link>http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/</link>
		<comments>http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 21:02:53 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=110</guid>
		<description><![CDATA[A few month ago a paper was released which described how to break the Crypto1 algorithm of the Mifare Classic cards. Now the implementation has been released. The files with the source code have all in all only 611 LOC. Not so much&#8230; Tweet This Post Post to Delicious Digg This Post Post to Facebook]]></description>
			<content:encoded><![CDATA[<p>A few month ago a <a href="http://www.sos.cs.ru.nl/applications/rfid/2008-esorics.pdf">paper</a> was released which described how to break the Crypto1 algorithm of the Mifare Classic cards. Now the <a href="http://code.google.com/p/crapto1/">implementation</a> has been released. The files with the source code have all in all only 611 LOC. Not so much&#8230;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D110" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D110" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/&amp;title=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/&amp;title=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/&amp;title=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/&amp;title=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/&amp;t=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/&amp;t=Crapto1+%E2%80%93+the+tool+to+break+the+Mifare+crypto+algorithm" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2008/10/27/crapto1-the-tool-to-break-the-mifare-crypto-algorithm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring your DSL modem through your router</title>
		<link>http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/</link>
		<comments>http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 21:38:42 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[kthxbye]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=104</guid>
		<description><![CDATA[I unplugged my modem last week before I went to Dortmund for some days and plugged it back in last Sunday when I came back. Since then my DSL broadband access is pretty slow. Like 1 Mbit/s downstream, should be around 16 Mbit/s. Therefore I messed a little bit around with my configuration and found [...]]]></description>
			<content:encoded><![CDATA[<p>I unplugged my modem last week before I went to Dortmund for some days and plugged it back in last Sunday when I came back. Since then my DSL broadband access is pretty slow. Like 1 Mbit/s downstream, should be around 16 Mbit/s. Therefore I messed a little bit around with my configuration and found out that my DSL Modem &#8211; <em>Siemens C2-010-I</em>, is actually <a href="http://www.asiacom.com.cn/UploadFiles/File/system/200806/2007110_11-32-29.pdf">Viking II Plus</a> and not a modem but a moden/router/bridge. My provider configured the Viking as a bridge, therefore it looked like a usual DSL modem.</p>
<p><span id="more-104"></span></p>
<p>Basically you just have to configure your interface on your PC to have the IP-Address <code>192.168.1.2</code> (or any other address within <code>192.168.1.0/24</code>) and then you either can access the Viking&#8217;s HTTP or telnet server via <code>192.168.1.1</code>.</p>
<p>With the web interface running on the HTTP server you can configure basic things like switching your bridging modem into a router. The basic configurations options you have for every DSL router. Anyway more interesting is the telnet interface. With the help of it you can get many more informations about your DSL connection. I found a preliminary command reference for the Viking chip set family which seems to contains many commands you can use to get some more informations out of your modem/router/bridge.</p>
<p><code><br />
martin@kovalski:~$ telnet 192.168.1.1<br />
Trying 192.168.1.1...<br />
Connected to 192.168.1.1.<br />
Escape character is '^]'.</p>
<p>                         ******************<br />
                               Welcome<br />
                         ******************</p>
<p>Software Release R100B01.0B_HN_20060406<br />
Copyright (c) 2001-2004</p>
<p>login: alice@13184<br />
password:<br />
Login Successful<br />
$help<br />
Command        Description<br />
-------        -----------<br />
alias          To Alias a command<br />
apply          Apply configuration/image file<br />
commit         Commit the active config to the flash<br />
create         Create a new entry of specified type<br />
delete         Delete the specified entry<br />
download       Download a file on to the Device<br />
exit           To exit the CLI shell<br />
get            Display info for the search<br />
help           Provides help<br />
list           List files<br />
modify         Modify information for specified entry<br />
passwd         To modify user password<br />
ping           The normal ping command<br />
prompt         Change the user prompt<br />
reboot         Reboot the device<br />
remove         Remove file<br />
reset          Reset info for the specified entry<br />
size           ATM Sizing Information<br />
traceroute     The normal traceroute command<br />
trigger        To set trigger<br />
unalias        To undefine previously defined alias<br />
verbose        Switch ON/OFF the verbose mode<br />
$get dsl stats curr</p>
<p>No.  of  15  Min. Valid Data Intervals   : 6<br />
No.  of  15  Min. Invalid Data Intervals : 0<br />
Current  15  Min. Elapsed Time (MM:SS)   : 6:56<br />
Current  15  Min. Errored Seconds        : 0<br />
Current  15  Min. Sev Errored Seconds    : 0<br />
Current  15  Min. Unavailable Seconds    : 0<br />
Current  Day Elapsed Time (HH:MM:SS)     : 1:51:56<br />
Current  Day Errored Seconds             : 0<br />
Current  Day Sev Errored Seconds         : 0<br />
Current  Day Unavailable Seconds         : 38<br />
Previous Day Monitored Time (HH:MM:SS)   : 0:0:0<br />
Previous Day Errored Seconds             : 0<br />
Previous Day Sev Errored Seconds         : 0<br />
Previous Day Unavailable Seconds         : 0<br />
$get dsl params</p>
<p>Vendor ID            : 0039<br />
Revision Number      : E.37.2.8<br />
Serial number        : 123456789abcdx<br />
Self Test            : Passed              Framing Structure     : Unknown<br />
Standard             : ADSL2/2+            Trellis Coding        : -<br />
Local Tx. Power(dB)  : 12.6                Remote Tx.Power(dB)   : 0.0<br />
Local Line Atten(dB) : 18.5                Remote Line Atten(dB) : 11.5<br />
Local SNR Margin(dB) : 12.5                Remote SNR Margin(dB) : 6.5<br />
Tx Line Rate(kbps)   : 0                   Rx Line Rate(kbps)    : 0<br />
Up SValue            : -                   Down SValue           : -<br />
Up DValue            : -                   Down DValue           : -<br />
Data Boost           : -                   Max Att. DnS LR(kbps) : 0        </p>
<p>           UpIntrlvd UpFast DownIntrlvd DownFast<br />
AS0(kbps): -         -      -           -<br />
AS1(kbps): -         -      -           -<br />
LS0(kbps): -         -      -           -<br />
LS1(kbps): -         -      -           -<br />
RValue   : -         -      -           -<br />
$<br />
</code></p>
<p>Anyway&#8230; now that you are able to get some informations out of your DSL modem/router. I actually like my <a href="http://openwrt.org">OpenWrt</a> based router&#8230;. damn&#8230;</p>
<p>&#8230;. writing this I just realized that this whole problem might not be related to my broadband provide &#8211; you remember, I just wanted to figure out why my connection was so slow before I tried to mess around with my modem &#8211;  but to the not configured QOS settings of my so beloved OpenWrt router. Before I went to Dortmund my router got a little software update. Check, confirmed. QOS disabled.</p>
<p>&#8230; now that I have my whole bandwidth back&#8230; what was the point&#8230; right: I love my OpenWrt router. So I like to keep the bridge configuration but want to be able to access the DSL modem/router/bridge from within my local network behind my OpenWrt router. Therefore I have to adjust the firewall configuration a little. First make sure, that your modem and your router are not in the same subnet. I decided to configure my router to be <code>192.168.2.1/24</code> and the modem to stay as <code>192.168.1.1/24</code>.</p>
<p>Now, the adjustment of the router&#8217;s firewall:</p>
<p><code><br />
martin@kovalski:~$ ssh root@192.168.2.1<br />
root@192.168.2.1's password: </p>
<p>BusyBox v1.4.2 (2008-10-01 22:05:02 CEST) Built-in shell (ash)<br />
Enter 'help' for a list of built-in commands.</p>
<p>  _______                     ________        __<br />
 |       |.-----.-----.-----.|  |  |  |.----.|  |_<br />
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|<br />
 |_______||   __|_____|__|__||________||__|  |____|<br />
          |__| W I R E L E S S   F R E E D O M<br />
 KAMIKAZE (7.09) -----------------------------------<br />
  * 10 oz Vodka       Shake well with ice and strain<br />
  * 10 oz Triple sec  mixture into 10 shot glasses.<br />
  * 10 oz lime juice  Salute!<br />
 ---------------------------------------------------<br />
root@SRB178:~#  ifconfig eth0.1 192.168.1.2 up<br />
root@SRB178:~# iptables -t nat -A postrouting_rule -o eth0.1 -d 192.168.1.1/24 -j MASQUERADE<br />
root@SRB178:~# iptables -A forwarding_rule -i br-lan -o eth0.1 -p tcp --dport 80 -d 192.168.1.1 -j ACCEPT<br />
root@SRB178:~# iptables -A forwarding_rule -i br-lan -o eth0.1 -p tcp --dport 23 -d 192.168.1.1 -j ACCEPT<br />
</code></p>
<p>First configure your WAN interface. Then the firewall: The first rule is to masquerade the traffic from <code>192.168.2.0/24</code> as <code>192.168.1.2</code>. The modem/router does not know anything about the <code>192.168.2.0/24</code> network. It will receive the requests out of the network but does not know where to send them back.<br />
The other two rules are to allow the forwarding of traffic from the internal network to the modem/router on port 80 (http) and 23 (telnet).</p>
<p>If you want to get the informations easier than manually telnet into the modem and send the commands you can also use the fancy <a href="http://dmt.mhilfe.de/">DSL-Modem Tool</a>. There are several versions of this tool for different modems, but basically they all seem to use telnet to gather the informations.</p>
<p>By the way, the user name and password for accessing my modem were:<br />
User: <code>alice@13184</code> password: <code>hnto$mgmt@lice</code><br />
This is the default configuration of my broadband provider <a href="http://www.alice.de/">Alice</a>.</p>
<p>kthxbye.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Configuring+your+DSL+modem+through+your+router+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D104" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Configuring+your+DSL+modem+through+your+router+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D104" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/&amp;title=Configuring+your+DSL+modem+through+your+router" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/&amp;title=Configuring+your+DSL+modem+through+your+router" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/&amp;title=Configuring+your+DSL+modem+through+your+router" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/&amp;title=Configuring+your+DSL+modem+through+your+router" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/&amp;t=Configuring+your+DSL+modem+through+your+router" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/&amp;t=Configuring+your+DSL+modem+through+your+router" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2008/10/09/configuring-your-dsl-modem-through-your-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NIST: Guide to Bluetooth Security</title>
		<link>http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/</link>
		<comments>http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 21:12:57 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=96</guid>
		<description><![CDATA[The Computer Security Devision of the National Institute of Standards and Technology (NIST) have released their Guide to Bluetooth Security. Just had a short look at it, but I think it worth to read it. Especially the part about the new security features of Bluetooth 2.1 with Secure Simple Pairing (SSP). There are also some [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://csrc.nist.gov/">Computer Security Devision</a> of the National Institute of Standards and Technology (NIST) have released their <a href="http://csrc.nist.gov/publications/nistpubs/800-121/SP800-121.pdf">Guide to Bluetooth Security</a>. Just had a short look at it, but I think it worth to read it. Especially the part about the new security features of Bluetooth 2.1 with Secure Simple Pairing (SSP). There are also some other quite interesting <a href="http://csrc.nist.gov/publications/index.html">publications</a> around.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=NIST%3A+Guide+to+Bluetooth+Security+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D96" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=NIST%3A+Guide+to+Bluetooth+Security+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D96" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/&amp;title=NIST%3A+Guide+to+Bluetooth+Security" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/&amp;title=NIST%3A+Guide+to+Bluetooth+Security" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/&amp;title=NIST%3A+Guide+to+Bluetooth+Security" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/&amp;title=NIST%3A+Guide+to+Bluetooth+Security" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/&amp;t=NIST%3A+Guide+to+Bluetooth+Security" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/&amp;t=NIST%3A+Guide+to+Bluetooth+Security" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2008/10/08/nist-guide-to-bluetooth-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CSI Stick</title>
		<link>http://www.evilgenius.de/2008/09/07/the-csi-stick/</link>
		<comments>http://www.evilgenius.de/2008/09/07/the-csi-stick/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 17:56:40 +0000</pubDate>
		<dc:creator>hosh</dc:creator>
				<category><![CDATA[Cellular Devices]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.evilgenius.de/?p=86</guid>
		<description><![CDATA[Schneier about the CSI (Cellular Seizure Investigation) stick. A little device with the size of a lighter which you plug into a cellular phone and sucks out all it&#8217;s user data. Right now, it only supports Samsung and Motorola phones, but I think it should be no problem to support other cellular phone brands like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.schneier.com/blog/archives/2008/09/sucking_data_of.html">Schneier</a> about the <a href="http://www.csistick.com">CSI (Cellular Seizure Investigation) stick</a>.</p>
<p>A little device with the size of a lighter which you plug into a cellular phone and sucks out all it&#8217;s user data. Right now, it only supports Samsung and Motorola phones, but I think it should be no problem to support other cellular phone brands like Nokia oder Sony Ericsson.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=The+CSI+Stick+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D86" title="Post to Twitter"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=The+CSI+Stick+http%3A%2F%2Fevilgenius.de%2F%3Fp%3D86" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/09/07/the-csi-stick/&amp;title=The+CSI+Stick" title="Post to Delicious"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evilgenius.de/2008/09/07/the-csi-stick/&amp;title=The+CSI+Stick" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/09/07/the-csi-stick/&amp;title=The+CSI+Stick" title="Post to Digg"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/digg/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evilgenius.de/2008/09/07/the-csi-stick/&amp;title=The+CSI+Stick" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/09/07/the-csi-stick/&amp;t=The+CSI+Stick" title="Post to Facebook"><img class="nothumb" src="http://www.evilgenius.de/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.evilgenius.de/2008/09/07/the-csi-stick/&amp;t=The+CSI+Stick" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.evilgenius.de/2008/09/07/the-csi-stick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

