!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)

C:\Intranet\C\xampp\htdocs\xampp\special\ps\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.35%)
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:     overprint.php (805 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
define
("LEFT_BORDER"50);

function 
footer($ps$text) {
    
$psfont ps_findfont($ps"Helvetica"""0);
    
ps_setfont($ps$psfont8.0);
    
$buffer "This file has been created with pslib ".ps_get_parameter($ps"dottedversion"0.0);
    
ps_show_xy($ps$bufferLEFT_BORDER25);
}

$ps ps_new();

if (!
ps_open_file($ps"overprint.ps")) {
    print 
"Cannot open PostScript file\n";
    exit;
}

ps_set_info($ps"Creator""draw.php");
ps_set_info($ps"Author""Uwe Steinmann");
ps_set_info($ps"Title""Overprint");

ps_begin_page($ps596842);
footer($ps"");
ps_setcolor($ps"fill""cmyk"1.00.00.00.0);
ps_rect($ps100100200200);
ps_fill($ps);
ps_setoverprintmode($ps1);
ps_rect($ps120120100100);
ps_fill($ps); 
ps_end_page($ps);

ps_close($ps);
ps_delete($ps);
?>

:: 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.0312 ]--