Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.106
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
languages
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
php53
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
php56
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
php71
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
php81
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
php82
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
plugins
[ DIR ]
drwxr-xr-x
2026-03-12 23:31
.htaccess
482
B
-rw-r--r--
2021-12-16 04:02
_htaccess
553
B
-rw-r--r--
2021-12-16 04:02
_index.php
59
B
-rw-r--r--
2021-12-16 04:02
_wp-config.php
3.37
KB
-rw-r--r--
2025-04-16 02:47
add_user.php
461
B
-rw-r--r--
2021-12-16 04:02
backup.php
3.01
KB
-rw-r--r--
2026-03-12 09:04
check_charset.php
2.02
KB
-rw-r--r--
2021-12-16 04:02
clone.php
32.21
KB
-rw-r--r--
2026-03-12 09:04
clone.xml
497
B
-rw-r--r--
2021-12-16 04:02
edit.php
10.36
KB
-rw-r--r--
2026-03-12 09:04
edit.xml
2.2
KB
-rw-r--r--
2026-02-18 05:17
extend.php
102.04
KB
-rw-r--r--
2026-03-12 09:04
fileindex.php
291
B
-rw-r--r--
2021-12-16 04:02
import.php
6.53
KB
-rw-r--r--
2026-03-12 09:04
info.xml
16.4
KB
-rw-r--r--
2026-03-12 02:46
install.js
4.2
KB
-rw-r--r--
2025-06-30 07:57
install.php
32
KB
-rw-r--r--
2026-03-12 09:04
install.xml
11.13
KB
-rw-r--r--
2026-02-18 05:17
md5
4.51
KB
-rw-r--r--
2026-03-12 09:04
multisite.sql
37.99
KB
-rw-r--r--
2026-03-12 02:46
notes.txt
6.39
KB
-rw-r--r--
2026-03-11 06:32
plugin_activate.php
596
B
-rw-r--r--
2021-12-16 04:02
plugin_deactivate.php
613
B
-rw-r--r--
2021-12-16 04:02
post_download.json
72
B
-rw-r--r--
2022-05-25 07:00
sign_on.php
3.28
KB
-rw-r--r--
2025-01-28 04:04
soft.htaccess
127
B
-rw-r--r--
2021-12-16 04:02
update_pass.php
639
B
-rw-r--r--
2025-12-04 03:15
upgrade.php
15.18
KB
-rw-r--r--
2026-03-12 09:04
upgrade.xml
2.05
KB
-rw-r--r--
2026-02-18 05:17
wp-cli
6.19
MB
-rwxr-xr-x
2022-07-15 01:49
wp-config.php
3.08
KB
-rw-r--r--
2024-11-13 04:30
wp.sql
30.38
KB
-rw-r--r--
2026-03-12 02:46
wp.zip
27.06
MB
-rw-r--r--
2026-03-12 02:46
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>'; ?>