<?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>BernadSatriani.NET &#124; Catatan Perjalanan &#187; Wordpress</title>
	<atom:link href="http://www.bernadsatriani.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bernadsatriani.net</link>
	<description></description>
	<lastBuildDate>Wed, 28 Apr 2010 05:20:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress 2.8.3 Vulnerability</title>
		<link>http://www.bernadsatriani.net/2009/09/06/wordpress-2-8-3-vulnerability/</link>
		<comments>http://www.bernadsatriani.net/2009/09/06/wordpress-2-8-3-vulnerability/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 23:23:47 +0000</pubDate>
		<dc:creator>bernadsatriani</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[reset admin]]></category>
		<category><![CDATA[wordpress 2.8.3]]></category>

		<guid isPermaLink="false">http://www.bernadsatriani.net/?p=235</guid>
		<description><![CDATA[Beberapa minggu lalu mendapat informasi melalui twitter milik @milw0rm, bahwa telah ditemukan bug baru pada WordPress 2.8.3 yaitu Remote Admin Reset Password. Bagi yang masih menggunakan WordPress versi 2.8.3 hendaknya mengupdate ke versi terbaru yaitu versi 2.8.4 Bug ini menyerang pada file wp-login.php dengan mengubah nilai aray $key pada file wp-login.php tersebut. Maka otomatis password [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Beberapa minggu lalu mendapat informasi melalui <a href="http://twitter.com">twitter</a> milik <a href="http://twitter.com/milw0rm">@milw0rm</a>, bahwa telah ditemukan bug baru pada <a href="http://www.milw0rm.com/exploits/9410">WordPress 2.8.3</a> yaitu Remote Admin Reset Password. Bagi yang masih menggunakan WordPress versi 2.8.3 hendaknya mengupdate ke versi terbaru yaitu versi 2.8.4</p>
<p style="text-align: justify;">Bug ini menyerang pada file wp-login.php dengan mengubah nilai aray $key pada file wp-login.php tersebut. Maka otomatis password akan tereset sendiri. Konsepnya serangannya adalah menginput url setelah wp.login.php</p>
<blockquote>
<pre style="text-align: center;">http://DOMAIN_NAME.TLD/wp-login.php?action=rp&amp;key[]=</pre>
</blockquote>
<p style="text-align: justify;">Untuk mengatasinya, selain mengupdate versi wordpress adalah memodifikasi isi dari file wp-login.php</p>
<p style="text-align: justify;">Edit file wp-login.php, lalu cari script <strong>if ( empty( $key ) )</strong></p>
<p style="text-align: justify;">Lalu ubah script tersebut menjadi <strong>if ( empty( $key ) || is_array( $key ) )</strong></p>
<p style="text-align: justify;">Cara tersebut dilakukan untuk mencegah attacker mengubah nilai aray $key untuk mereset password.</p>
<p style="text-align: center;"><a href="http://javawebhost.net"><img class="aligncenter" src="http://maniakfoto.net/wp-content/uploads/2009/09/support.jpg" alt="" width="468" height="100" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bernadsatriani.net/2009/09/06/wordpress-2-8-3-vulnerability/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What&#039;s Wrong With Bad Behavior ?</title>
		<link>http://www.bernadsatriani.net/2009/07/16/whats-wrong-with-bad-behavior/</link>
		<comments>http://www.bernadsatriani.net/2009/07/16/whats-wrong-with-bad-behavior/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 00:10:03 +0000</pubDate>
		<dc:creator>bernadsatriani</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bad behavior]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.bernadsatriani.net/?p=169</guid>
		<description><![CDATA[Yesterday morning, when I checked my blog for umpteenth time. I try to view the log of my blog from Bad Behavior plugin. Wow, I surprised when I saw my password is show there What&#8217;s wrong with this plugin ? I dont know exactly.. I see ip address and its time, yeah maybe they are [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Yesterday morning, when I checked my blog for umpteenth time. I try to view the log of my blog from Bad Behavior plugin. Wow, I surprised when I saw my password is show there <img src='http://www.bernadsatriani.net/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
<p style="text-align: justify;">What&#8217;s wrong with this plugin ? I dont know exactly.. <img src='http://www.bernadsatriani.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://bernadsatriani.net/files/badbehavior.jpg"><img class="aligncenter" src="http://bernadsatriani.net/files/badbehavior.jpg" alt="" width="475" height="355" /></a></p>
<p style="text-align: justify;">I see ip address and its time, yeah maybe they are my ip address that I used when I logged into my dashboard.</p>
<p style="text-align: justify;">Hm.. Anyone can give me the reason ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bernadsatriani.net/2009/07/16/whats-wrong-with-bad-behavior/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>5 Steps To Protection WordPress</title>
		<link>http://www.bernadsatriani.net/2009/04/13/5-steps-to-protection-wordpress/</link>
		<comments>http://www.bernadsatriani.net/2009/04/13/5-steps-to-protection-wordpress/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 19:24:36 +0000</pubDate>
		<dc:creator>bernadsatriani</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.bernadsatriani.net/?p=93</guid>
		<description><![CDATA[1. Create .htaccess Create .htaccess file like this : &#60;IfModule mod_rewrite.c&#62; RewriteEngine On php_flag register_globals off RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] &#60;/IfModule&#62; &#60;Files wp-config.php&#62; Order Deny,Allow Deny from All &#60;/Files&#62; 2. Create Robots.txt User-agent: * Allow: / Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/ 3. Create file index.html Create [...]]]></description>
			<content:encoded><![CDATA[<div class="format_text entry-content">
<p><strong>1. Create .htaccess</strong></p>
<p>Create .htaccess file like this :</p>
<p>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
php_flag register_globals off<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p>
<p>&lt;Files wp-config.php&gt;<br />
Order Deny,Allow<br />
Deny from All<br />
&lt;/Files&gt;</p>
<p><strong>2. Create Robots.txt</strong></p>
<p>User-agent: *<br />
Allow: /<br />
Disallow: /wp-admin/<br />
Disallow: /wp-includes/<br />
Disallow: /wp-content/</p>
<p><strong>3. Create file index.html</strong></p>
<p>Create index file with blank content or whatever do you want in plugin directory wp-content/plugins/index.php</p>
<p>4. <a title="Hapus Meta Name Generator WordPress" href="http://wp-magz.com/tips/hapus-meta-name-generator-wordpress.html" target="_self">Remove Meta Name Generator WordPress</a></p>
<p>5. Upgrade your WordPress with newest version</p>
<p>Source :</p>
<p>- <a href="http://google.com">Google</a></p>
<p>- <a href="http://wp-magz.com">wp-magz.com</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bernadsatriani.net/2009/04/13/5-steps-to-protection-wordpress/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>I&#039;m Using WordPress 2.8-bleeding-edge</title>
		<link>http://www.bernadsatriani.net/2009/04/11/im-using-wordpress-28-bleeding-edge/</link>
		<comments>http://www.bernadsatriani.net/2009/04/11/im-using-wordpress-28-bleeding-edge/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 23:14:54 +0000</pubDate>
		<dc:creator>bernadsatriani</dc:creator>
				<category><![CDATA[Intermezzo]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bleeding edge]]></category>
		<category><![CDATA[moving host]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wp 2.8]]></category>

		<guid isPermaLink="false">http://www.bernadsatriani.net/?p=89</guid>
		<description><![CDATA[Yesterday, my web server at this blog getting down because someone has attacking / DDOS this server. Until 1 days, my server is down. So my friend, Hamid asking me whether to move to his server.  I answer if i do. So, at tonight I backing up all of my database and files from old [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Yesterday, my web server at this blog getting down because someone has attacking / DDOS this server. Until 1 days, my server is down. So my friend, <a href="http://bocahmiring.com">Hamid</a> asking me whether to move to his server.  I answer if i do. So, at tonight I backing up all of my database and files from old server.</p>
<p style="text-align: justify;">So, now I was moving host server that&#8217;s same like <a href="http://bocahmiring.com">Hamid</a>. And also using WordPress 2.8-bleeding-edge. Thanks for the support from bro <a href="http://bocahmiring.com">Hamid</a> for hosting and upgrading my WordPress to WordPress 2.8-bleeding-edge.</p>
<p style="text-align: justify;">This version of WordPress same like <a href="http://ma.tt">Matt&#8217;s WordPress</a>.</p>
<p style="text-align: justify;">Note : Thanks a lot to <a href="http://bocahmiring.com">Hamid</a> at <a href="http://bocahmiring.com">Bocahmiring.Com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bernadsatriani.net/2009/04/11/im-using-wordpress-28-bleeding-edge/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
