<?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>Darknet - The Darkside &#187; the-hackers-choice</title>
	<atom:link href="http://www.darknet.org.uk/tag/the-hackers-choice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>THC SSL DoS/DDoS Tool Released For Download</title>
		<link>http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/</link>
		<comments>http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 17:20:12 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[ddos tool]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[dos tool]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[ssl dos attack]]></category>
		<category><![CDATA[ssl renegotiation]]></category>
		<category><![CDATA[ssl renegotiation bug]]></category>
		<category><![CDATA[ssl-dos]]></category>
		<category><![CDATA[thc]]></category>
		<category><![CDATA[thc ddos]]></category>
		<category><![CDATA[thc-ssl-dos]]></category>
		<category><![CDATA[the-hackers-choice]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3215</guid>
		<description><![CDATA[THC-SSL-DOS is a tool to verify the performance of SSL. Establishing a secure SSL connection requires 15x more processing power on the server than on the client. THC-SSL-DOS exploits this asymmetric property by overloading the server and knocking it off the Internet. This problem affects all SSL implementations today. The vendors are aware of this [...]]]></description>
			<content:encoded><![CDATA[<p>THC-SSL-DOS is a tool to verify the performance of SSL. Establishing a secure SSL connection requires 15x more processing power on the server than on the client. THC-SSL-DOS exploits this asymmetric property by overloading the server and knocking it off the Internet. This problem affects all SSL implementations today. The vendors are aware of this problem since 2003 and the topic has been widely discussed.</p>
<p>This attack further exploits the SSL secure Renegotiation feature to trigger thousands of renegotiations via single TCP connection.</p>
<p><strong>Usage</strong></p>
<pre><code>./thc-ssl-dos 127.3.133.7 443
Handshakes 0 [0.00 h/s], 0 Conn, 0 Err
Secure Renegotiation support: yes
Handshakes 0 [0.00 h/s], 97 Conn, 0 Err
Handshakes 68 [67.39 h/s], 97 Conn, 0 Err
Handshakes 148 [79.91 h/s], 97 Conn, 0 Err
Handshakes 228 [80.32 h/s], 100 Conn, 0 Err
Handshakes 308 [80.62 h/s], 100 Conn, 0 Err
Handshakes 390 [81.10 h/s], 100 Conn, 0 Err
Handshakes 470 [80.24 h/s], 100 Conn, 0 Err</code></pre>
<p><strong>Comparing flood DDoS vs. SSL-Exhaustion attack</strong></p>
<p>A traditional flood DDoS attack cannot be mounted from a single DSL connection. This is because the bandwidth of a server is far superior to the bandwidth of a DSL connection: A DSL connection is not an equal opponent to challenge the bandwidth of a server.</p>
<p>This is turned upside down for THC-SSL-DOS: The processing capacity for SSL handshakes is far superior at the client side: A laptop on a DSL connection can challenge a server on a 30Gbit link. Traditional DDoS attacks based on flooding are sub optimal: Servers are prepared to handle large amount of traffic and clients are constantly sending requests to the server even when not under attack. </p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<p>The SSL-handshake is only done at the beginning of a secure session and only if security is required. Servers are _not_ prepared to handle large amount of SSL Handshakes. The worst attack scenario is an SSL-Exhaustion attack mounted from thousands of clients (SSL-DDoS).</p>
<p><strong>Tips &#038; Tricks for Whitehats</strong></p>
<ol>
<li>The average server can do 300 handshakes per second. This would require 10-25% of your laptops CPU. </li>
<li>Use multiple hosts (SSL-DOS) if an SSL Accelerator is used.</li>
<li>Be smart in target acquisition: The HTTPS Port (443) is not always the best choice. Other SSL enabled ports are more unlikely to use an SSL Accelerator (like the POP3S, SMTPS, &#8230;  or the secure database port).</li>
</ol>
<p><strong>Counter measurements</strong></p>
<p>No real solutions exists. The following steps can mitigate (but not solve) the problem:</p>
<ol>
<li>Disable SSL-Renegotiation</li>
<li>Invest into SSL Accelerator</li>
</ol>
<p>Either of these countermeasures can be circumventing by modifying THC-SSL-DOS. A better solution is desireable. Somebody should fix this.</p>
<p>You can download THC-SSL-DOS here:</p>
<p><strong>Windows:</strong> <a href="http://www.thc.org/thc-ssl-dos/thc-ssl-dos-1.4-win-bin.zip">thc-ssl-dos-1.4-win-bin.zip</a><br />
<strong>Linux:</strong> <a href="http://www.thc.org/thc-ssl-dos/thc-ssl-dos-1.4.tar.gz">thc-ssl-dos-1.4.tar.gz</a></p>
<p>Or read more <a href="http://www.thc.org/thc-ssl-dos/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3215+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;t=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/&amp;title=THC+SSL+DoS%2FDDoS+Tool+Released+For+Download" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F10%2Fthc-ssl-dosddos-tool-released-for-download%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/10/thc-ssl-dosddos-tool-released-for-download/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>THC-ePassports &#8211; THC Clones Biometric ePassport &#8211; Elvis Presley Passport</title>
		<link>http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/</link>
		<comments>http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 07:58:51 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Hardware Hacking]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[biometric passport]]></category>
		<category><![CDATA[biometrics]]></category>
		<category><![CDATA[biotmetric passports]]></category>
		<category><![CDATA[clone epassport]]></category>
		<category><![CDATA[clone passport]]></category>
		<category><![CDATA[epassport]]></category>
		<category><![CDATA[passport cracking]]></category>
		<category><![CDATA[passport pki]]></category>
		<category><![CDATA[thc]]></category>
		<category><![CDATA[the-hackers-choice]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1104</guid>
		<description><![CDATA[I guess most people have been led to believe this new generation of ePassports or biometric passports are more secure, will help us keep our privacy intact and help us mitigate against identity theft. Well how wrong the propaganda is! THC (famous for their tools and research in security) has just released some technical information, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>I guess most people have been led to believe this new generation of ePassports or biometric passports are more secure, will help us keep our privacy intact and help us mitigate against identity theft.</p>
<p>Well how wrong the propaganda is! <a href="http://www.darknet.org.uk/tag/thc">THC</a> (famous for their tools and research in security) has just released some technical information, tools and a video which shows their cloned passport being read and verified by a passport reader.</p>
<blockquote><p>The government plans to use ePassports at Immigration and Border Control. The information is electronically read from the Passport and displayed to a Border Control Officer or used by an automated setup. THC has discovered weaknesses in the system to (by)pass the security checks. The detection of fake passport chips does not work. Test setups do not raise alerts when a modified chip is used. This enables an attacker to create a Passport with an altered Picture, Name, DoB, Nationality and other credentials.</p>
<p>The manipulated information is displayed without any alarms going off. The exploitation of this loophole is trivial and can be verified using thc-epassport. Regardless how good the intention of the government might have been, the facts are that tested implementations of the ePassports Inspection System are not secure.</p></blockquote>
<p>The passport reader appears to be in the Netherlands from my guise, but all the passports in use are the same just the templates slightly different.</p>
<p align="center"><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-3185369830560352967&#038;hl=de&#038;fs=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p>
<p>Nice to see you again Mr Presley&#8230;imagine what could be done with this flaw in the sytem? I wonder if anything will be done about this or it&#8217;ll just be brushed under the carpet and remain knowledge of the security community.</p>
<p></p>
<p>Source: <a href="http://freeworld.thc.org/thc-epassport/">freeworld.thc</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=THC-ePassports+%E2%80%93+THC+Clones+Biometric+ePassport+%E2%80%93+Elvis+Presley+Passport+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1104+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/&amp;t=THC-ePassports+%E2%80%93+THC+Clones+Biometric+ePassport+%E2%80%93+Elvis+Presley+Passport" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/&amp;title=THC-ePassports+%E2%80%93+THC+Clones+Biometric+ePassport+%E2%80%93+Elvis+Presley+Passport" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/&amp;title=THC-ePassports+%E2%80%93+THC+Clones+Biometric+ePassport+%E2%80%93+Elvis+Presley+Passport" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/&amp;title=THC-ePassports+%E2%80%93+THC+Clones+Biometric+ePassport+%E2%80%93+Elvis+Presley+Passport" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/&amp;title=THC-ePassports+%E2%80%93+THC+Clones+Biometric+ePassport+%E2%80%93+Elvis+Presley+Passport" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2008%2F10%2Fthc-epassports-thc-clones-biometric-epassport-elvis-presley-passport%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/10/thc-epassports-thc-clones-biometric-epassport-elvis-presley-passport/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>THC Releases Nokia Phone ROM Images</title>
		<link>http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/</link>
		<comments>http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 09:20:27 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hardware Hacking]]></category>
		<category><![CDATA[Telecomms Hacking]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[mobile-hacking]]></category>
		<category><![CDATA[mobile-phone]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[nokia-hacking]]></category>
		<category><![CDATA[nokia-rom]]></category>
		<category><![CDATA[thc]]></category>
		<category><![CDATA[the-hackers-choice]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/</guid>
		<description><![CDATA[I have to agree with their sentiment, I&#8217;m all for open hardware standards. Even if you don&#8217;t open it, people will copy it anyway (See the mass of Cisco knock-offs in China for a fraction of the price with almost exactly the same functions and IOS) So why not open it, let us play with [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>I have to agree with their sentiment, I&#8217;m all for open hardware standards.</p>
<p>Even if you don&#8217;t open it, people will copy it anyway (See the mass of Cisco knock-offs in China for a fraction of the price with almost exactly the same functions and IOS)</p>
<p>So why not open it, let us play with it.</p>
<p>At least let us know how the hardware we are paying for works.</p>
<blockquote><p>The following webpage contains ROM images from various mobile phone operating systems.  Our intention is to motivate other reverse engineers to take a look at the images and to discover other hidden secrets. Other reasons are that it is said to be hard to extract the ROM. Certainly another reason is that Nokia does not release any technical information about the hardware and I find this rather disappointing. (It&#8217;s my strong believe that when I buy hardware that I should also be allowed to know what&#8217;s in it and how to use it.)   </p></blockquote>
<p>There are ROM images from various models such as NOKIA 6630, NOKIA n70, NOKIA N-GAGE and also from SE the SonyEricsson P900 ROM image.</p>
<p></p>
<p><a href="http://thc.org/thc-rom/">Mobile Phone ROM Image and Reverse Engineering Invitation</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=THC+Releases+Nokia+Phone+ROM+Images+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D226+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/&amp;t=THC+Releases+Nokia+Phone+ROM+Images" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/&amp;title=THC+Releases+Nokia+Phone+ROM+Images" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/&amp;title=THC+Releases+Nokia+Phone+ROM+Images" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/&amp;title=THC+Releases+Nokia+Phone+ROM+Images" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/&amp;title=THC+Releases+Nokia+Phone+ROM+Images" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F06%2Fthc-releases-nokia-phone-rom-images%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/06/thc-releases-nokia-phone-rom-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

