!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\php\PEAR\Net\tests\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.36%)
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:     01-portscan.php (947 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/** $Id: 01-portscan.php,v 1.2 2003/04/22 12:03:35 mj Exp $ */
require_once "Net/Portscan.php";

/** Test for checkPort() and getService() */
if (Net_Portscan::checkPort("localhost"80) == NET_PORTSCAN_SERVICE_FOUND) {
    echo 
"There is a service on your machine on port 80 (" Net_Portscan::getService(80) . ").\n";
}

/** Test for checkPortRange() */
echo "Scanning localhost ports 70-90\n";
$result Net_Portscan::checkPortRange("localhost"7090);

foreach (
$result as $port => $element) {
    echo 
"Port " $port ": ";
    if (
$element == NET_PORTSCAN_SERVICE_FOUND) {
        echo 
" Service found.\n";
    } else {
        echo 
" No service found.\n";
    }
}

/** Test for getService() */
echo "On port 22, there service " Net_Portscan::getService(22) . " is running.\n";

/** Test for getPort() */
echo "The finger service usually runs on port " Net_Portscan::getPort("finger") . ".\n";

?>

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