PATH:
var
/
softaculous
/
wp68
<?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); $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>'; ?>
[+]
php56
[-] _index.php
[edit]
[-] _htaccess
[edit]
[+]
php81
[+]
php53
[-] upgrade.php
[edit]
[-] _wp-config.php
[edit]
[-] update_pass.php
[edit]
[+]
..
[-] plugin_deactivate.php
[edit]
[-] edit.xml
[edit]
[-] add_user.php
[edit]
[-] check_charset.php
[edit]
[-] import.php
[edit]
[-] notes.txt
[edit]
[+]
languages
[-] extend.php
[edit]
[-] md5
[edit]
[-] clone.php
[edit]
[-] install.js
[edit]
[-] plugin_activate.php
[edit]
[-] backup.php
[edit]
[-] sign_on.php
[edit]
[+]
php71
[-] soft.htaccess
[edit]
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] upgrade.xml
[edit]
[-] edit.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
plugins
[+]
images
[-] clone.xml
[edit]
[+]
php82
[-] wp-config.php
[edit]