!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\phpMyAdmin\test\   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:     PMA_sanitize_test.php (1.03 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/**
 * tests for PMA_sanitize()
 *
 * @version $Id: PMA_sanitize_test.php 10140 2007-03-20 08:32:55Z cybot_tm $
 * @package phpMyAdmin-test
 */

/**
 *
 */
require_once 'PHPUnit/Framework.php';
require_once 
'./libraries/sanitizing.lib.php';

class 
PMA_sanitize_test extends PHPUnit_Framework_TestCase
{
    public function 
testXssInHref()
    {
        
$this->assertEquals('[a@javascript:alert(\'XSS\');@target]link</a>',
            
PMA_sanitize('[a@javascript:alert(\'XSS\');@target]link[/a]'));
    }

    public function 
testLink()
    {
        
$this->assertEquals('<a href="http://www.phpmyadmin.net/" target="target">link</a>',
            
PMA_sanitize('[a@http://www.phpmyadmin.net/@target]link[/a]'));
    }

    public function 
testHtmlTags()
    {
        
$this->assertEquals('&lt;div onclick=""&gt;',
            
PMA_sanitize('<div onclick="">'));
    }

    public function 
testBbcoe()
    {
        
$this->assertEquals('<strong>strong</strong>',
            
PMA_sanitize('[b]strong[/b]'));
    }
}
?>

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