PATH:
var
/
softaculous
/
userspice
<?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); } $resp = password_hash('[[admin_pass]]', PASSWORD_BCRYPT, array('cost' => 14)); echo '<update_pass>'.$resp.'</update_pass>'; ?>
[-] totp_key.php
[edit]
[+]
php56
[+]
php81
[-] totp_requirements.php
[edit]
[+]
php53
[-] update_pass.php
[edit]
[+]
..
[-] import.php
[edit]
[-] notes.txt
[edit]
[-] extend.php
[edit]
[-] md5
[edit]
[-] _edit.php
[edit]
[-] install.js
[edit]
[-] init.php
[edit]
[+]
php71
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] user_manager_columns.php
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
images
[+]
php82
[-] _edit.xml
[edit]
[-] _clone.php
[edit]
[-] gen_totp_key.php
[edit]