<?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" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; sniffer</title>
	<atom:link href="http://hackaday.com/tag/sniffer/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:54:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; sniffer</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>Garage door&#8230; packet sniffer</title>
		<link>http://hackaday.com/2009/10/03/garage-door-packet-sniffer/</link>
		<comments>http://hackaday.com/2009/10/03/garage-door-packet-sniffer/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:00:51 +0000</pubDate>
		<dc:creator>Jacob Woj</dc:creator>
				<category><![CDATA[home hacks]]></category>
		<category><![CDATA[security hacks]]></category>
		<category><![CDATA[attiny]]></category>
		<category><![CDATA[garage]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[sniffer]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=16399</guid>
		<description><![CDATA[Some type of logger or sniffer exists for almost every form of electronic communication. Your keystrokes, phone conversations, and wireless networks could all be monitored. In this awesome proof-of-concept project, [James] expanded that array to include garage door openers. After receiving a piece of chain mail which stated that criminals have the technology to record any remote [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=16399&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-16584" title="img5" src="http://hackadaycom.files.wordpress.com/2009/10/img51.jpg" alt="img5" width="450" height="472" /></p>
<p><a href="http://en.wikipedia.org/wiki/Packet_analyzer">Some type of logger or sniffer</a> exists for almost every form of electronic communication. Your keystrokes, phone conversations, and wireless networks could all be monitored. In this awesome proof-of-concept project, [James] expanded that array to <a href="http://hackaday.com/2009/09/26/open-garage-door-indicator/">include garage door openers</a>. After receiving a piece of chain mail which stated that criminals have the technology to record any remote code and play it back, [James] wondered if he could build such a device that would work on at least his opener model.<span id="more-16399"></span></p>
<p><img class="aligncenter size-full wp-image-16582" title="img3" src="http://hackadaycom.files.wordpress.com/2009/10/img3.jpg" alt="img3" width="450" height="426" /></p>
<p>[James] started off with a trip to the hardware store. He was unable to find both a transceiver that worked on the frequency of his remote control (<a href="http://datasheets.maxim-ic.com/en/ds/MAX7042.pdf">308MHz clocked MAX7042 chip</a>), so at least for this incarnation (he plans to build another one that is capable of replaying a captured signal), only a receiver was implemented. The receiver was connected <a href="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=1406&amp;dDocName=en023805">to a logic analyzer</a> in order to determine its protocol. Since the signal coming from the receiver was very low, [James] had to amplify it  through a buffer before it could be detected.</p>
<p><img class="aligncenter size-full wp-image-16581" title="img1" src="http://hackadaycom.files.wordpress.com/2009/10/img1.jpg" alt="img1" width="450" height="445" /></p>
<p><a href="http://www.atmel.com/dyn/resources/prod_documents/1477S.pdf">An ATtiny26</a> and a 4 line x 20 character backlit LCD were used to interpret and display info from the receiver. [James] built the sniffer around a custom PCB (though he ran into a few layout errors that he had to fix post-production). All of the firmware was written in C. It is fairly straightforward, but takes up 98% of the microcontroller&#8217;s memory. The program is designed to monitor pin change interrupts and timers to filter out invalid codes as well as noise. Any info (the door codes that have been sniffed) is displayed through <a href="http://www.arduino.cc/playground/Code/LCD4BitLibrary">a 4-bit interface on the LCD</a>, for easy recording. With the codes, one can configure another garage remote to open the door. If you have any suggestions for V2, We&#8217;re sure [James] will be reading the comments.</p>
<p><img class="aligncenter size-full wp-image-16583" title="img4" src="http://hackadaycom.files.wordpress.com/2009/10/img4.jpg" alt="img4" width="450" height="472" /></p>
<p><strong>Update: </strong>The code and PCB files (with the error) are available through one of the following mirrors:<br />
<a href="http://www.filesavr.com/codegrabber">filesavr.com/codegrabber</a><br />
<a href="http://www.filefactory.com/file/a0eb0gg/n/code_grabber_zip">filefactory.com/file/a0eb0gg/n/code_grabber_zip</a><br />
<a href="http://www.filedropper.com/codegrabber_1">filedropper.com/codegrabber_1</a><br />
<a href="http://www.mediafire.com/?sharekey=7c4692dd4f3ad2c36e7203eb87368129e04e75f6e8ebb871">mediafire.com/?sharekey=7c4692dd4f3ad2c36e7203eb87368129e04e75f6e8ebb871</a></p>
<br />Posted in home hacks, security hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/16399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/16399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/16399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/16399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/16399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/16399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/16399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/16399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/16399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/16399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/16399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/16399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/16399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/16399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=16399&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/10/03/garage-door-packet-sniffer/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jacob woj</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/10/img51.jpg" medium="image">
			<media:title type="html">img5</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/10/img3.jpg" medium="image">
			<media:title type="html">img3</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/10/img1.jpg" medium="image">
			<media:title type="html">img1</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/10/img4.jpg" medium="image">
			<media:title type="html">img4</media:title>
		</media:content>
	</item>
		<item>
		<title>Black Hat 2009: Powerline and optical keysniffing</title>
		<link>http://hackaday.com/2009/07/29/black-hat-2009-powerline-and-optical-keysniffing/</link>
		<comments>http://hackaday.com/2009/07/29/black-hat-2009-powerline-and-optical-keysniffing/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:11:58 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[cons]]></category>
		<category><![CDATA[laser hacks]]></category>
		<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[andrea barisani]]></category>
		<category><![CDATA[atxmega128a1]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[black hat 2009]]></category>
		<category><![CDATA[con]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[daniele bianco]]></category>
		<category><![CDATA[hacker conference]]></category>
		<category><![CDATA[hackercon]]></category>
		<category><![CDATA[keylogger]]></category>
		<category><![CDATA[las vegas]]></category>
		<category><![CDATA[ps2]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=13049</guid>
		<description><![CDATA[The 2009 edition of the Black Hat security conference in Las Vegas has just begun. The first interesting talk we saw was [Andrea Barisani] and [Daniele Bianco]&#8216;s Sniff Keystrokes With Lasers/Voltmeters. They presented two methods for Tempest style eavesdropping of keyboards. The first attack was against PS/2 keyboards. Inside the PS/2 cord, the data line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=13049&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-13048" title="sniff" src="http://hackadaycom.files.wordpress.com/2009/07/sniff.jpg" alt="sniff" width="470" height="160" /></p>
<p>The 2009 edition of the Black Hat security conference in Las Vegas has just begun. The first interesting talk we saw was [Andrea Barisani] and [Daniele Bianco]&#8216;s <a title="Index of /download/tempest/" href="http://dev.inversepath.com/download/tempest">Sniff Keystrokes With Lasers/Voltmeters</a>. They presented two methods for Tempest style eavesdropping of keyboards.</p>
<p><span id="more-13049"></span></p>
<p>The first attack was against PS/2 keyboards. Inside the PS/2 cord, the data line isn&#8217;t shielded very well from the ground line, so all data could end up being transmitted back to the building&#8217;s electrical ground. The clock signal is also very slow compared to other signals generated by the computer. At about 10-16.7kHz, it should be easy to sample and filter out of the ground noise. They decided to monitor the ground line in an outlet 20meters from the keyboard in question. They used a ~150ohm resistor between the electrical ground and their reference ground. The reference ground was the building&#8217;s plumbing and is used to determine what&#8217;s actually noise in the electrical ground. They measured the voltage drop across the resistor and used finite impulse response to act as a bandpass filter for 1-20kHz. They were easily able to pick up the keyboard&#8217;s signal. It worked so well that they built a remote monitoring board that uses an AVR ATxmega128A1 to do the sampling and send the data over ethernet. In closing, they noted that USB uses differential signaling which should negate any leakage but the processor is more intensive and may end up being easy to pick up. They also stated that many ATMs are probably using PS/2 style keypads that leak this information.</p>
<p>For the second part of their talk, they covered using lasers to collect keystrokes. They pointed a laser at the back of a laptop lid and recorded the resulting vibrations just like a normal laser mic (closer to the hinge provided a cleaner signal). One of the first things they noticed was that the spacebar, being physically larger, created a very distinct signal that was much larger than all others. They used this information to determine where word breaks were. By comparing the captured waveforms to each other using dynamic time warping, they could determine the letter patterns. They then used these sequences with a dictionary to figure out what words had the same pattern and made sense in the same order. It worked quite well and they said it would go much faster if you can guess the context. They mentioned that logos on laptop lids were very reflective and worked well even in daylight and through glass.</p>
<p>You can find <a title="Index of /download/tempest/" href="http://dev.inversepath.com/download/tempest">whitepapers and example code on their site</a>.</p>
<br />Posted in cons, laser hacks, peripherals hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/13049/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/13049/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/13049/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/13049/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/13049/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/13049/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/13049/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/13049/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/13049/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/13049/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/13049/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/13049/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/13049/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/13049/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=13049&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/07/29/black-hat-2009-powerline-and-optical-keysniffing/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/07/sniff.jpg" medium="image">
			<media:title type="html">sniff</media:title>
		</media:content>
	</item>
		<item>
		<title>Chumby hacking by Bunnie</title>
		<link>http://hackaday.com/2008/04/08/chumby-hacking-by-bunnie/</link>
		<comments>http://hackaday.com/2008/04/08/chumby-hacking-by-bunnie/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 05:36:00 +0000</pubDate>
		<dc:creator>Will O'Brien</dc:creator>
				<category><![CDATA[handhelds hacks]]></category>
		<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[bunnie]]></category>
		<category><![CDATA[chumby]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/04/08/chumby-hacking-by-bunnie/</guid>
		<description><![CDATA[[bunnie] is one of the main people behind the Chumby, and even he can&#8217;t resist modding the things. He decided to outfit one with a larger LCD &#8211; using a stereo microscope to do the really fine pitch work &#8211; and a laser cutter to create a custom bezel for the finished piece. The new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1718&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img width="400" vspace="4" hspace="4" height="325" border="0" src="http://hackadaycom.files.wordpress.com/2008/04/chumby-lcd.hack.jpg?w=400&#038;h=325" alt="" /><br />[bunnie] is one of the main people behind the <a title="Chumby - Mahalo" href="http://www.mahalo.com/Chumby">Chumby</a>, and even he can&#8217;t resist modding the things. He decided to outfit one with a <a href="http://www.bunniestudios.com/blog/?p=235">larger LCD</a> &#8211; using a stereo microscope to do the really fine pitch work &#8211; and a laser cutter to create a custom bezel for the finished piece. The new LCD is still a touchscreen and allows the Chumby to display 640&#215;480 resolution over the stock 320&#215;240. The mod requires a few parts, but the ultimate difficulty is caused by the surface mount connectors. If you&#8217;d rather have some software fun, you might want to check out [bunnie]&#8216;s Chumby <a href="http://www.bunniestudios.com/blog/?p=234">wifi sniffer</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/1718/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/1718/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/1718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/1718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/1718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/1718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/1718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/1718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/1718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/1718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/1718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/1718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/1718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/1718/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/1718/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/1718/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1718&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/04/08/chumby-hacking-by-bunnie/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Will O&#039;Brien</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/04/chumby-lcd.hack.jpg" medium="image" />
	</item>
	</channel>
</rss>
