Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Zend decode - $_obfuscate Results
04-20-2012, 10:22 AM (This post was last modified: 04-20-2012 10:28 AM by NoBack.)
Post: #1
Zend decode - $_obfuscate Results
Hello,

Whos the Problem by this file (Zend 5) Decrypt
files in the Attachment ..


Decode Output
PHP Code:
function createimage$_obfuscate_LM35OcVjOOJ1$_obfuscate_54Y6ZmNci58PDgÿ$_obfuscate_5Qÿÿ$_obfuscate_OAÿÿ )
{
    global 
$HTTP_SESSION_VARS;
    global 
$HTTP_GET_VARS;
    
mt_srand( ( double ) * 1000000 );
    
$_obfuscate_UGoBBobdFdYÿ mt_rand100000999999 );
    
$_obfuscate_38lJ6BqA $HTTP_GET_VARS['image'];
    if ( 
is_numeric$HTTP_SESSION_VARS['anmeldung_val_var'][$_obfuscate_38lJ6BqA] ) && $HTTP_SESSION_VARS['anmeldung_val_var'][$_obfuscate_38lJ6BqA] != && $HTTP_SESSION_VARS['anmeldung_val_var'][$_obfuscate_38lJ6BqA] != "" )
    {
        
$_obfuscate_UGoBBobdFdYÿ $HTTP_SESSION_VARS['anmeldung_val_var'][$_obfuscate_38lJ6BqA];
    }
    if ( 
is_array$HTTP_SESSION_VARS['anmeldung_val_var'] ) )
    {
        
$HTTP_SESSION_VARS['anmeldung_val_var'] = array( );
    }
    
$HTTP_SESSION_VARS['anmeldung_val_var'][$_obfuscate_38lJ6BqA] = $_obfuscate_UGoBBobdFdYÿ;
    if ( !( 
$_obfuscate_GtMÿ imagecreate$_obfuscate_5Qÿÿ$_obfuscate_OAÿÿ ) ) )
    {
        exit( 
"Cannot Initialize new GD image stream" );
    }
    
$_obfuscate_fP1lU2jUcPfYVhGbvXP2Qÿÿ imagecolorallocate$_obfuscate_GtMÿ$_obfuscate_LM35OcVjOOJ1[0], $_obfuscate_LM35OcVjOOJ1[1], $_obfuscate_LM35OcVjOOJ1[2] );
    
$_obfuscate_IAM4q8TpnVvjlwÿÿ imagecolorallocate$_obfuscate_GtMÿ$_obfuscate_54Y6ZmNci58PDgÿ[0], $_obfuscate_54Y6ZmNci58PDgÿ[1], $_obfuscate_54Y6ZmNci58PDgÿ[2] );
    
imagestring$_obfuscate_GtMÿ500$_obfuscate_UGoBBobdFdYÿ$_obfuscate_IAM4q8TpnVvjlwÿÿ );
    
header"Content-type: image/png" );
    
imagepng$_obfuscate_GtMÿ );
    
imagedestroy$_obfuscate_GtMÿ );
}

include( 
"mysql.php" );
createimage( array( 255255255 ), array( 00), 6014 ); 

Lg


Attached File(s)
.rar  encode.rar (Size: 2.73 KB / Downloads: 46)
Find all posts by this user
Quote this message in a reply
04-20-2012, 11:37 AM
Post: #2
RE: Zend decode - $_obfuscate Results
there is no need to deobfuscate the $_vars (ioncube or zend or any obfuscation)
you need only internal functions
Find all posts by this user
Quote this message in a reply
04-20-2012, 02:08 PM
Post: #3
RE: Zend decode - $_obfuscate Results
Decoded
PHP Code:
<?php
function createimage( $, $, $, $ )
{
    global 
$HTTP_SESSION_VARS;
    global 
$HTTP_GET_VARS;
    
mt_srand( ( double )$HTTP_GET_VARS 1000000 );
    $ = 
mt_rand100000999999 );
    $ = 
$HTTP_GET_VARS['image'];
    if ( 
is_numeric$HTTP_SESSION_VARS['anmeldung_val_var'][$] ) && $HTTP_SESSION_VARS['anmeldung_val_var'][$] != && $HTTP_SESSION_VARS['anmeldung_val_var'][$] != "" )
    {
        $ = 
$HTTP_SESSION_VARS['anmeldung_val_var'][$];
    }
    if ( !
is_array$HTTP_SESSION_VARS['anmeldung_val_var'] ) )
    {
        
$HTTP_SESSION_VARS['anmeldung_val_var'] = array( );
    }
    
