<?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>Halfzerocan &#187; Security</title>
	<atom:link href="http://www.halfzerocan.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halfzerocan.com</link>
	<description>Technology</description>
	<lastBuildDate>Tue, 20 Apr 2010 02:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to install Rootcheck</title>
		<link>http://www.halfzerocan.com/how-to-install-rootcheck/2008/07/19/</link>
		<comments>http://www.halfzerocan.com/how-to-install-rootcheck/2008/07/19/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 00:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=189</guid>
		<description><![CDATA[Rootcheck is an open source rootkit detection software. Installation $ wget http://www.ossec.net/rootcheck/files/rootcheck-1.5.tar.gz $ tar -zxvf rootcheck-1.5.tar.gz $ cd rootcheck-1.5 $ make all Usage $ ./ossec-rootcheck a<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Rootcheck is an open source rootkit detection software.</p>
<p><span id="more-189"></span></p>
<p>Installation</p>
<p>$ wget http://www.ossec.net/rootcheck/files/rootcheck-1.5.tar.gz</p>
<p>$ tar -zxvf rootcheck-1.5.tar.gz</p>
<p>$ cd rootcheck-1.5</p>
<p>$ make all</p>
<p>Usage</p>
<p>$ ./ossec-rootcheck</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/how-to-install-rootcheck/2008/07/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Chkrootkit</title>
		<link>http://www.halfzerocan.com/how-to-install-chkrootkit/2008/07/19/</link>
		<comments>http://www.halfzerocan.com/how-to-install-chkrootkit/2008/07/19/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 00:35:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=187</guid>
		<description><![CDATA[Chkrootkit is a tool to locally check your server for signs of a rootkit. Installation $ wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz $ tar -xvzf chkrootkit.tar.gz $ cd chkrootkit* $ make sense Usage $ ./chkrootkit The output should indicate &#8220;not found&#8221; or &#8220;not infected&#8221; or &#8220;nothing found&#8221;. a<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Chkrootkit is a tool to locally check your server for signs of a rootkit.</p>
<p><span id="more-187"></span></p>
<p><strong>Installation</strong></p>
<p>$ wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz</p>
<p>$ tar -xvzf chkrootkit.tar.gz</p>
<p>$ cd chkrootkit*</p>
<p>$ make sense</p>
<p><strong>Usage</strong></p>
<p>$ ./chkrootkit</p>
<p>The output should indicate &#8220;not found&#8221; or &#8220;not infected&#8221; or &#8220;nothing found&#8221;.</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/how-to-install-chkrootkit/2008/07/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Rkhunter</title>
		<link>http://www.halfzerocan.com/how-to-install-rkhunter/2008/07/19/</link>
		<comments>http://www.halfzerocan.com/how-to-install-rkhunter/2008/07/19/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 00:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.halfzerocan.com/?p=181</guid>
		<description><![CDATA[Rkhunter or Rootkit Hunter is a scanning tool that scans for rootkits, backdoors and local exploits in your server. Installation $ wget http://nchc.dl.sourceforge.net/sourceforge/rkhunter/rkhunter-1.3.2.tar.gz $ tar -xvzf rkhunter-1.3.2.tar.gz $ cd rkhunter* $ ./installer.sh --layout default --install Usage $ /usr/local/bin/rkhunter -c Updating Rkhunter $ rkhunter &#8211;update a<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Rkhunter or Rootkit Hunter is a scanning tool that scans for rootkits, backdoors and local exploits in your server.</p>
<p><span id="more-181"></span></p>
<p><strong>Installation</strong></p>
<p>$ wget http://nchc.dl.sourceforge.net/sourceforge/rkhunter/rkhunter-1.3.2.tar.gz</p>
<p>$ tar -xvzf rkhunter-1.3.2.tar.gz</p>
<p>$ cd rkhunter*</p>
<p>$ <code>./installer.sh --layout default --install</code></p>
<p><strong>Usage</strong></p>
<p>$ /usr/local/bin/rkhunter -c</p>
<p><strong>Updating Rkhunter</strong></p>
<p>$ rkhunter &#8211;update</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfzerocan.com/how-to-install-rkhunter/2008/07/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
