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 /
ocart4 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
languages
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php53
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php56
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php71
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php81
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
php82
[ DIR ]
drwxr-xr-x
2026-08-13 10:14
clone.php
3.22
KB
-rw-r--r--
2026-08-12 15:14
config.php
1.12
KB
-rw-r--r--
2025-01-15 12:41
config_.php
1.28
KB
-rw-r--r--
2025-01-15 12:41
edit.php
4.47
KB
-rw-r--r--
2026-08-12 15:14
edit.xml
433
B
-rw-r--r--
2023-09-15 14:22
extend.php
9.02
KB
-rw-r--r--
2026-08-12 15:14
fileindex.php
134
B
-rw-r--r--
2025-01-15 12:41
import.php
4.44
KB
-rw-r--r--
2026-08-12 15:14
info.xml
2.56
KB
-rw-r--r--
2026-08-12 10:21
install.js
924
B
-rw-r--r--
2022-06-21 11:36
install.php
5.83
KB
-rw-r--r--
2026-08-12 15:14
install.xml
2.01
KB
-rw-r--r--
2023-05-25 12:12
md5
1.38
KB
-rw-r--r--
2026-08-12 15:14
notes.txt
2.89
KB
-rw-r--r--
2026-08-12 10:21
update_pass.php
541
B
-rw-r--r--
2022-06-21 11:36
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); } define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>