<?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>Anonymous Living &#187; Anonymity Essentials</title>
	<atom:link href="http://anonymous.livelyblog.com/category/anonymity-essentials/feed/" rel="self" type="application/rss+xml" />
	<link>http://anonymous.livelyblog.com</link>
	<description>Be Anonymous, Stay Anonymous, Live Anonymous</description>
	<lastBuildDate>Mon, 05 Apr 2010 17:06:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Freedom Hosting offers free anonymous hosting with PHP, MySQL and FTP support</title>
		<link>http://anonymous.livelyblog.com/2008/08/28/freedom-hosting-offers-free-anonymous-hosting-with-php-mysql-and-ftp-support/</link>
		<comments>http://anonymous.livelyblog.com/2008/08/28/freedom-hosting-offers-free-anonymous-hosting-with-php-mysql-and-ftp-support/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 04:11:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Anonymity Essentials]]></category>

		<guid isPermaLink="false">http://anonymous.livelyblog.com/?p=50</guid>
		<description><![CDATA[A service called Freedom Hosting has showed up among Tors location hidden services and they offer free webhosting with PHP &#38; Mysql support.
It must be mentioned that the service does NOT allow &#8220;illegal&#8221; files. This may forbid all sorts of interesting content since nothing at the site indicates which country the service is locaed in. [...]]]></description>
			<content:encoded><![CDATA[<p>A service called <a href="http://xqz3u5drneuzhaeo.onion/">Freedom Hosting</a> has showed up among Tors location hidden services and they offer free webhosting with PHP &amp; Mysql support.</p>
<p>It must be mentioned that the service does NOT allow &#8220;illegal&#8221; files. This may forbid all sorts of interesting content since nothing at the site indicates which country the service is locaed in. This means that it is impossible to know which countries laws apply, and this in turn makes it impossible to know what is and what is not &#8220;legal&#8221;.</p>
<p>The service offers it&#8217;s users their own .onion domain(s), ftp access, a mysql database and resource-restricted PHP scripting.</p>
<p>Check out <a href="http://xqz3u5drneuzhaeo.onion/">http://xqz3u5drneuzhaeo.onion/</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://anonymous.livelyblog.com/2008/08/28/freedom-hosting-offers-free-anonymous-hosting-with-php-mysql-and-ftp-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Important to know: Attacking the Tor Control Port with Java</title>
		<link>http://anonymous.livelyblog.com/2007/10/23/important-to-know-attacking-the-tor-control-port-with-java/</link>
		<comments>http://anonymous.livelyblog.com/2007/10/23/important-to-know-attacking-the-tor-control-port-with-java/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 23:48:41 +0000</pubDate>
		<dc:creator>anonymous</dc:creator>
				<category><![CDATA[Anonymity Essentials]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://anonymous.livelyblog.com/2007/10/23/important-to-know-attacking-the-tor-control-port-with-java/</guid>
		<description><![CDATA[On 3 October 2007, Sun announced several critical security updates for
the Java Runtime Environment.  In particular, describes how network access restrictions can be circumvented to connect to arbitrary hosts by utilizing DNS rebinding.  The paper at Stanford University&#8217;s Protecting Browsers from DNS Rebinding Attacks page summarizes some of the current research into the [...]]]></description>
			<content:encoded><![CDATA[<p>On 3 October 2007, Sun <a href="http://blogs.sun.com/security/entry/sun_alert_103073_multiple_security">announced several critical security updates for<br />
the Java Runtime Environment</a>.  In particular, <a href="http://sunsolve.sun.com/search/document.do?assetkey=1-26-103078-1">describes how network access restrictions can be circumvented</a> to connect to arbitrary hosts by utilizing DNS rebinding.  The paper at <a href="http://crypto.stanford.edu/dns/">Stanford University&#8217;s Protecting Browsers from DNS Rebinding Attacks page</a> summarizes some of the current research into the issues of DNS rebinding.</p>
<p>Java exposes a programmatic sockets interface, and a malicious applet can construct properly formed control port commands.  If the control port is enabled with the NULL authentication and accessible to the web browser, the malicious applet can authenticate and send arbitrary commands.</p>
<p>To summarize, Tor users with the following conditions may be at risk:</p>
<ul>
<li>vulnerable version of Java enabled in web browser</li>
<li>control port enabled with NULL authentication and accessible</li>
</ul>
<p>Use of proxy switching browser add-ons (e.g., Torbutton, FoxyProxy)<br />
may increase this risk if the Java Virtual Machine can perform<br />
arbitrary DNS resolution through the native operating system resolver.</p>
<p>Possible workarounds:</p>
<ul>
<li>disable Tor control port</li>
<li>if control port is required, use &#8216;HashedControlPassword&#8217; option</li>
<li>disable Java in the web browser and/or uninstall from OS</li>
<li>If Java is required, consider a virtual machine solution such as <a href="http://janusvm.peertech.org/">JanusVM</a> or firewalled environment that only allows DNS requests through web browser</li>
</ul>
<p>The latest Java downloads are available at <a href="http://java.com/%20or%20http://java.sun.com/javase/downloads/">http://java.com/ or&nbsp;<a href="http://java.sun.com/javase/downloads/</a>&#8221; title=&#8221;http://java.sun.com/javase/downloads/</a>&#8221; target=&#8221;_blank&#8221;>http://java.sun.com/javase/downloads/</a...</a> or from your operating system vendor (or not, depending on how differently you think).</p>
<p>Additional details and demonstration code at <a href="http://pseudo-flaw.net/tor/attacking-tor-control-port-with-java/">http://pseudo-flaw.net/tor/attacking-tor-control-port-with-java/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anonymous.livelyblog.com/2007/10/23/important-to-know-attacking-the-tor-control-port-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The End of ROCKate LiveCD?</title>
		<link>http://anonymous.livelyblog.com/2007/07/15/the-end-of-rockate-livecd/</link>
		<comments>http://anonymous.livelyblog.com/2007/07/15/the-end-of-rockate-livecd/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 07:17:01 +0000</pubDate>
		<dc:creator>anonymous</dc:creator>
				<category><![CDATA[Anonymity Essentials]]></category>
		<category><![CDATA[Censorship]]></category>
		<category><![CDATA[Live CDs]]></category>
		<category><![CDATA[Surveillance]]></category>

		<guid isPermaLink="false">http://anonymous.livelyblog.com/2007/07/15/the-end-of-rockate-livecd/</guid>
		<description><![CDATA[Benjamin Schieder as announced that he will no longer develop the ROCKate LiveCD after German laws reciently became even more fascist than they were during World War II. ROCKate is a Linux LiveCD which includes anonymity software such as Tor. It is clear that the tyrannical German government does not want you or your loved [...]]]></description>
			<content:encoded><![CDATA[<p>Benjamin Schieder as announced that he will no longer develop the ROCKate LiveCD after German laws reciently became even more fascist than they were during World War II. ROCKate is a Linux LiveCD which includes anonymity software such as Tor. It is clear that the tyrannical German government <em>does not want you or your loved ones to have access to this technology. </em>No. Benjamin announced the following information regarding this at OR-Talk:</p>
<blockquote><p>Hi people.</p>
<p>In response to a law that passed the german legislative today, I will cease<br />
production, development and distribution of ROCKate binaries and &#8211; maybe -<br />
even source code soon.</p>
<p>The reasen is §202c StGB which states (IANAL translation):</p>
<p>&#8220;Producing, acquiring, selling, giving, distributing or making-accessible of<br />
passwords or other access codes as well as computer programs whose aim it is<br />
to commi a crime &#8230; will be punished with up to one year in jail or a fine.&#8221;</p>
<p>See also:&nbsp;<a href="http://www.phenoelit.de/202/202.html" title="http://www.phenoelit.de/202/202.html" target="_blank">http://www.phenoelit.de/202/202.html</a></p>
<p>Basically, these waters are too hot for me to tread in. Though the official<br />
reading of the wall &#8211; reading from politicians that is &#8211; says that they only<br />
target &#8216;criminals&#8217; and there is no need to worry with the wording, nobody<br />
knows when some underworked lawyer thinks he might go on to sue the ass off<br />
of everyone in IT.</p>
<p>If someone wants to mirror/host/develop ROCKate further, be my guest. If you<br />
need technical assistance, I can offer guidance, but I probably won&#8217;t write<br />
a single line of code anymore. Sorry.</p>
<p>Greetings, Benjamin</p></blockquote>
<p>If you are in a country which is slightly more free than Germany and you want to help keep the ROCKate project alive then please do so. It is clear</p>
]]></content:encoded>
			<wfw:commentRss>http://anonymous.livelyblog.com/2007/07/15/the-end-of-rockate-livecd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How long can you trust your Tor-on-a-USB-stick package?</title>
		<link>http://anonymous.livelyblog.com/2007/04/05/how-long-can-you-trust-your-tor-on-a-usb-stick-package/</link>
		<comments>http://anonymous.livelyblog.com/2007/04/05/how-long-can-you-trust-your-tor-on-a-usb-stick-package/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 05:23:33 +0000</pubDate>
		<dc:creator>anonymous</dc:creator>
				<category><![CDATA[Anonymity Essentials]]></category>
		<category><![CDATA[Surveillance]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://anonymous.livelyblog.com/2007/04/05/how-long-can-you-trust-your-tor-on-a-usb-stick-package/</guid>
		<description><![CDATA[The paranoid answer: once. I&#8217;ve written about how you can make your own Tor-on-a-USB stick package by pieceing together the parts you need (Tor, Privoxy and a browser like Opera). But a minor detail didn&#8217;t even cross my mind until I read a short post about security at polysyncronism.com about the issue of can you [...]]]></description>
			<content:encoded><![CDATA[<p>The paranoid answer: <em>once</em>. I&#8217;ve written about <a href="http://anonymous.livelyblog.com/2007/03/15/operator-a-great-way-to-make-your-own-tor-usb-keystick/">how you can make your own Tor-on-a-USB stick package by pieceing together the parts you need</a> (Tor, Privoxy and a browser like Opera). But a minor detail didn&#8217;t even cross my mind until I read <a href="http://polysyncronism.com/wordpress/?p=41">a short post about security at polysyncronism.com</a> about the issue of <em>can you trust .exe files?</em></p>
<p>Well, can you? You can trust what is on your Tor-USB keystick if you compiled the .exe files on it or downloaded them from trusted sources (like the software vendor&#8217;s site and verified the archives signatures), but <em>for how long?</em></p>
<p>Consider this: I run a Internet caf&#8217;s, the adversary finds some way to get to me, he asks me to run a piece of software on all the café&#8217;s machines, you come by, this program installs something bad on the .exe files when a USB device is mounted, now you&#8217;re screwed.</p>
<p>Well, you&#8217;d be anyway if the attacker is running bad software on the Internet café you&#8217;re stopping by with your Tor on a USB stick, but the key point here is that <em>now your Tor-USB keystick is compromized.</em> So. You should <em>only</em> trust that the software is intact <em>until you have used it at a untristed computer. </em>Then you need to wipe it and <em>reinstall</em> your Tor-USB package.</p>
<p>Does it sound paranoid? Perhaps. But re-installing your USB package when you come home or get to a trusted computer is yet another one of the many <em>better safe than sorry</em> measures you <em>should</em> take if you&#8217;re using Tor when you&#8217;re at public places &#8211; I mean, if you have a reason to do that in the first place then you&#8217;ve also probably got a good reason <em>to make sure it actually does what you think it does</em>. And just another short related security tip: A computer can write to USB filesystems when they are connected, but they <em>can&#8217;t</em> write to <em>CDs</em>. A live-cd is bigger, less practical and slightly less accepted at libraries and café&#8217;s, but you <em>can use those</em> more than once without having to wonder if the computer you just used put something nasty in the .exe files on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://anonymous.livelyblog.com/2007/04/05/how-long-can-you-trust-your-tor-on-a-usb-stick-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Tor-project responds to attack models with a big Warning</title>
		<link>http://anonymous.livelyblog.com/2007/03/10/the-tor-project-responds-to-attack-models-with-a-big-warning/</link>
		<comments>http://anonymous.livelyblog.com/2007/03/10/the-tor-project-responds-to-attack-models-with-a-big-warning/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 07:21:12 +0000</pubDate>
		<dc:creator>anonymous</dc:creator>
				<category><![CDATA[Anonymity Essentials]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Surveillance]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://anonymous.livelyblog.com/2007/03/10/the-tor-project-responds-to-attack-models-with-a-big-warning/</guid>
		<description><![CDATA[Articles with headlines such as &#8220;Here is how to expose Tor-users&#8221; appear regularly in the mainstream press. Most of these articles have nothing to do with Tor itself and everything to do with users who by mistake allow their software to send personal information over the anonymous connection or allow their software to connect to [...]]]></description>
			<content:encoded><![CDATA[<p>Articles with headlines such as &#8220;Here is how to expose Tor-users&#8221; appear regularly in the mainstream press. Most of these articles have nothing to do with Tor itself and everything to do with users who by mistake allow their software <em>to send personal information over the anonymous connection</em> or <em>allow their software to connect to the Internet without going through Tor.</em> Like the recient &#8220;<a href="http://anonymous.livelyblog.com/2007/03/07/hacker-outlines-how-to-expose-tor-users/">Hacker builds tracking system to nab Tor pedophiles</a>&#8221; article which outlines how to &#8220;expose&#8221; the 0.001% of Tor-users who <em>browse with Java enabled</em> in their browser.</p>
<p>The Tor-project have now responded to the &#8220;attack&#8221; outlined in this article and articles like it: They&#8217;ve put up <a href="http://tor.eff.org/download.html.en#Warning">a WARNING!! WARNING!! section on the Tor download page</a>. It outlines what was already clearly stated in the documentation: Tor makes your connection anonymous, but <em>does not make your software act anonymous</em>. This warning is a good move in the right direction:</p>
<p>Anonymous Internet-usage <em>requires</em> you to disable plugins such as flash, java, active x and other plugins who can seriously compromize your anonymity. And every Tor-user should know this. Now it&#8217;s not even possible to download the software without getting a basic understanding of the steps you need to take <em>to actually make it work.</em></p>
<p>The warning should also put a stop to these &#8220;Here&#8217;s how to attack Tor-users&#8230; if they are extremely stupid&#8221;-articles since the warning being there makes it very clear that people who claim to be able to attack Tor are either knowingly ignoring that their attack doesn&#8217;t apply to anyone who&#8217;ve read the documentation or unable to read and/or understand English, in which case it should be apparent that their supposed attack probably ain&#8217;t going to work.</p>
<p>Oh, btw. Every Tor-user should take a look at <a href="http://tor.eff.org/download.html.en#Warning">the warning</a>. The information there really is essential to making good decisions regarding which software is and isn&#8217;t safe to combine with Tor.</p>
]]></content:encoded>
			<wfw:commentRss>http://anonymous.livelyblog.com/2007/03/10/the-tor-project-responds-to-attack-models-with-a-big-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you feel safe using Scroogle to hide from Google?</title>
		<link>http://anonymous.livelyblog.com/2007/01/16/do-you-feel-safe-using-scroogle-to-hide-from-google/</link>
		<comments>http://anonymous.livelyblog.com/2007/01/16/do-you-feel-safe-using-scroogle-to-hide-from-google/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 21:51:28 +0000</pubDate>
		<dc:creator>anonymous</dc:creator>
				<category><![CDATA[Anonymity Essentials]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://anonymous.livelyblog.com/2007/01/16/do-you-feel-safe-using-scroogle-to-hide-from-google/</guid>
		<description><![CDATA[Many people, including my self, search using the Google scraper Scroogle to get search-results from Google and Yahoo without letting them know that it is actually me who is doing the search-request. You type your keywords into Scroogle, it passes them on to Google or Yahoo, fetches the results, and presents it in a beautifully [...]]]></description>
			<content:encoded><![CDATA[<p>Many people, including my self, search using the <a href="http://www.google.com/">Google</a> scraper <a href="http://www.scroogle.com/">Scroogle</a> to <a href="http://www.scroogle.org/scraper.html">get search-results from Google</a> and <a href="http://www.scroogle.org/scraper7.html">Yahoo</a> without letting them know that it is actually me who is doing the search-request. You type your keywords into Scroogle, it passes them on to Google or Yahoo, fetches the results, and presents it in a <a href="http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=simple+web+design">beautifully clean way</a>. But how much do you actually hide when you are using Scroogle? <em>Nothing</em> and <em>everything</em>.</p>
<p>Google learns <em>nothing</em> about you and your IP, and it can&#8217;t set or check a browser-cookie or anything else for that matter, all Google sees is that Scroogle, or someone using Scroogle, is searching for a set of keywords.</p>
<p>So it&#8217;s safe to use if you want to avoid being tracked by Google and Yahoo, right? Yes, that&#8217;s right.</p>
<p>But imagine that <em>you&#8217;re a advesary</em> who want to be able to <em>profile people who want privacy on the Internet</em>. How would you go about doing that? Simple. Create a <em>honeypot</em> which &#8220;protects you&#8221; from Big Brother and direct the privacy concerned users there.</p>
<p>Scroogle doesn&#8217;t set a cookie or attempt to track you in any obvious way, but it does record your IP when you are doing a search. Scroogle claims that they only store it for 48 hours, and perhaps they do. Perhaps they don&#8217;t. Lets assume they do delete the logs within 48 hours and that Scroogle is run by good and honest people. That&#8217;s an <em>assumption</em>, one you have to make by using <em>any</em> service who scrapes a search-engine in order &#8220;to protect you&#8221; from Big Brother. It&#8217;s not something you can rely on as a <em>fact</em>. So, at the end of the day, you&#8217;re still taking a <em>chance</em>.</p>
<p>Scroogle, and services like it, may be good and have value, but they are basically nothing more than services who allow you to <em>shift your blind trust</em> in one service over to <em>another service</em> who <em>could</em> be &#8220;good&#8221; or &#8220;evil&#8221;.</p>
<p>The <em>only way</em> you can be <em>sure</em> that search-engines or search-engine scrapers are not tracking you and your search-keywords <em>is by making sure they can&#8217;t. </em>Use <a href="http://anonymous.livelyblog.com/how-to-browse-anonymously/">secure solutions who allow you to browse the Internet anonymously</a>, disallows cookies who are not required to use a service and remove those who are required immediately after logging out of a site &#8211; and you&#8217;re all set.</p>
<p>Search-engine scrapers are basically <em>one-hop proxies</em> who do a specific task. And <em>one-hop proxies</em> should not be trusted. Not because you think or don&#8217;t think that a given one-hop service is tracking you, but <em>because they can.</em> Onion-routing systems like <a href="http://tor.eff.org/">Tor</a> use <em>three</em> hops where <em>no single hop</em> can track you.</p>
<p>Someone <em>could</em> be tracking you when you&#8217;re using a search-engine scraper or a traditional one-hop proxy. Why take the chance? Use something like <a href="http://tor.eff.org/">Tor</a> and make sure they <em>can&#8217;t</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anonymous.livelyblog.com/2007/01/16/do-you-feel-safe-using-scroogle-to-hide-from-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential software for anonymous living</title>
		<link>http://anonymous.livelyblog.com/2007/01/12/essential-software-for-anonymous-living/</link>
		<comments>http://anonymous.livelyblog.com/2007/01/12/essential-software-for-anonymous-living/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 15:00:43 +0000</pubDate>
		<dc:creator>anonymous</dc:creator>
				<category><![CDATA[Anonymity Essentials]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://anonymous.livelyblog.com/2007/01/12/essential-software-for-anonymous-living/</guid>
		<description><![CDATA[The Internet is a place where you can be anonymous, but are not by default. Everything you do on the Internet can be watched &#8211; at least by your Internet Service Provider (ISP). But there is a quick and easy way to make sure it is impossible for anyone to monitor what you do on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Internet</strong> is a place where you <em>can be anonymous</em>, but <em>are not</em> by default. <em>Everything</em> you do on the Internet can be watched &#8211; at least by your Internet Service Provider (ISP). But there is a quick and easy way to make sure it is impossible for anyone to monitor what you do on the Internet: Install the free open source software program <a href="http://tor.eff.org/">Tor</a>. It allows you to <a href="http://anonymous.livelyblog.com/how-to-browse-anonymously/">browse the Internet anonymously</a>.</p>
<p>Tor also allows you to write a blog &#8211; and other web-pages &#8211; anonymously, both on the public Internet and on the special <em>location hidden services</em> who are available only to Tor-users. A <em>location hidden service</em> is a website, or other Internet service, which can only be accessed using the Tor-network. These work just like &#8220;normal&#8221; Internet services, but there are two major differences: 1) It is impossible (or, at least, very hard) to find out where in the world the service is located and 2) you <em>have to use</em> Tor to access them. This has one major drawback, most people do not use Tor, so publishing on one of the free blog/wiki/etc services on the public Internet may be a better way to share your thoughts as a Tor-user.</p>
<p>Well, now you know. The software you need to <em>use the Internet</em> anonymously is there, available, and best of all: It&#8217;s <a href="http://www.gnu.org/">free open-source software</a>.  Visit  <a href="http://tor.eff.org/">http://tor.eff.org/</a> and  check it out for yourself. <img src='http://anonymous.livelyblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It makes browsing slightly slower than on the normal Internet, but the extra delay is worth it &#8211; at least if you value anonymity. Anonymity may not be important if you are in a truly free country, but if you are a place where your free speech on the Internet may cause your government to torture you, or the corporation you work at to fire you, then you really should try Tor.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Free+speech" rel="tag">Free speech</a>, <a href="http://technorati.com/tag/Anonymity" rel="tag"> Anonymity</a>, <a href="http://technorati.com/tag/Internet" rel="tag"> Internet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anonymous.livelyblog.com/2007/01/12/essential-software-for-anonymous-living/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
