!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:\copia nuevo\htdocs\xampp\   drwxrwxrwx
Free 9.41 GB of 239.26 GB (3.93%)
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:     splash-swf.php (628 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
  $m 
= new SWFMovie();
  
$m->setDimension(400100);
  
$m->setBackground(0xff0xff0xff);

  
$logo = new SWFSprite();
  
$j $m->add($logo);
  
$j->setName("logo");

  
$m->add(new SWFAction("loadMovie('splash-logo.php','logo');"));

  
$step=0.1;
  for(
$i=0;;$i+=$step)
  {
    if(
$i>100)$i=100;
    
$x=400-(400*$i/200)-200;    
    
$y=100-(100*$i/200)-50;    
    
$s=$i;
      
$m->add(new SWFAction("logo._rotation = $i; logo._xScale=$s; logo._yScale=$s; logo._x= $x; logo._y=$y;"));
    
$m->nextFrame();
    
$step*=1.2;
    if(
$i==100)break;
  }

  
header('Content-type: application/x-shockwave-flash');
  
$m->output();
?>

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