Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
beatz /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2020-04-25 10:14
php53
[ DIR ]
drwxr-xr-x
2020-04-25 10:14
php56
[ DIR ]
drwxr-xr-x
2020-04-25 10:14
php71
[ DIR ]
drwxr-xr-x
2020-04-25 10:14
_settings.php
864
B
-rw-r--r--
2016-12-25 01:42
clone.php
4.99
KB
-rw-r--r--
2020-04-25 20:26
edit.php
8.7
KB
-rw-r--r--
2020-04-25 20:26
edit.xml
433
B
-rw-r--r--
2015-04-16 23:48
fileindex.php
147
B
-rw-r--r--
2016-12-25 01:42
import.php
3.79
KB
-rw-r--r--
2020-04-25 20:26
info.xml
2
KB
-rw-r--r--
2020-04-25 20:21
install.js
921
B
-rw-r--r--
2013-06-27 22:05
install.php
6.51
KB
-rw-r--r--
2020-04-25 20:26
install.xml
949
B
-rw-r--r--
2016-12-25 01:42
md5
3.58
KB
-rw-r--r--
2020-04-25 20:26
update_pass.php
678
B
-rw-r--r--
2016-12-25 01:42
Save
Rename
<?php $algorithm = "sha1md5"; if (function_exists('hash_algos')) { $algos = hash_algos(); if (in_array('sha512', $algos) && in_array('whirlpool', $algos)) { $algorithm = 'sha512whirlpool'; } elseif (in_array('sha512', $algos)) { $algorithm = 'sha512'; } } $password = "[[admin_pass]]"; $password .= "[[salt]]"; if ($algorithm == 'sha1md5') { $resp = sha1(md5($password)); } elseif ($algorithm == 'sha512whirlpool') { $resp = hash('sha512', hash('whirlpool', $password)); } elseif ($algorithm == 'sha512') { $resp = hash('sha512', $password); } echo '<update_pass>'.$resp.'</update_pass>'; echo '<algorithm>'.$algorithm.'</algorithm>'; @unlink('update_pass.php');