Linux ams-business-5.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 : 23.254.231.17 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : uxvsuhne
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp70 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
languages
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
php53
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
php56
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
php71
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
php81
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
php82
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
plugins
[ DIR ]
drwxr-xr-x
2026-09-01 04:38
.htaccess
482
B
-rw-r--r--
2026-08-20 09:34
_htaccess
553
B
-rw-r--r--
2026-08-20 09:34
_index.php
59
B
-rw-r--r--
2026-08-20 09:34
_wp-config.php
3.39
KB
-rw-r--r--
2026-08-20 09:34
add_user.php
461
B
-rw-r--r--
2026-08-20 09:34
backup.php
3.02
KB
-rw-r--r--
2026-08-31 15:16
check_charset.php
2.02
KB
-rw-r--r--
2026-08-20 09:34
clone.php
32.27
KB
-rw-r--r--
2026-08-31 15:16
clone.xml
497
B
-rw-r--r--
2026-08-20 09:34
edit.php
11.29
KB
-rw-r--r--
2026-08-31 15:16
edit.xml
2.63
KB
-rw-r--r--
2026-08-20 09:34
extend.php
102.53
KB
-rw-r--r--
2026-08-31 15:16
fileindex.php
291
B
-rw-r--r--
2026-08-20 09:34
import.php
6.53
KB
-rw-r--r--
2026-08-31 15:16
info.xml
16.05
KB
-rw-r--r--
2026-08-31 14:35
install.js
4.2
KB
-rw-r--r--
2026-08-20 09:34
install.php
32.48
KB
-rw-r--r--
2026-08-31 15:16
install.xml
13.07
KB
-rw-r--r--
2026-08-20 09:34
md5
4.4
KB
-rw-r--r--
2026-08-31 15:16
notes.txt
6.39
KB
-rw-r--r--
2026-08-20 09:34
plugin_activate.php
596
B
-rw-r--r--
2026-08-20 09:34
plugin_deactivate.php
613
B
-rw-r--r--
2026-08-20 09:34
sign_on.php
3.41
KB
-rw-r--r--
2026-08-31 14:35
soft.htaccess
127
B
-rw-r--r--
2026-08-20 09:34
update_pass.php
639
B
-rw-r--r--
2026-08-20 09:34
upgrade.php
16.05
KB
-rw-r--r--
2026-08-31 15:16
upgrade.xml
2.48
KB
-rw-r--r--
2026-08-20 09:34
wp-config.php
3.11
KB
-rw-r--r--
2026-08-20 09:34
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>'; ?>