Linux host2.healingcodesinfo.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
Server IP : 69.167.168.125 & Your IP : 216.73.216.208
Domains : 126 Domain
User : christia
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
cszcms /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-11-03 16:04
php53
[ DIR ]
drwxr-xr-x
2025-11-03 16:04
php56
[ DIR ]
drwxr-xr-x
2025-11-03 16:04
php71
[ DIR ]
drwxr-xr-x
2025-11-03 16:04
php81
[ DIR ]
drwxr-xr-x
2025-11-03 16:04
php82
[ DIR ]
drwxr-xr-x
2025-11-03 16:04
clone.php
5.85
KB
-rw-r--r--
2025-11-03 12:33
config.inc.php
726
B
-rw-r--r--
2021-12-23 11:54
edit.php
4.28
KB
-rw-r--r--
2025-11-03 12:33
edit.xml
447
B
-rw-r--r--
2021-12-23 11:54
env.config.inc.php
693
B
-rw-r--r--
2025-11-03 11:30
extend.php
9.1
KB
-rw-r--r--
2025-11-03 12:33
fileindex.php
357
B
-rw-r--r--
2021-12-23 11:54
htaccess.config.inc.php
269
B
-rw-r--r--
2025-11-03 11:30
import.php
3.06
KB
-rw-r--r--
2025-11-03 12:33
info.xml
2.55
KB
-rw-r--r--
2025-11-03 11:30
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.77
KB
-rw-r--r--
2025-11-03 12:33
install.xml
422
B
-rw-r--r--
2021-12-23 11:54
md5
3
KB
-rw-r--r--
2025-11-03 12:33
notes.txt
230
B
-rw-r--r--
2021-12-23 11:54
update_pass.php
583
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); } define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $options = array('cost' => 12); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT, $options); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>