Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wonder /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-01-01 11:14
php53
[ DIR ]
drwxr-xr-x
2026-01-01 11:14
php56
[ DIR ]
drwxr-xr-x
2026-01-01 11:14
php71
[ DIR ]
drwxr-xr-x
2026-01-01 11:14
php81
[ DIR ]
drwxr-xr-x
2026-01-01 11:14
php82
[ DIR ]
drwxr-xr-x
2026-01-01 11:14
changelog.txt
6.32
KB
-rw-r--r--
2026-01-01 10:29
database.js
3.25
KB
-rw-r--r--
2026-01-01 10:29
extend.php
10.5
KB
-rw-r--r--
2026-01-01 13:04
fileindex.php
39
B
-rw-r--r--
2022-07-26 14:17
import.php
2.95
KB
-rw-r--r--
2026-01-01 13:04
info.xml
1.84
KB
-rw-r--r--
2026-01-01 10:29
install.js
924
B
-rw-r--r--
2021-12-23 14:54
install.php
5.56
KB
-rw-r--r--
2026-01-01 13:04
install.xml
729
B
-rw-r--r--
2021-12-23 14:54
md5
2.56
KB
-rw-r--r--
2026-01-01 13:04
notes.txt
286
B
-rw-r--r--
2023-01-03 14:05
update_pass.php
542
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); define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); define('PASSWORD_BCRYPT_DEFAULT_COST', 10); } $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>