<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Reboot Linux using simple fork()</title>
	<atom:link href="http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html</link>
	<description>Hacking is fun, If you are a &#34;Hacker&#34;!</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:18:45 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Border</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-3478</link>
		<dc:creator>Border</dc:creator>
		<pubDate>Thu, 30 Apr 2009 05:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-3478</guid>
		<description>Fork bomb
http://en.wikipedia.org/wiki/Fork_bomb</description>
		<content:encoded><![CDATA[<p>Fork bomb<br />
<a href="http://en.wikipedia.org/wiki/Fork_bomb" rel="nofollow">http://en.wikipedia.org/wiki/Fork_bomb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vandit</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-2075</link>
		<dc:creator>vandit</dc:creator>
		<pubDate>Mon, 26 Jan 2009 03:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-2075</guid>
		<description>Hey so you are writing on linux lately .... good job man ...</description>
		<content:encoded><![CDATA[<p>Hey so you are writing on linux lately &#8230;. good job man &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: forking</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1992</link>
		<dc:creator>forking</dc:creator>
		<pubDate>Sun, 18 Jan 2009 14:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1992</guid>
		<description>I guess nobody told you that this is fork bomb

hahaha... 

People like to show how stupid they are by repeating before reading what other ppl commented.</description>
		<content:encoded><![CDATA[<p>I guess nobody told you that this is fork bomb</p>
<p>hahaha&#8230; </p>
<p>People like to show how stupid they are by repeating before reading what other ppl commented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Vincent</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1967</link>
		<dc:creator>Brian Vincent</dc:creator>
		<pubDate>Fri, 16 Jan 2009 23:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1967</guid>
		<description>Odd.  I thought Linux was immune to this going way back to the 2.0 days.  I used to do this A LOT on Solaris when I was in college.  The labs would be completely full and there wouldn&#039;t be a machine to get on.  I&#039;d log in remotely from a PC into machines until I found one where the user was sitting on IRC or playing nettrek.  Then I&#039;d just crash his machine.  Nine times out of 10 he&#039;d just get up and go home rather than sit there and wait for the slow reboot.  

I thought I remembered trying it on Linux at some point and not having it work.</description>
		<content:encoded><![CDATA[<p>Odd.  I thought Linux was immune to this going way back to the 2.0 days.  I used to do this A LOT on Solaris when I was in college.  The labs would be completely full and there wouldn&#8217;t be a machine to get on.  I&#8217;d log in remotely from a PC into machines until I found one where the user was sitting on IRC or playing nettrek.  Then I&#8217;d just crash his machine.  Nine times out of 10 he&#8217;d just get up and go home rather than sit there and wait for the slow reboot.  </p>
<p>I thought I remembered trying it on Linux at some point and not having it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Decker</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1965</link>
		<dc:creator>Christian Decker</dc:creator>
		<pubDate>Fri, 16 Jan 2009 21:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1965</guid>
		<description>About the simplest denial of service attack one could think of :-)</description>
		<content:encoded><![CDATA[<p>About the simplest denial of service attack one could think of <img src='http://www.hungry-hackers.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F.</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1962</link>
		<dc:creator>F.</dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1962</guid>
		<description>Not much of a news. It&#039;s called fork bomb (http://en.wikipedia.org/wiki/Fork_bomb). Some Linux distributions come with limits configured ( limits.conf somewhere under /etc ) that prevents this from happening, some probably don&#039;t have one configured. I guess yours doesn&#039;t have. 
F.</description>
		<content:encoded><![CDATA[<p>Not much of a news. It&#8217;s called fork bomb (<a href="http://en.wikipedia.org/wiki/Fork_bomb" rel="nofollow">http://en.wikipedia.org/wiki/Fork_bomb</a>). Some Linux distributions come with limits configured ( limits.conf somewhere under /etc ) that prevents this from happening, some probably don&#8217;t have one configured. I guess yours doesn&#8217;t have.<br />
F.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1960</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1960</guid>
		<description>Why not the old standby?

int main(){for(;;)fork();}

Does the printf help anything?</description>
		<content:encoded><![CDATA[<p>Why not the old standby?</p>
<p>int main(){for(;;)fork();}</p>
<p>Does the printf help anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1959</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1959</guid>
		<description>This is known as a forkbomb. Google it to find some fun implementations!</description>
		<content:encoded><![CDATA[<p>This is known as a forkbomb. Google it to find some fun implementations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1958</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1958</guid>
		<description>Fork bomb

http://en.wikipedia.org/wiki/Fork_bomb</description>
		<content:encoded><![CDATA[<p>Fork bomb</p>
<p><a href="http://en.wikipedia.org/wiki/Fork_bomb" rel="nofollow">http://en.wikipedia.org/wiki/Fork_bomb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lew</title>
		<link>http://www.hungry-hackers.com/2009/01/reboot-linux-using-simple-fork.html/comment-page-1#comment-1957</link>
		<dc:creator>Lew</dc:creator>
		<pubDate>Fri, 16 Jan 2009 15:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=503#comment-1957</guid>
		<description>Dude, you&#039;ve just reinvented (poorly) the &quot;fork bomb&quot; (look it up in Google).

This sort of attack has been known for decades, and (unless your Linux system is very misconfigured) will not reboot the system. I suggest that, instead of a &quot;sure way to force a reboot&quot;, you&#039;ve just (re)discovered a &quot;sure way to determine whether or not your Linux system was competently installed and managed&quot;.

Your &quot;exposure&quot; is more a damnation of your system administrators, than it is a flaw in Linux.</description>
		<content:encoded><![CDATA[<p>Dude, you&#8217;ve just reinvented (poorly) the &#8220;fork bomb&#8221; (look it up in Google).</p>
<p>This sort of attack has been known for decades, and (unless your Linux system is very misconfigured) will not reboot the system. I suggest that, instead of a &#8220;sure way to force a reboot&#8221;, you&#8217;ve just (re)discovered a &#8220;sure way to determine whether or not your Linux system was competently installed and managed&#8221;.</p>
<p>Your &#8220;exposure&#8221; is more a damnation of your system administrators, than it is a flaw in Linux.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
