<?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"
	>
<channel>
	<title>Kommentare fuer macosbrain</title>
	<atom:link href="http://wordpress.macosbrain.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.macosbrain.com</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 06:27:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Kommentar zu eval gzinflate base64_decode str_rot13 part 2 von admin</title>
		<link>http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6910</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 08 Jul 2008 05:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6910</guid>
		<description>it is not so easy as you think.
because the php script can't understand the obfuscated  sourcecode (have a look at http://en.wikipedia.org/wiki/Obfuscated_code).
i think you can compare the  obfuscated code with an captcha. just a human knows how to "solve it".
with my script it is possible to solve "standard captchas". your script requires an adjusted "captcha breaker".</description>
		<content:encoded><![CDATA[<p>it is not so easy as you think.<br />
because the php script can&#8217;t understand the obfuscated  sourcecode (have a look at <a href="http://en.wikipedia.org/wiki/Obfuscated_code" rel="nofollow">http://en.wikipedia.org/wiki/Obfuscated_code</a>).<br />
i think you can compare the  obfuscated code with an captcha. just a human knows how to &#8220;solve it&#8221;.<br />
with my script it is possible to solve &#8220;standard captchas&#8221;. your script requires an adjusted &#8220;captcha breaker&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu eval gzinflate base64_decode str_rot13 part 2 von Karan Anand</title>
		<link>http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6892</link>
		<dc:creator>Karan Anand</dc:creator>
		<pubDate>Sun, 06 Jul 2008 14:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6892</guid>
		<description>@Macosbrain
I know what you are trying to say. I have also seen your script, but for some reasons it didn't work. I know there are many scripts like yours which are more advanced. but the major problem with them is with $__F=__FILE__;$__C decoding. Now please tell me how to decode this.</description>
		<content:encoded><![CDATA[<p>@Macosbrain<br />
I know what you are trying to say. I have also seen your script, but for some reasons it didn&#8217;t work. I know there are many scripts like yours which are more advanced. but the major problem with them is with $__F=__FILE__;$__C decoding. Now please tell me how to decode this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu eval gzinflate base64_decode str_rot13 part 2 von admin</title>
		<link>http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6890</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 06 Jul 2008 09:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6890</guid>
		<description>hi karan,

that is exactly what my script does, but with one big advantage, my script does this recursive.
just imagine your sourcecode ist 100-times "encrypted" do you realy want to decrypt it manual. i dont think so.</description>
		<content:encoded><![CDATA[<p>hi karan,</p>
<p>that is exactly what my script does, but with one big advantage, my script does this recursive.<br />
just imagine your sourcecode ist 100-times &#8220;encrypted&#8221; do you realy want to decrypt it manual. i dont think so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu eval gzinflate base64_decode str_rot13 part 2 von Karan Anand</title>
		<link>http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6876</link>
		<dc:creator>Karan Anand</dc:creator>
		<pubDate>Sat, 05 Jul 2008 06:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6876</guid>
		<description>Hey guys, i figured out anither easy way to decode footers. just replace the eval word with echo. now instead of giving the decoded code it will print it out. Now check your page source it will be there.

If you have a footer which does not have a eval function and have some thing starting like $o="QAAA...... "  or $__F=__FILE__;$__C #  then just run the php file as it is on server and them check page source!

but there are custom encryption where i can not help

More information:


http://www.karananand.co.cc/blog/2008/07/the-easiest-way-to-decode-decrypt-eval-gzinflate-str_rot13-base64_decode-or-__f__file____c/</description>
		<content:encoded><![CDATA[<p>Hey guys, i figured out anither easy way to decode footers. just replace the eval word with echo. now instead of giving the decoded code it will print it out. Now check your page source it will be there.</p>
<p>If you have a footer which does not have a eval function and have some thing starting like $o=&#8221;QAAA&#8230;&#8230; &#8221;  or $__F=__FILE__;$__C #  then just run the php file as it is on server and them check page source!</p>
<p>but there are custom encryption where i can not help</p>
<p>More information:</p>
<p><a href="http://www.karananand.co.cc/blog/2008/07/the-easiest-way-to-decode-decrypt-eval-gzinflate-str_rot13-base64_decode-or-__f__file____c/" rel="nofollow">http://www.karananand.co.cc/blog/2008/07/the-easiest-way-to-decode-decrypt-eval-gzinflate-str_rot13-base64_decode-or-__f__file____c/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu eval gzinflate base64_decode str_rot13 part 2 von ewok</title>
		<link>http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6870</link>
		<dc:creator>ewok</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.macosbrain.com/2006/10/19/eval-gzinflate-base64_decode-str_rot13-part-2/#comment-6870</guid>
		<description>Dear admin, can you help me decode this script?? I already sent the code to your mail.

Thanks in advance :)</description>
		<content:encoded><![CDATA[<p>Dear admin, can you help me decode this script?? I already sent the code to your mail.</p>
<p>Thanks in advance <img src='http://wordpress.macosbrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
