Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 3.136.11.217
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
nexus-groups.online /
Delete
Unzip
Name
Size
Permission
Date
Action
.phpintel
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
.well-known
[ DIR ]
drwxr-xr-x
2025-04-04 18:34
__MACOSX
[ DIR ]
drwxr-xr-x
2024-08-25 23:12
app
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
bootstrap
[ DIR ]
drwxr-xr-x
2025-04-22 18:35
cgi-bin
[ DIR ]
drwxr-xr-x
2025-04-04 18:28
config
[ DIR ]
drwxr-xr-x
2025-04-22 16:19
database
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
public
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
resources
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
routes
[ DIR ]
drwxr-xr-x
2025-04-22 18:42
storage
[ DIR ]
drwxr-xr-x
2024-08-25 23:07
tests
[ DIR ]
drwxr-xr-x
2025-04-22 16:27
vendor
[ DIR ]
drwxr-xr-x
2024-08-25 23:12
.env
950
B
-rw-r--r--
2025-04-17 18:50
.htaccess
1.41
KB
-rw-r--r--
2025-04-17 19:11
NEXUS BANQ.zip
33.71
MB
-rw-r--r--
2025-04-04 19:01
artisan
1.65
KB
-rw-r--r--
2020-06-30 11:49
composer.json
1.82
KB
-rw-r--r--
2021-10-09 15:44
composer.lock
317.47
KB
-rw-r--r--
2022-02-10 20:11
index.php
1.9
KB
-rw-r--r--
2021-05-02 10:44
package.json
1.16
KB
-rw-r--r--
2020-06-30 12:06
phpunit.xml
1.17
KB
-rw-r--r--
2020-06-30 11:49
robots.txt
24
B
-rw-r--r--
2020-06-30 11:49
server.php
547
B
-rw-r--r--
2020-07-02 19:37
web.config
1.17
KB
-rw-r--r--
2020-06-30 11:49
webpack.mix.js
538
B
-rw-r--r--
2020-06-30 12:06
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>