<?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>BigSmoke &#187; fork bomb</title>
	<atom:link href="http://blog.bigsmoke.us/tag/fork-bomb/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03:39 +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>Creating a bash fork bomb</title>
		<link>http://blog.bigsmoke.us/2008/07/10/creating-a-bash-fork-bomb</link>
		<comments>http://blog.bigsmoke.us/2008/07/10/creating-a-bash-fork-bomb#comments</comments>
		<pubDate>Thu, 10 Jul 2008 14:13:34 +0000</pubDate>
		<dc:creator>halfgaar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[fork bomb]]></category>
		<category><![CDATA[ulimit]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=86</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>
Logged into a Unix machine? Does &#8220;ulimit -a&#8221; say that the max number of user processes is unlimited? Then type the following to crash the machine (provided it uses bash, or another shell with compatible syntax):
</p>

<pre class="bash">:<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span> :|:&amp; <span style="color: #66cc66;">&#125;</span>;:</pre>

<p>
What does it do? It creates a function named &#8220;:&#8221;, which calles itself, and sends the output to itself. 
</p>

<p>
You&#8217;d better find out how to protect your machine if it also states that the max number of user processes is unlimited. Even a hight limit can be dangerous, such as 15000.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2008/07/10/creating-a-bash-fork-bomb/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

