!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\php\pear\phpwebdriver\   drwxrwxrwx
Free 8.01 GB of 239.26 GB (3.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:     WebDriverResponseStatus.php (1.74 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class WebDriverResponseStatus {
    const 
Success     0;    //The command executed successfully.
    
const NoSuchElement     =7;     //An element could not be located on the page using the given search parameters.
    
const NoSuchFrame     =8;     //A request to switch to a frame could not be satisfied because the frame could not be found.
    
const UnknownCommand     =9;     //The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource.
    
const StaleElementReference=10;       //An element command failed because the referenced element is no longer attached to the DOM.
    
const ElementNotVisible=11;     //An element command could not be completed because the element is not visible on the page.
    
const InvalidElementState=12;     //An element command could not be completed because the element is in an invalid state (e.g. attempting to click a disabled element).
    
const UnknownError=13;     //An unknown server-side error occurred while processing the command.
    
const ElementIsNotSelectable=15;     //An attempt was made to select an element that cannot be selected.
    
const JavaScriptError=17;     //An error occurred while executing user supplied JavaScript.
    
const XPathLookupError=19;     //An error occurred while searching for an element by XPath.
    
const NoSuchWindow=23;     //A request to switch to a different window could not be satisfied because the window could not be found.
    
const InvalidCookieDomain=24;     //An illegal attempt was made to set a cookie under a different domain than the current page.
    
const UnableToSetCookie=25;     //A request to set a cookie's value could not be satisfied.
    
const Timeout=28;         //A command did not complete before its timeout expired.
    
}
?>

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