<?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; slowloris</title>
	<atom:link href="http://www.darknet.org.uk/tag/slowloris/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>Slowloris &#8211; HTTP DoS Tool in PERL</title>
		<link>http://www.darknet.org.uk/2009/06/slowloris-http-dos-tool-in-perl/</link>
		<comments>http://www.darknet.org.uk/2009/06/slowloris-http-dos-tool-in-perl/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:35:18 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache dos]]></category>
		<category><![CDATA[apache dos tool]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[slowloris]]></category>
		<category><![CDATA[slowloris apache dos]]></category>
		<category><![CDATA[web-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1863</guid>
		<description><![CDATA[This tool has been hitting the news, including some mentions in the SANS ISC Diary. It&#8217;s not actually a new attack (it&#8217;s been around since 2005) but this is the first time a packaged tool has been released for the attack. Slowloris holds connections open by sending partial HTTP requests. It continues to send subsequent [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>This tool has been <a href="http://www.theregister.co.uk/2009/06/20/apache_dos_flaw/">hitting the news</a>, including some mentions in the <a href="http://isc.sans.org/diary.html?storyid=6601">SANS ISC Diary</a>.</p>
<p>It&#8217;s not actually a new attack (it&#8217;s been around since 2005) but this is the first time a packaged tool has been released for the attack.</p>
<p>Slowloris holds connections open by sending partial HTTP requests. It continues to send subsequent headers at regular intervals to keep the sockets from closing. In this way webservers can be quickly tied up. In particular, servers that have threading will tend to be vulnerable, by virtue of the fact that they attempt to limit the amount of threading they&#8217;ll allow.</p>
<p>Slowloris must wait for all the sockets to become available before it&#8217;s successful at consuming them, so if it&#8217;s a high traffic website, it may take a while for the site to free up it&#8217;s sockets. So while you may be unable to see the website from your vantage point, others may still be able to see it until all sockets are freed by them and consumed by Slowloris. This is because other users of the system must finish their requests before the sockets become available for Slowloris to consume. If others re-initiate their connections in that brief time-period they&#8217;ll still be able to see the site.</p>
<p>So it&#8217;s a bit of a race condition, but one that Slowloris will eventually always win &#8211; and sooner than later.</p>
<p>Slowloris lets the webserver return to normal almost instantly (usually within 5 seconds or so). That makes it ideal for certain attacks that may just require a brief down-time.</p>
<p>This affects a number of webservers that use threaded processes and ironically attempt to limit that to prevent memory exhaustion &#8211; fixing one problem created another. This includes but is not necessarily limited to the following:</p>
<ul>
<li>Apache 1.x</li>
<li>Apache 2.x</li>
<li>dhttpd</li>
<li>GoAhead WebServer</li>
<li>Squid </li>
</ul>
<p>There are a number of webservers that this doesn&#8217;t affect as well, in the authors testing:</p>
<ul>
<li>IIS6.0</li>
<li>IIS7.0</li>
<li>lighttpd</li>
<li>nginx</li>
<li>Cherokee (verified by user community) </li>
</ul>
<p>You can download Slowloris here:</p>
<p><a href="http://ha.ckers.org/slowloris/slowloris.pl">slowloris.pl</a></p>
<p></p>
<p>Or read more <a href="http://ha.ckers.org/slowloris/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Slowloris+%E2%80%93+HTTP+DoS+Tool+in+PERL+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1863+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/2009/06/slowloris-http-dos-tool-in-perl/&amp;t=Slowloris+%E2%80%93+HTTP+DoS+Tool+in+PERL" 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/06/slowloris-http-dos-tool-in-perl/&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/06/slowloris-http-dos-tool-in-perl/&amp;title=Slowloris+%E2%80%93+HTTP+DoS+Tool+in+PERL" 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/06/slowloris-http-dos-tool-in-perl/&amp;title=Slowloris+%E2%80%93+HTTP+DoS+Tool+in+PERL" 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/06/slowloris-http-dos-tool-in-perl/&amp;title=Slowloris+%E2%80%93+HTTP+DoS+Tool+in+PERL" 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/06/slowloris-http-dos-tool-in-perl/&amp;title=Slowloris+%E2%80%93+HTTP+DoS+Tool+in+PERL" 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%2F06%2Fslowloris-http-dos-tool-in-perl%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/06/slowloris-http-dos-tool-in-perl/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

