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 /
hizup /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-16 10:14
php53
[ DIR ]
drwxr-xr-x
2026-07-16 10:14
php56
[ DIR ]
drwxr-xr-x
2026-07-16 10:14
php71
[ DIR ]
drwxr-xr-x
2026-07-16 10:14
php81
[ DIR ]
drwxr-xr-x
2026-07-16 10:14
php82
[ DIR ]
drwxr-xr-x
2026-07-16 10:14
_constants.php
3.52
KB
-rw-r--r--
2026-07-15 13:51
_edit.php
4.21
KB
-rw-r--r--
2021-12-23 14:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 14:54
clone.php
6.32
KB
-rw-r--r--
2026-07-15 15:19
config.ini
3.98
KB
-rw-r--r--
2023-01-03 13:59
extend.php
10.28
KB
-rw-r--r--
2026-07-15 15:19
fileindex.php
372
B
-rw-r--r--
2026-07-15 13:51
import.php
3.45
KB
-rw-r--r--
2026-07-15 15:19
info.xml
4.36
KB
-rw-r--r--
2026-07-15 13:51
install.js
1.28
KB
-rw-r--r--
2021-12-23 14:54
install.php
8.9
KB
-rw-r--r--
2026-07-15 15:19
install.xml
1.9
KB
-rw-r--r--
2022-02-22 12:13
md5
3.32
KB
-rw-r--r--
2026-07-15 15:19
notes.txt
593
B
-rw-r--r--
2026-07-15 13:51
update_pass.php
599
B
-rw-r--r--
2021-12-23 14:54
Save
Rename
<?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); } if(!defined('PASSWORD_DEFAULT')){ define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT, array('cost' => 12)); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>