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.119.121.190
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
console
1.31
KB
-rwxr-xr-x
generate-mo
752
B
-rwxr-xr-x
match-twig-cache
806
B
-rw-r--r--
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 : console
#!/usr/bin/env php <?php use PhpMyAdmin\Command\CacheWarmupCommand; use PhpMyAdmin\Command\FixPoTwigCommand; use PhpMyAdmin\Command\SetVersionCommand; use PhpMyAdmin\Command\WriteGitRevisionCommand; use PhpMyAdmin\Command\TwigLintCommand; use PhpMyAdmin\Config; use PhpMyAdmin\Container\ContainerBuilder; use PhpMyAdmin\DatabaseInterface; use PhpMyAdmin\Tests\Stubs\DbiDummy; use Symfony\Component\Console\Application; if (! defined('ROOT_PATH')) { define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR); } define('PHPMYADMIN', true); require_once ROOT_PATH . 'app/constants.php'; require_once AUTOLOAD_FILE; if (! class_exists(Application::class)) { echo 'Be sure to have dev-dependencies installed.' . PHP_EOL; echo 'Command aborted.' . PHP_EOL; exit(1); } $containerBuilder = ContainerBuilder::getContainer(); $cfg['environment'] = 'production'; $config = new Config(); $config->loadAndCheck(CONFIG_FILE); $config->set('environment', $cfg['environment']); $dbi = new DatabaseInterface(new DbiDummy()); $application = new Application('phpMyAdmin Console Tool'); $application->add(new CacheWarmupCommand()); $application->add(new TwigLintCommand()); $application->add(new SetVersionCommand()); $application->add(new WriteGitRevisionCommand()); $application->add(new FixPoTwigCommand()); $application->run();
Close