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.85
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 /
signaltechdemo2.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
1pkrtgm
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
dq1tvmf
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
kazmiry
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pfuivwn
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
sptlayf
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
uor1wpm
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
vw1drpj
[ DIR ]
drwxr-xr-x
zcwlyng
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-r--r--
.editorconfig
258
B
-rw-r--r--
.env
1.36
KB
-rw-r--r--
.env.example
1.32
KB
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
336
B
-rw-r--r--
.htaccess
1.96
KB
-r--r--r--
.mad-root
0
B
-rw-r--r--
.styleci.yml
181
B
-rw-r--r--
artisan
1.65
KB
-rwxr-xr-x
composer.json
2.79
KB
-rw-r--r--
composer.lock
458.12
KB
-rw-r--r--
error_log
257
B
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
index.php
19.48
KB
-r--r--r--
license-ylcm.php
629
B
-rw-r--r--
package-lock.json
783.29
KB
-rw-r--r--
package.json
1.29
KB
-rw-r--r--
phpunit.xml
1.15
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
85
B
-rw-r--r--
tailwind.config.js
573
B
-rw-r--r--
tiogtqxi.php
167.15
KB
-rw-r--r--
webpack.mix.js
6.88
KB
-rw-r--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", "version": "7.0.2", "require": { "php": "^8.2", "barryvdh/laravel-debugbar": "^3.8", "barryvdh/laravel-dompdf": "^2.0", "dyrynda/laravel-efficient-uuid": "^5.0", "google/apiclient": "^2.12", "guzzlehttp/guzzle": "^7.2", "lab404/laravel-impersonate": "^1.7", "laracasts/flash": "^3.2", "laravel/framework": "^10.23", "laravel/tinker": "^2.8", "laravelcollective/html": "^6.4", "league/flysystem-aws-s3-v3": "^3.0", "livewire/livewire": "^3.6", "mariuzzo/laravel-js-localization": "^1.10", "mews/purifier": "^3.4", "opcodesio/log-viewer": "^3.1", "rappasoft/laravel-livewire-tables": "^3.2", "razorpay/razorpay": "^2.9", "spatie/calendar-links": "^1.6", "spatie/laravel-google-calendar": "^3.5", "spatie/laravel-medialibrary": "^10.7", "spatie/laravel-permission": "^5.8", "srmklive/paypal": "^3.0", "stripe/stripe-php": "^7.105", "tightenco/ziggy": "^1.1", "unicodeveloper/laravel-paystack": "^1.1" }, "require-dev": { "barryvdh/laravel-ide-helper": "^2.13", "beyondcode/laravel-query-detector": "^1.7", "fakerphp/faker": "^1.9.1", "laravel/breeze": "^1.18", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^6.3", "phpunit/phpunit": "^9.5.10", "spatie/laravel-ignition": "^2.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "app/helpers.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" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "minimum-stability": "stable", "prefer-stable": true }
Close