<?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: /proc le coffre aux trésors</title>
	<atom:link href="http://lugm.org/2009/06/25/proc-le-coffre-aux-tresors/feed/" rel="self" type="application/rss+xml" />
	<link>http://lugm.org/2009/06/25/proc-le-coffre-aux-tresors/</link>
	<description>Promoting open source software in our beautiful island</description>
	<lastBuildDate>Fri, 12 Mar 2010 05:52:23 +0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: selven</title>
		<link>http://lugm.org/2009/06/25/proc-le-coffre-aux-tresors/comment-page-1/#comment-32</link>
		<dc:creator>selven</dc:creator>
		<pubDate>Sun, 28 Jun 2009 09:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://lugm.org/?p=148#comment-32</guid>
		<description>nie article dd.

:D Nice tips ajay :D</description>
		<content:encoded><![CDATA[<p>nie article dd.</p>
<p> <img src='http://lugm.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Nice tips ajay <img src='http://lugm.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajayramjatan</title>
		<link>http://lugm.org/2009/06/25/proc-le-coffre-aux-tresors/comment-page-1/#comment-29</link>
		<dc:creator>ajayramjatan</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://lugm.org/?p=148#comment-29</guid>
		<description>Playing with /proc

1. &quot;ps axh &#124; wc -l&quot; should match &quot;ls -d /proc/[0-9]*  &#124; wc -l&quot;
This is one of the techniques used to find hidden processes that are deliberately hidden by a compromised &quot;ps&quot; binary.

2. &quot;zcat /proc/config.gz&quot;
The current configuration of your running kernel in the format /usr/src/linux/.config. This is saved in your running kernel and automatically generated at /proc mount time if your kernel is compiled with CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC 

3. Mounting /proc at other mount points is easy with &quot;mount -t proc none /foo/bar&quot;

4. Quick ICMP echo ignore from ALL
echo 1 &gt; /proc/sys/net/ipv4/icmp_echo_ignore_all

Most network magic happens by tuning parameters in /proc/sys/net/ipv4/

Happy exploring and don&#039;t break your system :-)</description>
		<content:encoded><![CDATA[<p>Playing with /proc</p>
<p>1. &#8220;ps axh | wc -l&#8221; should match &#8220;ls -d /proc/[0-9]*  | wc -l&#8221;<br />
This is one of the techniques used to find hidden processes that are deliberately hidden by a compromised &#8220;ps&#8221; binary.</p>
<p>2. &#8220;zcat /proc/config.gz&#8221;<br />
The current configuration of your running kernel in the format /usr/src/linux/.config. This is saved in your running kernel and automatically generated at /proc mount time if your kernel is compiled with CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC </p>
<p>3. Mounting /proc at other mount points is easy with &#8220;mount -t proc none /foo/bar&#8221;</p>
<p>4. Quick ICMP echo ignore from ALL<br />
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all</p>
<p>Most network magic happens by tuning parameters in /proc/sys/net/ipv4/</p>
<p>Happy exploring and don&#8217;t break your system <img src='http://lugm.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