$HTTP_SESSION_VARS['anmeldung_val_var'][$] = $;
    if ( !( $ = 
imagecreate( $, $ ) ) )
    {
        exit( 
"Cannot Initialize new GD image stream" );
    }
    $ = 
imagecolorallocate( $, $[0], $[1], $[2] );
    $ = 
imagecolorallocate( $, $[0], $[1], $[2] );
    
imagestring( $, 500, $, $ );
    
header"Content-type: image/png" );
    
imagepng( $ );
    
imagedestroy( $ );
}

include( 
"mysql.php" );
?>
Find all posts by this user
Quote this message in a reply
04-20-2012, 08:06 PM
Post: #4
RE: Zend decode - $_obfuscate Results
(04-20-2012 02:08 PM)magedxp Wrote:  Decoded
PHP Code:
<?php
function createimage( $, $, $, $ )
{
    global 
$HTTP_SESSION_VARS;
    global 
$HTTP_GET_VARS;
    
mt_srand( ( double )$HTTP_GET_VARS 1000000 );
    $ = 
mt_rand100000999999 );
    $ = 
$HTTP_GET_VARS['image'];
    if ( 
is_numeric$HTTP_SESSION_VARS['anmeldung_val_var'][$] ) && $HTTP_SESSION_VARS['anmeldung_val_var'][$] != && $HTTP_SESSION_VARS['anmeldung_val_var'][$] != "" )
    {
        $ = 
$HTTP_SESSION_VARS['anmeldung_val_var'][$];
    }
    if ( !
is_array$HTTP_SESSION_VARS['anmeldung_val_var'] ) )
    {
        
$HTTP_SESSION_VARS['anmeldung_val_var'] = array( );
    }
    
$HTTP_SESSION_VARS['anmeldung_val_var'][$] = $;
    if ( !( $ = 
imagecreate( $, $ ) ) )
    {
        exit( 
"Cannot Initialize new GD image stream" );
    }
    $ = 
imagecolorallocate( $, $[0], $[1], $[2] );
    $ = 
imagecolorallocate( $, $[0], $[1], $[2] );
    
imagestring( $, 500, $, $ );
    
header"Content-type: image/png" );
    
imagepng( $ );
    
imagedestroy( $ );
}

include( 
"mysql.php" );
?>

are you ok today ?
Find all posts by this user
Quote this message in a reply
04-20-2012, 08:25 PM
Post: #5
RE: Zend decode - $_obfuscate Results
(04-20-2012 08:06 PM)gerard Wrote:  
(04-20-2012 02:08 PM)magedxp Wrote:  Decoded
PHP Code:
<?php
function createimage( $, $, $, $ )
{
    global 
$HTTP_SESSION_VARS;
    global 
$HTTP_GET_VARS;
    
mt_srand( ( double )$HTTP_GET_VARS 1000000 );
    $ = 
mt_rand100000999999 );
    $ = 
$HTTP_GET_VARS['image'];
    if ( 
is_numeric$HTTP_SESSION_VARS['anmeldung_val_var'][$] ) && $HTTP_SESSION_VARS['anmeldung_val_var'][$] != && $HTTP_SESSION_VARS['anmeldung_val_var'][$] != "" )
    {
        $ = 
$HTTP_SESSION_VARS['anmeldung_val_var'][$];
    }
    if ( !
is_array$HTTP_SESSION_VARS['anmeldung_val_var'] ) )
    {
        
$HTTP_SESSION_VARS['anmeldung_val_var'] = array( );
    }
    
$HTTP_SESSION_VARS['anmeldung_val_var'][$] = $;
    if ( !( $ = 
imagecreate( $, $ ) ) )
    {
        exit( 
"Cannot Initialize new GD image stream" );
    }
    $ = 
imagecolorallocate( $, $[0], $[1], $[2] );
    $ = 
imagecolorallocate( $, $[0], $[1], $[2] );
    
imagestring( $, 500, $, $ );
    
header"Content-type: image/png" );
    
imagepng( $ );
    
imagedestroy( $ );
}

include( 
"mysql.php" );
?>

are you ok today ?

haha...you right... any OBF may use without decoding

>>>>>Read this first>>>>>
Decoding temp stopped in all directions till HNY maybe more,
I have all encoders techonologiesWink and I think need give way for new projects, peoples, names. Lets see how this going till this lineWink
<<<<<Read this first<<<<<
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication