<?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>Praetorian Prefect &#187; enumeration</title>
	<atom:link href="http://praetorianprefect.com/archives/tag/enumeration/feed/" rel="self" type="application/rss+xml" />
	<link>http://praetorianprefect.com</link>
	<description>Information security, a little slower...a little deeper</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:38:31 +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>SHODAN: Cracking IP Surveillance DVR</title>
		<link>http://praetorianprefect.com/archives/2009/12/shodan-cracking-ip-surveillance-dvr/</link>
		<comments>http://praetorianprefect.com/archives/2009/12/shodan-cracking-ip-surveillance-dvr/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 01:03:21 +0000</pubDate>
		<dc:creator>Prefect</dc:creator>
				<category><![CDATA[enumeration]]></category>
		<category><![CDATA[fingerprinting]]></category>
		<category><![CDATA[google hacking]]></category>
		<category><![CDATA[port scan]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://praetorianprefect.com/?p=1881</guid>
		<description><![CDATA[We have been continuing to play around with the SHODAN Computer Search Engine <a href="http://praetorianprefect.com/archives/2009/11/youve-been-shodand/">after first looking at it last week</a>. We continue to identify a variety of devices we sometimes note on security engagements (although usually on internal networks) that: should not be externally accessible and are either still using factory default credentials or are not using any credentials to access administrative interfaces. Accessing the administrative panels of these devices would allow a bad actor to further compromise the organization running the device on its network. We can quantify that we are seeing results not just for poorly configured home offices or small businesses, but large and medium businesses who would experience significant negative effects when breached or their devices tampered with. We'll continue to blog about our findings until we get bored with it. Today's search demonstrates how we found a few hundred accessible interfaces for IP Camera DVR surveillance systems.]]></description>
			<content:encoded><![CDATA[<p><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/shodan_thumb1.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/shodan_thumb1.jpg" alt="shodan_thumb" title="shodan_thumb" width="47" height="47" class="alignleft size-full wp-image-1905" /></a></p>

<p>We have been continuing to play around with the SHODAN Computer Search Engine <a href="http://praetorianprefect.com/archives/2009/11/youve-been-shodand/">after first looking at it last week</a>. We continue to identify a variety of devices we sometimes note on security engagements (although usually on internal networks) that should not be externally accessible and are either still using factory default credentials or are not using any credentials for access to administrative interfaces. Accessing the administrative panels of these devices would allow a bad actor to further compromise the organization running the device on its network. We can quantify that we are seeing results not just for poorly configured home offices or small businesses, but large and medium businesses who would experience significant negative effects when breached or their devices tampered with. We&#8217;ll continue to blog about our findings until we get bored with it. Today&#8217;s search demonstrates how we found a few hundred accessible interfaces for IP Camera DVR surveillance systems.</p>

<p>We start by browsing to <a href="http://shodan.surtri.com">SHODAN</a> and performing a search for &#8220;webcam&#8221; and reviewing what shows up. This result catches our eye:</p>

<pre><code>HTTP/1.0 200 OK 
Connection: close 
Server: SQ-WEBCAM 
Content-length: 2936 
Cache-control: no-cache 
</code></pre>

<p>So we refine the search by only looking for &#8220;<a href="http://shodan.surtri.com/?q=Server%3A+SQ-WEBCAM">Server: SQ-WEBCAM</a>&#8220;. 765 results, most with the format above (see screenshot at the bottom of the post).</p>

<p>The IP address of most of the results opens up a login page as follows:</p>

<div id="attachment_1885" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/AVTech-AVC-7872.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/AVTech-AVC-7872-300x270.jpg" alt="AVTech-AVC-7872 authentication page." title="AVTech AVC 7872" width="300" height="270" class="size-medium wp-image-1885" /></a><p class="wp-caption-text">AVTech-AVC-787 authentication page.</p></div>
<br />
The particular IP in the example above is linked to a company that does bus sales and leasing in the Midwest. Some quick Google searching reveals that this login page is associated with the AVTech AVC 787 DVR (recording device for security cameras), pictured here.</p>

<p><div id="attachment_1886" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/AVTech-AVC-7873.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/AVTech-AVC-7873-300x114.jpg" alt="AVTech AVC 787 DVR" title="AVTech AVC 7873" width="300" height="114" class="size-medium wp-image-1886" /></a><p class="wp-caption-text">AVTech AVC 787 DVR</p></div>
<br />
Having the model number allows us to find the device manual online a few seconds later. We first note an architecture diagram for how the security system is setup:</p>

<p><div id="attachment_1890" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/AV_Tech_setup.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/AV_Tech_setup-300x177.jpg" alt="DVR role in larger surveillance system." title="AV_Tech_setup" width="300" height="177" class="size-medium wp-image-1890" /></a><p class="wp-caption-text">The role of the DVR in the overall surveillance system.</p></div>
<br />
Then we find what we were looking for in the manual:</p>

<p><div id="attachment_1891" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/defaultisadmin.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/defaultisadmin-300x61.jpg" alt="No comment." title="defaultisadmin" width="300" height="61" class="size-medium wp-image-1891" /></a><p class="wp-caption-text">No comment.</p></div>
<br /></p>

<h3>The Envelope Please</h3>

<p>The majority of these surveillance systems are setup with the default id and password, we know that from experience. Once you are logged into the system as administrator, you can view a live feed or feeds, adjust the cameras position and zoom, play back recorded video, and if you wanted to coordinate a burglary you can go ahead and stop the devices recording.  Here are some screenshots (taken from the product manual):</p>

<p><div id="attachment_1892" class="wp-caption alignnone" style="width: 251px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/live_view.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/live_view-241x300.jpg" alt="What a live view looks like." title="live_view" width="241" height="300" class="size-medium wp-image-1892" /></a><p class="wp-caption-text">What a live view looks like.</p></div>

<div id="attachment_1893" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/recorded_playback.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/recorded_playback-300x211.jpg" alt="A playback of recorded video." title="recorded_playback" width="300" height="211" class="size-medium wp-image-1893" /></a><p class="wp-caption-text">A playback of recorded video.</p></div>

<p><div id="attachment_1894" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/primary_view.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/primary_view-300x214.jpg" alt="Reviewing multiple cameras live." title="primary_view" width="300" height="214" class="size-medium wp-image-1894" /></a><p class="wp-caption-text">Reviewing multiple cameras live.</p></div>
<br /></p>

<h3>SHODAN Search is the same as Google Hacking?</h3>

<p>There is someone out there who will say, &#8220;Yeah, but I could look at webcams with Google Hacking&#8221;. First, this is not a webcam, but let&#8217;s explore the thought anyhow. Let&#8217;s find a string related to the authentication page we want to find and Google it. We&#8217;ll use: &#8220;any time &amp; any where ip surveillance new generation&#8221; &#8220;&#8230;&#8230;video web server&#8221;.  We retrieve 7 results, four different web sites, none the actual login page.</p>

<p>We try this search with SHODAN: &#8220;Server: SQ-WEBCAM&#8221;. 765 results returned, most are relevant. Even if both start by using spiders to find accessible hosts, the difference after finding that host is akin to the results of an NMAP scan on server characteristics being compared to what is essentially a search of server content found by a bot. Both are valuable tools, but they do not perform the same function.</p>

<p><div id="attachment_1882" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/SHODAN_webcam.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/SHODAN_webcam-300x261.jpg" alt="IP Surveillance DVR." title="SHODAN_webcam" width="300" height="261" class="size-medium wp-image-1882" /></a><p class="wp-caption-text">IP Surveillance DVR.</p></div>
<br /></p>

<h3>Finally</h3>

<p>We continue to hear some discussion of legal and ethical aspects to SHODAN. It is interesting, but it has to get past the level 0 discussion into more sophisticated arguments. We will note briefly that no cracking is demonstrated above, the screenshots are from a PDF manual and not anyone&#8217;s actual surveillance system.</p>

<p>We covered the legality question briefly in the <a href="http://praetorianprefect.com/archives/2009/11/youve-been-shodand/">first SHODAN post</a>, the ethics question is murkier because it is a reflection of personal values for most people. We will state that if a device is Internet accessible, it is available to be scanned like a web page or anything else, the online equivalent of looking at something in plain view. If a device has no authentication mechanism, then it falls under that umbrella. Therefore in our opinion SHODAN is only efficiently displaying what is already in plain view. It changes the game in doing that because it magnifies the ability to identify poorly configured environments visible by external scan, but the activity at its atomic level (an NMAP style scan) was already an available technique.</p>

<p>If a device has a poorly configured authentication mechanism, or is still using a factory default id and password, this is irresponsible but accessing the service through the authentication is logically different than performing a perimeter scan.</p>

<p>Companies should and sometimes do advise people to change the factory default authentication on the devices they sell. Sometimes the setup mechanisms force a password change. Better mechanisms exist that avoid using common defaults, however they add complexity to the sales process. An IT professional who has the experience to know the proper way to set devices up, but sets up these devices without changing the default credentials is not exercising due care in his or her profession. A company that allows a person who does not have the requisite experience to set up such systems is also not exercising due care. Should they be the victim of cybercrime because of it? Of course not, but they are still acting foolishly, lazily, or both, and because of it are being irresponsible with both their own resources and the data they collect from customers and stakeholders.</p>

<h3>On a related note&#8230;</h3>

<p>In a conversation with the creator of SHODAN, he mentioned that he will be setting up a Googledorks style page where people can contribute the results of searches and vulnerabilities. When that&#8217;s up, we anticipate a number of other search types contributed by the security community coming to light right alongside the vulnerabilities inherent in the devices showing up in the results. This example isn&#8217;t really a vulnerable service in the idea that an exploit would be required though, this is just an example of hundreds of poorly configured devices with weak security by default settings.</p>

<p>We also note today the following update from SHODAN: <i>&#8220;Updated the index, now with 4x more data. Let me know through Twitter which services/ ports you would like to have indexed.&#8221;</i></p>

<p>Contribute some of your searches or ideas in the comments of the blog, we want to see what creative results people are coming up with.</p>

<p><strong>Related Posts:</strong></p>
<ul>
<li><a href="http://praetorianprefect.com/archives/2010/06/114000-ipad-owners-the-script-that-harvested-their-e-mail-addresses/">114,000 iPad Owners: The Script that Harvested Their E-mail Addresses</a></li>
<li><a href="http://praetorianprefect.com/archives/2009/11/youve-been-shodand/">You&#8217;ve been SHODAN&#8217;d</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://praetorianprefect.com/archives/2009/12/shodan-cracking-ip-surveillance-dvr/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You&#8217;ve been SHODAN&#8217;d</title>
		<link>http://praetorianprefect.com/archives/2009/11/youve-been-shodand/</link>
		<comments>http://praetorianprefect.com/archives/2009/11/youve-been-shodand/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 00:14:23 +0000</pubDate>
		<dc:creator>Prefect</dc:creator>
				<category><![CDATA[enumeration]]></category>
		<category><![CDATA[fingerprinting]]></category>
		<category><![CDATA[google hacking]]></category>
		<category><![CDATA[port scan]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://praetorianprefect.com/?p=1781</guid>
		<description><![CDATA[IT Administrators responsible for the servers whose listening services are showing up in the search results of the new <a href="http://shodan.surtri.com/">SHODAN Computer Search Engine</a> should pray that the ethical restrictions of those ‘shodanning’ (googling counterpart?) or searching remain intact. Or better start the implementation of countermeasures (close unnecessary ports, etc).]]></description>
			<content:encoded><![CDATA[<p><a href="http://praetorianprefect.com/wp-content/uploads/2009/11/shodan_large.png"><img src="http://praetorianprefect.com/wp-content/uploads/2009/11/shodan_large-150x40.png" alt="shodan_large" title="shodan_large" width="150" height="40" class="alignleft size-thumbnail wp-image-1782" /></a>SHODAN (Sentient Hyper-Optimized Data Access Network) was the fictional artificial intelligence bad girl of the computer game System Shock who, once she was hacked and her ethical restrictions removed, destroyed or subverted all around her with the exception of her hacker. IT Administrators responsible for the servers whose listening services are showing up in the search results of the new <a href="http://shodan.surtri.com/">SHODAN Computer Search Engine</a> should pray that the ethical restrictions of those ‘shodanning’ (googling counterpart?) or searching remain intact. Or even better, they should start the implementation of countermeasures (close unnecessary ports, etc).</p>

<p>The service, developed by <a href="http://twitter.com/achillean">John Matherly</a>, is a search engine for servers, routers, load balances, computers: basically Internet facing devices that can be port scanned. It has been coined “Google for hackers”. By way of example, the site provides this sample search:</p>

<pre><code>Let’s say you want to find servers running the 'Apache' web daemon. A simple attempt would be to use:

apache 

How about finding only apache servers running version 2.2.3? 

apache 2.2.3 

You can also narrow down the results using the following search parameters: 

country:2-letter country code
hostname:full or partial host name
net:IP range using CIDR notation (ex: 18.7.7.0/24 )
port:21, 22, 23 or 80

For example: get all web (port:80) hosts running 'apache' in switzerland (country:CH) that also have
 '.ch' in any of their domain names: 

apache country:CH port:80 hostname:.ch
</code></pre>

<h3>Other Interesting Searches:</h3>

<p>There will be a number of interesting enumerations discussed in the next few days, here are a few to try.</p>

<p>Search:</p>

<ul>
<li>“<a href="http://shodan.surtri.com/?q=Oracle+HTTP+Server">Oracle HTTP Server</a>”</li>
<li>“<a href="http://shodan.surtri.com/?q=telnet">telnet</a>”</li>
<li>&#8220;<a href="http://shodan.surtri.com/?q=%22cisco-ios%22+port%3A80">&#8220;cisco-ios&#8221; port:80</a>&#8220;</li>
<li>“<a href="http://shodan.surtri.com/?q=PHP+5.1.1">PHP 5.1.1</a>&#8220;</li>
<li>“<a href="http://shodan.surtri.com/?q=port%3A23+%22list+of+built-in+commands%22">port:23 &#8220;list of built-in commands&#8221;</a>&#8221; (provides a list of BusyBox installs, a built in shell, credit HD Moore)</li>
<li>“<a href="http://shodan.surtri.com/?q=IIS+4.0">IIS 4.0</a>” (old, vulnerable web server)</li>
</ul>

<h3>Ethical Considerations</h3>

<p>There have been a number of posts citing problems with this service. <a href="http://taosecurity.blogspot.com/2009/11/shodan-another-step-towards-intrusion.html">Richard Bejtlich claims</a> that this service was available from another firm if paid for back in 2004, and thus the big difference with SHODAN is that it is free. His prediction is that the service will be shut down in a few days once law enforcement or government makes contact with John Matherly. It is unclear exactly what grounds either would have for attempting to shut down the service.</p>

<p>In terms of ethical arguments, SHODAN is showing what is already “in plain view” for the networked world. That said, port scans have long been the subject of debate as to their legality and whether they are ethical or not, including arguments about the differences in intent between stealth versus normal port scans, and other such intricacies.  Port scans can be a prelude to an attack (the metaphoric equivalent of trying door locks until you find an unlocked one). They have been argued to be a connection to a machine that is not explicitly authorized and therefore illegal, that they use resources on the target machine, that the scan could crash a very poorly configured target, and so forth.</p>

<p>While the argument drags on, the only federal case to provide any precedent is Moulton v. VC3 and the precedent set is that port scanning is not a violation of the Computer Fraud and Abuse Act because it does not meet the requirement for damage to the availability or integrity of the network. So is it illegal? Hardly, its just a port scan on a big scale.</p>

<p>When services are listening and Internet facing, they are ostensibly in the view of the Internet. Even if the intent is to commit a crime, this is the equivalent of standing on the street casing a target, nothing illegal has happened yet. The tool does allow the heretofore unavailable capability of casing millions of targets efficiently though.</p>

<h3>Could be a Little Scary</h3>

<p>Some have already uttered the typical condescension of the over confident technologist that this will be a script kiddies delight. Script kiddy is a lousy term, used many times by people who couldn’t run a script if their life depended on it, but we won’t spend time on that discussion here.</p>

<blockquote>
  <p>Look at you, hacker. A pathetic creature of meat and bone, panting and sweating as you run through my corridors. How can you challenge a perfect, immortal machine? <br />- SHODAN</p>
</blockquote>

<p>Even if we can make the case that this is not unethical, it is a little scary if we start to map out the possibilities. While I can run port scans all day, I don’t have a ready-made, consistently updated database of scan results at my fingertips. This tool amplifies the affect of a vulnerability by allowing the second part of the exploit equation: fast enumeration of large number of vulnerable hosts. Thus the possibilities for automated attack are there. Instead of having to waste time attempting exploitation of non-vulnerable hosts, only use the exploit on known vulnerable hosts. Malware propagation finds a new vector, and soon it is going to be easy: <i>“…I&#8217;m working on an API for easy programmatic access.”</i> – John Matherly.</p>

<div id="attachment_1791" class="wp-caption alignnone" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/11/shodan_results.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/11/shodan_results-300x276.jpg" alt="SHODAN results for &quot;telnet&quot; search." title="shodan_results" width="300" height="276" class="size-medium wp-image-1791" /></a><p class="wp-caption-text">SHODAN results for telnet search.</p></div>

<h3>Positive Effects</h3>

<p>Interestingly, if you attempt scans of vulnerable services, you will invariably find that while some are still open, others have been closed. We imagine what’s happening is that because the vulnerability has now been amplified (for example telnet listening on port 23), many administrators are getting a spike in connection requests and thus remediating the vulnerability. So one side effect already is improved security.</p>

<h3>Googledorks?</h3>

<p>The service has been compared to <a href="http://johnny.ihackstuff.com/ghdb/">GHDB</a> (the Google Hacking Database for ‘googledorks’) which is a database of sensitive information revealed through Google search and hosted by Johnny Long, a security researcher best known for popularizing <a href="http://en.wikipedia.org/wiki/Google_hacking">Google hacking</a>. This is an important project, and does a great deal to enumerate the dangers of allowing certain information to be indexable by search engines. It is not however the same type of information, SHODAN is actually providing data about the host rather then data explicitly served by the host. While an interesting comparison, the service is logically more akin to the results of doing an nmap scan of a host, but instead having the results of x number of scans available to easily search. The search results show data about machines, rather then data indexed off of web content.</p>

<h3>Google Code Search</h3>

<p>Another invalid comparison is citing <a href="http://www.google.com/codesearch">Google code search</a>. Yes, you can look for code vulnerabilities (insecure function usage, race conditions, etc.) using Google code search. But Google can only search code made public, most of the world&#8217;s code is still closed source. Even if you do find a vulnerability, you must then match it to an instance of that vulnerable code being used. In order to connect to the Internet, an organization must have some services listening on Internet accessible ports. The scale, the information, and the ease of identifying vulnerable targets is different.</p>

<h3>FireFox Plugin</h3>

<p>Sagar38 has already developed the Firefox plug in for performing searches: <a href="https://addons.mozilla.org/en-US/firefox/addon/51503/">https://addons.mozilla.org/en-US/firefox/addon/51503/</a>.</p>

<h3>Next Steps</h3>

<p>There is an aspect of the GHDB we would like to see adopted. The <a href="http://johnny.ihackstuff.com/ghdb/?function=summary&amp;cat=19">GHDB site</a> provides a table mapping vulnerabilities to the corresponding search for vulnerable machines, taking the next logical step in communal intelligence. For example:</p>

<table>
<thead>
<tr>
  <th>Date</th>
  <th>Title</th>
  <th>Summary</th>
  <th>Search</th>
</tr>
</thead>
<tbody>
<tr>
  <td>11/25/09</td>
  <td>IIS 4.0 Vulnerabilities</td>
  <td>IIS 4.0 has multiple vulnerabilities as detailed on <a href="http://www.cert.org/advisories/CA-2002-09.html">CERT</a></td>
  <td><a href="http://shodan.surtri.com/?q=IIS+4.0">IIS 4.0</a></td>
</tr>
</tbody>
</table>

<h3>What&#8217;s with the title?</h3>

<p>Its like you&#8217;ve been port scanned, but the results were released to millions of your closest friends for further testing. To put it another way, if your IP addresses start showing up with vulnerable services, best to take countermeasures quickly.</p>

<h3>Conclusions</h3>

<p>This tool is already a little scary (telnet enumeration, etc. on a wide scale just became a whole lot easier), will get scarier as the API is released and further search results made available, and will get a whole lot scarier (first malware implementation of the API or screen scraping). It is fundamentally unlike Google hacking because it is a search for machine characteristics not data.  Its ethical considerations are tantamount to those around port scanning, whatever your feelings there are. In general though, the evolution of tool sets continues moving quickly to the point where “security by hiding” is considerably less effective. Finally if SHODAN scales and evolves, John Matherly has created a very interesting tool which will have downstream effects for information security.</p>

<h3>References</h3>

<ul>
<li><a href="http://shodan.surtri.com/">SHODAN</a></li>
<li><a href="http://blogfranz.blogspot.com/2009/11/wheres-controversy-about-shodan.html">Where&#8217;s the Controversy about Shodan?</a></li>
<li><a href="http://www.room362.com/blog/2009/11/24/shodan-the-computer-search.html">SHODAN The Computer Search</a></li>
<li><a href="http://taosecurity.blogspot.com/2009/11/shodan-another-step-towards-intrusion.html">Shodan: Another Step Towards Intrusion as a Service</a></li>
<li><a href="http://marcoramilli.blogspot.com/2009/11/shodan-best-computer-search-engine-ever.html">SHODAN, The Best Computer Search Engine, Ever</a></li>
</ul>

<p><strong>Related Posts:</strong></p>
<ul>
<li><a href="http://praetorianprefect.com/archives/2010/06/114000-ipad-owners-the-script-that-harvested-their-e-mail-addresses/">114,000 iPad Owners: The Script that Harvested Their E-mail Addresses</a></li>
<li><a href="http://praetorianprefect.com/archives/2009/12/shodan-cracking-ip-surveillance-dvr/">SHODAN: Cracking IP Surveillance DVR</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://praetorianprefect.com/archives/2009/11/youve-been-shodand/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
