<?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>Documentation and Education &#187; Tutorial</title>
	<atom:link href="http://blog.b214oy.web.id/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.b214oy.web.id</link>
	<description>(^_^)</description>
	<lastBuildDate>Mon, 12 Oct 2009 02:32:07 +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>Install Config Server Firewall &quot;CSF&quot; &#124;&#124; Centos 5.x</title>
		<link>http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:32:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Umum]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=212</guid>
		<description><![CDATA[Bismillah starting search on google for security server linux like centos found  something to read and to apply. name is CSF &#8220;Config Server Firewall&#8221; may be everyone knows what&#8217;s. I just want to explain how to install it . ok not comment now #cd /etc/ #wget http://www.configserver.com/free/csf.tgz #tar zxvf csf.tgz #cd /etc/csf #./install.sh Checking for perl modulesfailed [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>starting search on <a href="http://www.google.co.id" target="_blank">google</a> for security server linux like <a href="http://www.centos.org">centos</a> found  something to read and to apply. <span id="more-212"></span>name is CSF<strong> &#8220;Config Server Firewall&#8221; </strong>may be everyone knows what&#8217;s. I just want to explain how to install it . ok not comment now</p>
<blockquote><p>#cd /etc/</p></blockquote>
<blockquote><p>#wget http://www.configserver.com/free/csf.tgz</p></blockquote>
<blockquote><p>#tar zxvf csf.tgz</p></blockquote>
<blockquote><p>#cd /etc/csf</p></blockquote>
<blockquote><p>#./install.sh<br />
Checking for perl modulesfailed<br />
You need to install the LWP perl module (libwww-perl) and then install csf</p></blockquote>
<p>you must be install libwww-perl. now me install libwww becouse I don&#8217;t now name it, I search on yum</p>
<blockquote><p>#yum search libwww<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
* epel: ftp.jaist.ac.jp<br />
* base: centos.cbn.net.id<br />
* updates: centos.cbn.net.id<br />
* addons: centos.cbn.net.id<br />
* extras: centos.cbn.net.id<br />
=============================== Matched: libwww ================================<br />
perl-HTML-Tree.noarch : HTML tree handling modules for Perl<br />
perl-l<strong>ibwww-perl</strong>.noarch : A Perl interface to the World-Wide Web<br />
python-clientform.noarch : Python module for client-side HTML forms<br />
python-mechanize.noarch : Stateful programmatic web browsing</p></blockquote>
<p>found name&#8217;s perl-libwww-perl.noarch . install it</p>
<blockquote><p>#yum install perl-libwww-perl.noarch</p></blockquote>
<blockquote><p>#./install.sh<br />
Installation Completed</p></blockquote>
<p>now I&#8217;m install on webmin</p>
<blockquote><p>Install csf as above<br />
Install the csf webmin module in:<br />
Webmin &gt; Webmin Configuration &gt; Webmin Modules &gt;<br />
From local file &gt; /etc/csf/csfwebmin.tgz &gt; Install Module</p></blockquote>
<p><a rel="attachment wp-att-223" href="http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/csf/"><img class="alignnone size-full wp-image-223" title="Configure Sever Firewall" src="http://blog.b214oy.web.id/wp-content/uploads/2009/10/csf.JPG" alt="Configure Sever Firewall" width="533" height="424" /></a></p>
<blockquote><p>Uninstallation<br />
==============<br />
Removing csf and lfd is even more simple:</p>
<p>On cPanel servers:</p>
<p>cd /etc/csf<br />
sh uninstall.sh</p>
<p>On DirectAdmin servers:</p>
<p>cd /etc/csf<br />
sh uninstall.directadmin.sh</p>
<p>On generic linux servers:</p>
<p>cd /etc/csf<br />
sh uninstall.generic.sh</p></blockquote>
<p>Good luck</p>
<p>source:<a href="http://www.configserver.com/free/csf/install.txt">CSF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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, [...]]]></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 [...]]]></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>
		<item>
		<title>Configure modsecurity &#124; Centos 5x</title>
		<link>http://blog.b214oy.web.id/2009/10/01/configure-modsecurity-centos-5x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/01/configure-modsecurity-centos-5x/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Umum]]></category>
		<category><![CDATA[Curhat]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=167</guid>
		<description><![CDATA[Bismillah First time install modsecurity I find some trouble on my server, my browser answer Bad Request &#8230; &#8220;Your browser sent a request that this server could not understand.&#8221; what the trouble. And I search on Google not answering for me, I Trush my brain to find trouble modsecurity. so I cek on log server [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>First time install modsecurity I find some trouble on my server, my browser answer <strong>Bad Request &#8230; &#8220;Your browser sent a request that this server could not understand.&#8221;</strong> what the trouble.</p>
<p><span id="more-167"></span></p>
<p>And I search on Google not answering for me, I Trush my brain to find trouble modsecurity.</p>
<p>so I cek on log server<br />
<blockquote>tail -f /var/log/httpd/error_log</p></blockquote>
<p><strong><br />
[Fri Oct 02 03:25:28 2009] [error] [client 172.16.x.x] ModSecurity: Access denied with code 400 (phase 2). Pattern match &#8220;^[\\d\\.]+$&#8221; at REQUEST_HEADERS:Host. [file "/etc/httpd/modsecurity.d/modsecurity_crs_21_protocol_anomalies.conf"] [line "60"] [id "960017"] [msg "Host header is a numeric IP address"] [severity "CRITICAL"] [tag "PROTOCOL_VIOLATION/IP_HOST"] [hostname "172.16.x.x"] [uri "/favicon.ico"] [unique_id "csjf638AAAEAAFz-OUUAAAAC"]</strong>. this&#8217;s trouble on modsecurity module and edit on</p>
<blockquote><p>vim /etc/httpd/conf.d/mod_security.conf</p></blockquote>
<p><strong>Include modsecurity.d/modsecurity_crs_21_protocol_anomalies.conf</strong> give the <strong>&#8221; #&#8221;</strong> restart you apache or httpd</p>
<blockquote><p>services httpd restart</p></blockquote>
<p>running on you&#8217;s browser.. tara &#8230; I cek on log <strong>[Fri Oct 02 03:45:14 2009] [error] [client 172.16.x.x] File does not exist: /var/www/html/favicon.ico, referer: http://172.16.10.36/</strong> troubles same . <strong>Good lucky</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/01/configure-modsecurity-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modsecurity &#124;&#124; Centos 5 x86</title>
		<link>http://blog.b214oy.web.id/2009/09/15/modsecurity-centos-5-x86/</link>
		<comments>http://blog.b214oy.web.id/2009/09/15/modsecurity-centos-5-x86/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:57:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Umum]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=150</guid>
		<description><![CDATA[Bismillah Setelah mencari di embah Google akhirnya ketemu juga cara instalasi modsecurity di Centos 5 x86. #untuk menambah ripository Centos [root@b214oy apache2]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm # ripositoy yang mengantur instalasi Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm warning: /var/tmp/rpm-xfer.WCQKSM: Header V3 DSA signature: NOKEY, key ID 217521f6 #setelah itu &#8220;yum install modsecurity&#8221; yum install mod_security Loaded plugins: fastestmirror Loading mirror [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>Setelah mencari di embah <a href="http://www.google.com">Google</a> akhirnya ketemu juga cara instalasi modsecurity di Centos 5 x86. <span id="more-150"></span><br />
#untuk menambah ripository Centos</p>
<blockquote><p>[root@b214oy apache2]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm</p></blockquote>
<p># ripositoy yang mengantur instalasi</p>
<blockquote><p>Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm<br />
warning: /var/tmp/rpm-xfer.WCQKSM: Header V3 DSA signature: NOKEY, key ID 217521f6</p></blockquote>
<p>#setelah itu <strong> &#8220;yum install modsecurity&#8221;</p>
<blockquote><p>yum install mod_security<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
* epel: mirror.nus.edu.sg<br />
* base: mirror.nus.edu.sg<br />
* updates: mirror.nus.edu.sg<br />
* addons: mirror.nus.edu.sg<br />
* extras: mirror.nus.edu.sg</p></blockquote>
<p>#pastikan konfigurasi &#8220;SecRuleEngine On&#8221; sudah On</p>
<p></strong></p>
<blockquote><p>SecRuleEngine On</p></blockquote>
<p>#Restart httpd</p>
<blockquote><p>service httpd restart</p></blockquote>
<p>#Cek log modsecurity</p>
<blockquote><p>tail -f /var/log/httpd/error_log</p></blockquote>
<p><strong>mod_security configuration files</strong></p>
<ul>
<li>/etc/httpd/conf.d/mod_security.conf &#8211; main configuration file for the mod_security Apache module.</li>
<li>/etc/httpd/modsecurity.d/ &#8211; all other configuration files for the<br />
mod_security Apache.</li>
<li>/etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf &#8211; Configuration contained in this file should be customized for your specific requirements before deployment.</li>
<li>/var/log/httpd/modsec_debug.log &#8211; Use debug<br />
messages for debugging mod_security rules and other problems.</li>
<li>/var/log/httpd/modsec_audit.log &#8211; All requests that trigger a ModSecurity events (as detected) or a serer error are logged (&#8220;RelevantOnly&#8221;) are logged into this file.</li>
</ul>
<p>sumber:<a href="http://fosiul.co.uk/index.php/2009/08/how-to-install-mod_security-by-yumredhat-centos-5/">fosiul</a> and <a href="http://www.cyberciti.biz/faq/rhel-fedora-centos-httpd-mod_security-configuration/">cyberciti</a></p>
<p>**Goodluck**</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/09/15/modsecurity-centos-5-x86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>16 PRINSIP BISNIS TOU CHU KUNG &#8230;</title>
		<link>http://blog.b214oy.web.id/2008/06/09/16-prinsip-bisnis-tou-chu-kung/</link>
		<comments>http://blog.b214oy.web.id/2008/06/09/16-prinsip-bisnis-tou-chu-kung/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:21:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://b214oy.wordpress.com/?p=34</guid>
		<description><![CDATA[Kenapa Orang cina bisnis bisa sukses, ternyata mempunya prinsip kesuksesan mari kita cermati antara lain : Rajinlah dan tekun berusaha, kemalasan berakibat petaka Hematlah dalam pengeluaran, pemborosa menggerogoti modal Ramahlah pada setiap Orang, ketidak sabaran mendatangkan kerugian Janganlah menyia-nyiakan kesempatan, penundaan menghilangkan peluang Lugaslah dalam transaksi, keraguan membawa pertikaian Berhati-hatilah dalam memberi utang, kemurahan hati [...]]]></description>
			<content:encoded><![CDATA[<p>Kenapa Orang cina bisnis bisa sukses, ternyata mempunya prinsip kesuksesan mari kita cermati antara lain :</p>
<ol>
<li>Rajinlah dan tekun berusaha, kemalasan berakibat petaka</li>
<li>Hematlah dalam pengeluaran, pemborosa menggerogoti modal</li>
<li>Ramahlah pada setiap Orang, ketidak sabaran mendatangkan kerugian</li>
<li>Janganlah menyia-nyiakan kesempatan, penundaan menghilangkan peluang</li>
<li>Lugaslah dalam transaksi, keraguan membawa pertikaian</li>
<li>Berhati-hatilah dalam memberi utang, kemurahan hati yang berlebihan adalah pemborosan modal</li>
<li>Periksalah semua catatan keuangan dalam cermat, kelalaian menghambat rezeki</li>
<li>Bedakanlah yang baik dari yang jahat, ketidak pedulaian melumpuhkan usaha</li>
<li>Kendalikanlah sediaan dengan sistematis, kecerobohan menciptakan kekacauan</li>
<li>Adilah dan tidak pilih kasih terhadap karyawan, prasangka menimbulkan kemalasan</li>
<li>Periksalah dengan cermat semua nota pengeluaran dan pemasukan, kealpaan berakibat mahal</li>
<li>Periksalah dagangan sebelum diterima, kesembronoan mendatangkan kemalangan</li>
<li>Kajilah dengan teliti setiap perjanjian, ingkar menghancurkan kepercayaan</li>
<li>Bijaksanalah dan jujur dalam usah, manajemen yang buruk membuka peluang bagi korupsi</li>
<li>Tunjukanlah rasa tanggung jawab, sikap tak bertanggung jawab mungundang kesulitan</li>
<li>Bersikaplah tenang dan penuh percaya diri, sikap nekat menghambat perkembangan</li>
</ol>
<p>sekarang sudah tahu rahasia bisnis Orang TiongHok .. tidak pake lama *GPL*</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2008/06/09/16-prinsip-bisnis-tou-chu-kung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>:: Terlambat Sudah ::</title>
		<link>http://blog.b214oy.web.id/2007/09/07/terlambat-sudah/</link>
		<comments>http://blog.b214oy.web.id/2007/09/07/terlambat-sudah/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 01:33:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://b214oy.wordpress.com/2007/09/07/terlambat-sudah/</guid>
		<description><![CDATA[Iseng iseng cari di PO filetype:txt intext:”mysql_connect” site:id , saya mendapatkan sesuatu yang menarik yg bisa buat dilihat-lihat dan yang ini setelah menuju link tersebuat disana bisa dilihat index.php or index.html sudah diganti menjadi deface.htm kemungkinan web tersebut sudah dah crack oleh seseorang kemudian saya mencoba untuk login kedalam phpmyadmin dengan login &#8220;root&#8221;"tapedeh&#8221;, tara ternyata [...]]]></description>
			<content:encoded><![CDATA[<p>Iseng iseng cari di PO filetype:txt intext:”mysql_connect” site:id , saya mendapatkan sesuatu yang menarik yg bisa buat dilihat-lihat</p>
<p><a href="http://b214oy.files.wordpress.com/2007/09/1.png" title="Direct link to file"><img src="http://b214oy.files.wordpress.com/2007/09/1.thumbnail.png" alt="Search" height="162" width="361" /></a></p>
<p>dan yang ini setelah menuju link tersebuat disana bisa dilihat index.php or index.html sudah diganti menjadi deface.htm kemungkinan web tersebut sudah dah crack oleh seseorang</p>
<p><a href="http://b214oy.files.wordpress.com/2007/09/sudah_dihacking.png" title="Direct link to file"><img src="http://b214oy.files.wordpress.com/2007/09/sudah_dihacking.thumbnail.png" alt="sdhack" height="213" width="362" /></a></p>
<p>kemudian saya mencoba untuk login kedalam phpmyadmin dengan login &#8220;root&#8221;"tapedeh&#8221;, tara ternyata bisa sok itu phpmyadmin tinggal mau diapain terserah anda<br />
<a href="http://b214oy.files.wordpress.com/2007/09/testhacking.png" title="Direct link to file"><img src="http://b214oy.files.wordpress.com/2007/09/testhacking.thumbnail.png" alt="testlogin" height="223" width="369" /></a></p>
<p>Gret&#8217;z to</p>
<p>*echo &amp; jasakom</p>
<p>**Pergunakan artikel ini dengan tanggung jawab sendiri penulis tidak bertanggung jawab apabila disalah gunakan</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2007/09/07/terlambat-sudah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

