!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\jaime\wordpress\wp-content\themes\default\images\   drwxrwxrwx
Free 7.95 GB of 239.26 GB (3.32%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     header-img.php (2.1 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

$img 
'kubrickheader.jpg';

// If we don't have image processing support, redirect.
if ( ! function_exists('imagecreatefromjpeg') )
    die(
header("Location: kubrickheader.jpg"));

// Assign and validate the color values
$default false;
$vars = array('upper'=>array('r1''g1''b1'), 'lower'=>array('r2''g2''b2'));
foreach ( 
$vars as $var => $subvars ) {
    if ( isset(
$_GET[$var]) ) {
        foreach ( 
$subvars as $index => $subvar ) {
            
$length strlen($_GET[$var]) / 3;
            
$v substr($_GET[$var], $index $length$length);
            if ( 
$length == $v '' $v $v;
            $
$subvar hexdec$v );
            if ( $
$subvar || $$subvar 255 )
                
$default true;
        }
    } else {
        
$default true;
    }
}

if ( 
$default )
    list ( 
$r1$g1$b1$r2$g2$b2 ) = array ( 10517423165128182 );

// Create the image
$im imagecreatefromjpeg($img);

// Get the background color, define the rectangle height
$white imagecolorat$im1515 );
$h 182;

// Define the boundaries of the rounded edges ( y => array ( x1, x2 ) )
$corners = array(
    
=> array ( 25734 ),
    
=> array ( 23736 ),
    
=> array ( 22737 ),
    
=> array ( 21738 ),
    
=> array ( 21738 ),
    
177 => array ( 21738 ),
    
178 => array ( 21738 ),
    
179 => array ( 22737 ),
    
180 => array ( 23736 ),
    
181 => array ( 25734 ),
    );

// Blank out the blue thing
for ( $i 0$i $h$i++ ) {
    
$x1 19;
    
$x2 740;
    
imageline$im$x118 $i$x218 $i$white );
}

// Draw a new color thing
for ( $i 0$i $h$i++ ) {
    
$x1 20;
    
$x2 739;
    
$r = ( $r2 $r1 != ) ? $r1 + ( $r2 $r1 ) * ( $i $h ) : $r1;
    
$g = ( $g2 $g1 != ) ? $g1 + ( $g2 $g1 ) * ( $i $h ) : $g1;
    
$b = ( $b2 $b1 != ) ? $b1 + ( $b2 $b1 ) * ( $i $h ) : $b1;
    
$color imagecolorallocate$im$r$g$b );
    if ( 
array_key_exists($i$corners) ) {
        
imageline$im$x118 $i$x218 $i$white );
        list ( 
$x1$x2 ) = $corners[$i];
    }
    
imageline$im$x118 $i$x218 $i$color );
}

//die;
header("Content-Type: image/jpeg");
imagejpeg($im''92);
imagedestroy($im);
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--