Comments on: Article: Decoding a User Space Encoded PHP Script http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/ "improving the security of the PHP ecosystem" Tue, 01 Jun 2010 13:59:11 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: Jesse http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/comment-page-1/#comment-7 Jesse Mon, 17 May 2010 12:29:37 +0000 http://php-security.org/?p=246#comment-7 hehe, I want to know the answer too.<br>However, when I put the encrypted php into windows, it works well and output "hello world".<br>It just doesn't work at my linux box. IMO, this might be caused by locale environment.<br>Sorry to bother you. hehe, I want to know the answer too.
However, when I put the encrypted php into windows, it works well and output “hello world”.
It just doesn't work at my linux box. IMO, this might be caused by locale environment.
Sorry to bother you.

]]>
By: stefanesser http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/comment-page-1/#comment-6 stefanesser Mon, 17 May 2010 12:16:53 +0000 http://php-security.org/?p=246#comment-6 I am not sure how you download the files and how you execute them. However the error you describe always happens when the unprintable characters in the PHP script gets destroyed. I am not sure how you download the files and how you execute them. However the error you describe always happens when the unprintable characters in the PHP script gets destroyed.

]]>
By: Jesse http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/comment-page-1/#comment-5 Jesse Mon, 17 May 2010 12:13:58 +0000 http://php-security.org/?p=246#comment-5 Well, I came to <a href="http://php-crypt.com" rel="nofollow">php-crypt.com</a>, and downloadd the encrypted "hello world" like below<br><?php<br>echo "hello world";<br>?><br>But the error still occurs, here is the screenshot i39.tinypic.com/1pc7yq.jpg<br>Regards,<br>Jesse Well, I came to php-crypt.com, and downloadd the encrypted “hello world” like below
<?php
echo “hello world”;
?>
But the error still occurs, here is the screenshot i39.tinypic.com/1pc7yq.jpg
Regards,
Jesse

]]>
By: stefanesser http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/comment-page-1/#comment-9 stefanesser Mon, 17 May 2010 11:46:53 +0000 http://php-security.org/?p=246#comment-9 This does not work for you because the encoded PHP contains a bunch of non printable characters that cannot be displayed in the HTML. Therefore your copy of the script is incomplete. If you want to reproduce this test you have to go to <a href="http://php-crypt.com" rel="nofollow">php-crypt.com</a> and encode your own demo script. This does not work for you because the encoded PHP contains a bunch of non printable characters that cannot be displayed in the HTML. Therefore your copy of the script is incomplete. If you want to reproduce this test you have to go to php-crypt.com and encode your own demo script.

]]>
By: Jesse http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/comment-page-1/#comment-8 Jesse Mon, 17 May 2010 10:03:14 +0000 http://php-security.org/?p=246#comment-8 The "hello world" doesn't work at my box.<br>Fatal error: Call to undefined function a#c++*91+() in /usr/local/webserver/php/bin/temp.php on line 9<br>a#c++*91+ is the value of $OO000OO000OO.<br>Can you help me? My php compiling params ./configure --enable-shared --without-pear --without-sqlite --with-zlib <br>yeah, I compile the php from scratch in order to test this.<br>Regards,<br>Jesse The “hello world” doesn't work at my box.
Fatal error: Call to undefined function a#c++*91+() in /usr/local/webserver/php/bin/temp.php on line 9
a#c++*91+ is the value of $OO000OO000OO.
Can you help me? My php compiling params ./configure –enable-shared –without-pear –without-sqlite –with-zlib
yeah, I compile the php from scratch in order to test this.
Regards,
Jesse

]]>
By: Jon Daley http://php-security.org/2010/05/13/article-decoding-a-user-space-encoded-php-script/comment-page-1/#comment-4 Jon Daley Sun, 16 May 2010 02:12:50 +0000 http://php-security.org/?p=246#comment-4 Nifty script. I've done a couple by hand like that, but it was pretty painful. Nifty script. I've done a couple by hand like that, but it was pretty painful.

]]>