<?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>Be Smart Every Day &#187; linux</title>
	<atom:link href="http://blog.b214oy.web.id/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.b214oy.web.id</link>
	<description>long time no see</description>
	<lastBuildDate>Thu, 04 Mar 2010 02:51:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Securing php &#124;&#124; Centos 5x</title>
		<link>http://blog.b214oy.web.id/2009/10/08/securing-php-centos-5x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/08/securing-php-centos-5x/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 01:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=194</guid>
		<description><![CDATA[Bismillah
I want to share and just sharing it is the wrong reply to please justified, if not added.

go and edit in
#vi /etc/php.ini
search and edit php.ini 

safe_mode = On
expose_php = Off
Enable_dl= Off
magic_quotes = On
register_globals = off
display errors = off
disable_functions = system, show_source, symlink, exec, dl,
shell_exec, passthru, phpinfo, escapeshellarg,escapeshellcmd

what did configure&#8217;s true make to testing. script php [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>I want to share and just sharing it is the wrong reply to please justified, if not added.</p>
<p><span id="more-194"></span></p>
<p>go and edit in</p>
<blockquote><p>#vi /etc/php.ini</p></blockquote>
<p>search and edit php.ini<strong> </strong></p>
<ul>
<li>safe_mode = On</li>
<li>expose_php = Off</li>
<li>Enable_dl= Off</li>
<li>magic_quotes = On</li>
<li>register_globals = off</li>
<li>display errors = off</li>
<li>disable_functions = system, show_source, symlink, exec, dl,<br />
shell_exec, passthru, phpinfo, escapeshellarg,escapeshellcmd</li>
</ul>
<p>what did configure&#8217;s true make to testing. script php like this&#8217;s</p>
<blockquote><p>&lt;? phpinfo(); ?&gt;</p></blockquote>
<p>good luck</p>
<p>source: linux hardening</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/08/securing-php-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploit &#124;&#124; Centos 5x</title>
		<link>http://blog.b214oy.web.id/2009/10/05/metasploit-centos-5x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/05/metasploit-centos-5x/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:20:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=183</guid>
		<description><![CDATA[Bismillah ..
We&#8217;r now about the metasploit framework for security penetration testing website or networking . I will explaint how to install metasploit on centos 5x . First Plan you must be install ruby and ruby-rdoc
#yum install ruby ruby-rdoc
select to directory on users
#cd /home/users/source
and get rubygems on
#wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz
extract file
#tar zxvf rubygems-1.3.1.tgz
and now get file metasploit
#wget http://spool.metasploit.com/releases/framework-3.2.tar.gz
extract [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah ..</p>
<p>We&#8217;r now about the <a href="http://metasploit.org">metasploit</a> framework for security penetration testing website or networking . I will explaint how to install metasploit on centos 5x .<span id="more-183"></span> First Plan you must be install ruby and ruby-rdoc</p>
<blockquote><p>#yum install ruby ruby-rdoc</p></blockquote>
<p>select to directory on users</p>
<blockquote><p>#cd /home/users/source</p></blockquote>
<p>and get rubygems on</p>
<blockquote><p>#wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz</p></blockquote>
<p>extract file</p>
<blockquote><p>#tar zxvf rubygems-1.3.1.tgz</p></blockquote>
<p>and now get file metasploit</p>
<blockquote><p>#wget http://spool.metasploit.com/releases/framework-3.2.tar.gz</p></blockquote>
<p>extract file framework</p>
<blockquote><p>#tar zxvf framework-3.2.tar.gz</p></blockquote>
<blockquote><p>#cd framework</p></blockquote>
<p>run file</p>
<blockquote><p>./msfweb</p></blockquote>
<p><code>note : for running on client orther you must be setting file </code></p>
<blockquote><p>#vi msfweb</p></blockquote>
<p>find script on <strong>host</strong> and change <strong>&#8220;127.0.0.1&#8243;</strong> to <strong>&#8220;ip server metasploit&#8221;</strong></p>
<p>cek on client ip server metasploit .</p>
<p>GoodLuck</p>
<p><a href="http://www.chr00t.com">source : chr00t</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/05/metasploit-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
