Linux premium67.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 198.54.121.137 & Your IP : 216.73.216.159
Domains :
Cant Read [ /etc/named.conf ]
User : oppozipy
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-01-06 23:24
php53
[ DIR ]
drwxr-xr-x
2026-01-06 23:24
php56
[ DIR ]
drwxr-xr-x
2026-01-06 23:24
php71
[ DIR ]
drwxr-xr-x
2026-01-06 23:24
php81
[ DIR ]
drwxr-xr-x
2026-01-06 23:24
php82
[ DIR ]
drwxr-xr-x
2026-01-06 23:24
_constants.php
2.51
KB
-rw-r--r--
2026-01-05 07:24
_edit.php
4.21
KB
-rw-r--r--
2021-12-23 11:54
_edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
clone.php
6.32
KB
-rw-r--r--
2026-01-05 11:03
config.ini
3.98
KB
-rw-r--r--
2023-01-03 10:59
extend.php
10.26
KB
-rw-r--r--
2026-01-05 11:03
fileindex.php
290
B
-rw-r--r--
2022-06-28 11:49
hizup.sql
84.95
KB
-rw-r--r--
2026-01-05 07:24
hizup.zip
178.61
MB
-rw-r--r--
2026-01-05 07:24
import.php
3.47
KB
-rw-r--r--
2026-01-05 11:03
info.xml
4.36
KB
-rw-r--r--
2026-01-05 07:24
install.js
1.28
KB
-rw-r--r--
2021-12-23 11:54
install.php
8.9
KB
-rw-r--r--
2026-01-05 11:03
install.xml
1.9
KB
-rw-r--r--
2022-02-22 09:13
md5
1.04
KB
-rw-r--r--
2026-01-05 11:03
notes.txt
355
B
-rw-r--r--
2024-04-08 13:31
update_pass.php
599
B
-rw-r--r--
2021-12-23 11: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>'; ?>