<?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>HostOnNet.com &#187; decode gzinflate</title>
	<atom:link href="http://blog.hostonnet.com/tag/decode-gzinflate/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hostonnet.com</link>
	<description>Windows, Linux, Ubuntu, Web Hosting</description>
	<lastBuildDate>Mon, 07 Jun 2010 08:14:59 +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>Decrypt eval gzinflate base64_decode encryped php script</title>
		<link>http://blog.hostonnet.com/decrypt-eval-gzinflate-base64_decode-encryped-php-script</link>
		<comments>http://blog.hostonnet.com/decrypt-eval-gzinflate-base64_decode-encryped-php-script#comments</comments>
		<pubDate>Sun, 31 May 2009 02:34:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[decode base64_decode]]></category>
		<category><![CDATA[decode eval gzinflate]]></category>
		<category><![CDATA[decode gzinflate]]></category>
		<category><![CDATA[decrypt php encode]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=49</guid>
		<description><![CDATA[Today i see a php script, that is encrypted with eval&#40;gzinflate&#40;base64_decode&#40;'JUNK_CODE_HERE'&#41;&#41;&#41;; I tried to decrypt the script, but it have many levels of recurring gzinflate, base64_decode encryption. If some one runs a script encrypted like this, it take more server resource to do all decryption, must consider ioncube, phpshield or zend encoder for encoding php [...]]]></description>
			<content:encoded><![CDATA[<p>Today i see a php script, that is encrypted with</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">eval</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">gzinflate</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">base64_decode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'JUNK_CODE_HERE'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>I tried to decrypt the script, but it have many levels of recurring gzinflate, base64_decode encryption. If some one runs a script encrypted like this, it take more server resource to do all decryption, must consider ioncube, phpshield or zend encoder for encoding php scripts.</p>
<p>I have written a php script that will decrypt scripts encoded with eval, gzinflate, base64_decode. The script can be modified to decrypt other combination of encryption like str_rot13</p>
<p><a href="http://blog.hostonnet.com/files_hon/decode.phps">http://blog.hostonnet.com/files_hon/decode.phps</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/decrypt-eval-gzinflate-base64_decode-encryped-php-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
