<?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; dos tool</title>
	<atom:link href="http://www.darknet.org.uk/tag/dos-tool/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>Complemento v0.6 &#8211; LetDown TCP Flooder, ReverseRaider Subdomain Scanner &amp; Httsquash HTTP Server Scanner Tool</title>
		<link>http://www.darknet.org.uk/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/</link>
		<comments>http://www.darknet.org.uk/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 11:45:39 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[complemento]]></category>
		<category><![CDATA[domain-scanner]]></category>
		<category><![CDATA[dos tool]]></category>
		<category><![CDATA[find sub domains]]></category>
		<category><![CDATA[find subdomains]]></category>
		<category><![CDATA[http banner grabber]]></category>
		<category><![CDATA[http server scanner]]></category>
		<category><![CDATA[httsquash]]></category>
		<category><![CDATA[letdown]]></category>
		<category><![CDATA[reverseraider]]></category>
		<category><![CDATA[tcp dos]]></category>
		<category><![CDATA[tcp dos tool]]></category>
		<category><![CDATA[tcp flooder]]></category>
		<category><![CDATA[tcp resource exhaustion]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1453</guid>
		<description><![CDATA[We first wrote about Complemento 0.4b a little while ago when it first hit the public domain just last month (December 2008). Now there have been 2 major updated versions, the latest being 0.6. What is Complemento? Complemento is a collection of tools that the author originally created for his own personal toolchain for solving [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>We first wrote about <a href="http://www.darknet.org.uk/2008/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/">Complemento 0.4b</a> a little while ago when it first hit the public domain just last month (December 2008).</p>
<p>Now there have been 2 major updated versions, the latest being 0.6.</p>
<p><strong>What is Complemento?</strong></p>
<p>Complemento is a collection of tools that the author originally created for his own personal toolchain for solving some problems or just for fun. Now he has decided to release it to the public.</p>
<p><strong>LetDown</strong> is a TCP flooder written after the author read the article by fyodor entitled article “TCP Resource Exhaustion and Botched Disclosure“.  It has an (experimental) userland TCP/IP stack, and support multistage payloads for complex protocols, fragmentation of packets and variable TCP window.</p>
<p><strong>ReverseRaider</strong> is a domain scanner that uses brute force wordlist scanning for finding a target sub-domains or reverse resolution for a range of ip addresses. This is similar to some of the functionality in <a href="http://www.darknet.org.uk/2008/07/dnsenum-domain-information-gathering-tool/">DNSenum</a>. It supports permutation on wordlist and IPv6.</p>
<p><strong>Httsquash</strong> is an HTTP server scanner, banner grabber and data retriever. It can be used for scanning large ranges of IP addresses and finding devices or HTTP servers (there is an alpha version of a GUI for this).  It supports IPv6 and personalized HTTP requests.</p>
<p><strong>Improvements for v0.6</strong></p>
<p>LetDown:</p>
<ul>
<li>
New (experimental) userland TCP stack</li>
<li>Support for multistage payloads (for complex and stateful protocol, such as FTP, SMTP&#8230;)</li>
<li>Variable TCP Window size</li>
<li>
Fragmentation of packets</li>
<li>Polite mode (ACK received packets and/or closing the connection with FIR or RST packets)</li>
</ul>
<p>ReverseRaider:</p>
<ul>
<li>Support for IPv6</li>
</ul>
<p>HttSquash:</p>
<ul>
<li>
Support for IPv6</li>
</ul>
<p>You can download Complemento v0.6 here:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=247056">complemento-0.6</a></p>
<p></p>
<p>Or read more <a href="http://complemento.sourceforge.net/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Complemento+v0.6+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Sca...+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1453+from+%40THEdark..." 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/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;t=Complemento+v0.6+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&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/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.6+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.6+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.6+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.6+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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%2F2009%2F01%2Fcomplemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool%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/2009/01/complemento-v06-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Complemento v0.4b &#8211; LetDown TCP Flooder, ReverseRaider Subdomain Scanner &amp; Httsquash HTTP Server Scanner Tool</title>
		<link>http://www.darknet.org.uk/2008/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/</link>
		<comments>http://www.darknet.org.uk/2008/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 09:43:02 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[complemento]]></category>
		<category><![CDATA[domain-scanner]]></category>
		<category><![CDATA[dos tool]]></category>
		<category><![CDATA[find sub domains]]></category>
		<category><![CDATA[find subdomains]]></category>
		<category><![CDATA[http banner grabber]]></category>
		<category><![CDATA[http server scanner]]></category>
		<category><![CDATA[httsquash]]></category>
		<category><![CDATA[letdown]]></category>
		<category><![CDATA[reverseraider]]></category>
		<category><![CDATA[tcp dos]]></category>
		<category><![CDATA[tcp dos tool]]></category>
		<category><![CDATA[tcp flooder]]></category>
		<category><![CDATA[tcp resource exhaustion]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1308</guid>
		<description><![CDATA[An interesting collection of tools for pen-testing including a DoS tool (something you don&#8217;t often see publicly released). Complemento is a collection of tools that the author originally created for his own personal toolchain for solving some problems or just for fun. Now he has decided to release it to the public. The Tools LetDown [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>An interesting collection of tools for pen-testing including a DoS tool (something you don&#8217;t often see publicly released).</p>
<p>Complemento is a collection of tools that the author originally created for his own personal toolchain for solving some problems or just for fun. Now he has decided to release it to the public.</p>
<p><strong>The Tools</strong></p>
<p>LetDown is a TCP flooder written after the author read the article by fyodor entitled article &#8220;<a href="http://insecure.org/stf/tcp-dos-attack-explained.html">TCP Resource Exhaustion and Botched Disclosure</a>&#8220;.</p>
<p>ReverseRaider is a domain scanner that uses brute force wordlist scanning for finding a target sub-domains or reverse resolution for a range of ip addresses. This is similar to some of the functionality in <a href="http://www.darknet.org.uk/2008/07/dnsenum-domain-information-gathering-tool/">DNSenum</a>.</p>
<p>Httsquash is an HTTP server scanner, banner grabber and data retriever. It can be used for scanning large ranges of IP addresses and finding devices or HTTP servers (there is an alpha version of a GUI for this).</p>
<p>You can download Complemento v0.4b here:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=247056&#038;package_id=301500&#038;release_id=645740">complemento-0.4b</a></p>
<p></p>
<p>Or read more <a href="http://complemento.sourceforge.net/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Complemento+v0.4b+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Sc...+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1308+from+%40THEdark..." 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/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;t=Complemento+v0.4b+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&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/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.4b+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.4b+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.4b+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/&amp;title=Complemento+v0.4b+%E2%80%93+LetDown+TCP+Flooder%2C+ReverseRaider+Subdomain+Scanner+%26+Httsquash+HTTP+Server+Scanner+Tool" 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%2F12%2Fcomplemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool%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/12/complemento-v04b-letdown-tcp-flooder-reverseraider-subdomain-scanner-httsquash-http-server-scanner-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

