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 | : 216.73.216.109
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 /
cravings-staging /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxrwxr-x
app
[ DIR ]
drwxrwxr-x
bootstrap
[ DIR ]
drwxrwxr-x
config
[ DIR ]
drwxrwxr-x
database
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
public
[ DIR ]
drwxrwxr-x
resources
[ DIR ]
drwxrwxr-x
routes
[ DIR ]
drwxrwxr-x
storage
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
vendor
[ DIR ]
drwxrwxr-x
.babelrc
203
B
-rw-rw-r--
.editorconfig
213
B
-rw-rw-r--
.env
1.56
KB
-rwxr-xr-x
.env.example
514
B
-rw-rw-r--
.env.testing
776
B
-rw-rw-r--
.gitattributes
111
B
-rw-rw-r--
.gitignore
422
B
-rw-rw-r--
Dockerfile
717
B
-rw-rw-r--
artisan
1.65
KB
-rw-rw-r--
composer.json
1.94
KB
-rw-rw-r--
composer.lock
355.07
KB
-rw-rw-r--
docker-compose.yml
772
B
-rw-rw-r--
et --help
24.3
KB
-rw-rw-r--
nearby.save.blade
16.62
KB
-rw-rw-r--
package-lock.json
302.33
KB
-rw-rw-r--
package.json
904
B
-rw-rw-r--
phpunit.xml
1.21
KB
-rw-rw-r--
readme.md
3.83
KB
-rw-rw-r--
server.php
563
B
-rw-rw-r--
webpack.config.js
7.82
KB
-rw-rw-r--
webpack.mix.js
7.52
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./app</directory> </whitelist> </filter> <php> <env name="APP_ENV" value="testing"/> <env name="DB_CONNECTION" value="mongotesting"/> <env name="DB_DATABASE" value="testing"/> <env name="BCRYPT_ROUNDS" value="4"/> <env name="CACHE_DRIVER" value="array"/> <env name="SESSION_DRIVER" value="array"/> <env name="QUEUE_DRIVER" value="sync"/> <env name="MAIL_DRIVER" value="array"/> </php> </phpunit>
Close