Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.224.37.168
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
bootstrap
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
config
[ DIR ]
drwxr-xr-x
2021-02-02 18:22
database
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
public
[ DIR ]
drwxr-xr-x
2021-01-01 19:45
resources
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
routes
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
storage
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
tests
[ DIR ]
drwxr-xr-x
2020-11-17 16:24
vendor
[ DIR ]
drwxr-xr-x
2021-02-02 18:21
.editorconfig
220
B
-rw-r--r--
2020-11-17 16:24
.env
829
B
-rw-r--r--
2020-11-17 16:24
.env.example
778
B
-rw-r--r--
2020-11-17 16:24
.gitattributes
111
B
-rw-r--r--
2020-11-17 16:24
.gitignore
163
B
-rw-r--r--
2020-11-17 16:24
.styleci.yml
174
B
-rw-r--r--
2020-11-17 16:24
README.md
3.65
KB
-rw-r--r--
2020-11-17 16:24
artisan
1.65
KB
-rwxr-xr-x
2020-11-17 16:24
composer.json
1.6
KB
-rw-r--r--
2021-02-02 18:21
composer.lock
256.54
KB
-rw-r--r--
2021-02-02 18:21
package.json
1004
B
-rw-r--r--
2020-11-17 16:24
phpunit.xml
1.19
KB
-rw-r--r--
2020-11-17 16:24
server.php
563
B
-rw-r--r--
2020-11-17 16:24
webpack.mix.js
538
B
-rw-r--r--
2020-11-17 16:24
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" > <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> <server name="APP_ENV" value="testing"/> <server name="BCRYPT_ROUNDS" value="4"/> <server name="CACHE_DRIVER" value="array"/> <!-- <server name="DB_CONNECTION" value="sqlite"/> --> <!-- <server name="DB_DATABASE" value=":memory:"/> --> <server name="MAIL_MAILER" value="array"/> <server name="QUEUE_CONNECTION" value="sync"/> <server name="SESSION_DRIVER" value="array"/> <server name="TELESCOPE_ENABLED" value="false"/> </php> </phpunit>