!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\php\PEAR\tests\MDB2\tests\   drwxrwxrwx
Free 4.95 GB of 239.26 GB (2.07%)
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:     testchoose.php (1.81 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

// BC hack to define PATH_SEPARATOR for version of PHP prior 4.3
if (!defined('PATH_SEPARATOR')) {
    if (
defined('DIRECTORY_SEPARATOR') && DIRECTORY_SEPARATOR == "\\") {
        
define('PATH_SEPARATOR'';');
    } else {
        
define('PATH_SEPARATOR'':');
    }
}
ini_set('include_path''..'.PATH_SEPARATOR.ini_get('include_path'));

require_once 
'PHPUnit.php';
require_once 
'test_setup.php';
require_once 
'testUtils.php';

$output '';
foreach (
$testcases as $testcase) {
    include_once 
$testcase.'.php';
    
$output.= '<fieldset>'."\n";
    
$output.= '<legend><input type="checkbox" id="selectAll_'.$testcase.'" onclick="return checkAll(\''.$testcase.'\');" /> <b>TestCase : '.$testcase.'</b></legend>'."\n";
    
$testmethods[$testcase] = getTests($testcase);
    foreach (
$testmethods[$testcase] as $method) {
        
$output.= testCheck($testcase$method);
    }
    
$output.= "</fieldset><br />\n\n";
    
$output.= "<input name=\"submit\" type=\"submit\"><br /> <br />\n\n";
}

?>
<html>
<head>
<title>MDB2 Tests</title>
<link href="tests.css" rel="stylesheet" type="text/css">
<script language="javascript" type="text/javascript">
<!--
function checkAll(testcase)
{
    var boolValue = document.getElementById('selectAll_'+testcase).checked;
    var substr_name = "testmethods[" + testcase + "]";
    var substr_len = substr_name.length;
    for (var i=0; i<document.getElementsByTagName('input').length; i++)
    {
        var e = document.getElementsByTagName('input').item(i);
        if (e.getAttribute('type') == 'checkbox') {
            if (e.name.substr(0, substr_len) == substr_name) {
                e.checked = boolValue;
            }
        }
    }
}
// -->
</script>
</head>
<body>

<form id="testchooseForm" name="testchooseForm" method="post" action="test.php">
<?php
echo($output);
?>

</form>
</body>
</html>

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