Server IP : 149.255.58.128 / Your IP : 216.73.216.193
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /var/softaculous/espo//update_pass.php
<?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_DEFAULT);
echo '<update_pass>'.$resp.'</update_pass>';
/* Removed since 9.0.0
$pass = '[[admin_pass]]';
$resp = __hash($pass);
echo '<update_pass>'.$resp.'</update_pass>';
function __hash($password, $useMd5 = true){
$salt = __getSalt();
if ($useMd5) {
$password = md5($password);
}
$password = crypt($password, $salt);
$password = str_replace($salt, '', $password);
return $password;
}
function __getSalt(){
$salt = '[[passwordsalt]]';
$salt = __normalizeSalt($salt);
return $salt;
}
function __normalizeSalt($salt){
return str_replace("{0}", $salt, '$6${0}$');
} */
?>
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | May 22 2025 09:37:10 | 0 / root | 0755 | |
php53 | -- | May 22 2025 09:37:10 | 0 / root | 0755 | |
php56 | -- | May 22 2025 09:37:10 | 0 / root | 0755 | |
php71 | -- | May 22 2025 09:37:10 | 0 / root | 0755 | |
php81 | -- | May 22 2025 09:37:10 | 0 / root | 0755 | |
php82 | -- | May 22 2025 09:37:10 | 0 / root | 0755 | |
| | | | | |
_config.php | 0.048 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
_edit.php | 4.276 KB | January 21 2025 05:44:56 | 0 / root | 0644 | |
_edit.xml | 0.423 KB | January 21 2025 05:44:56 | 0 / root | 0644 | |
clone.php | 5.789 KB | May 21 2025 07:06:28 | 0 / root | 0644 | |
config-internal.php | 1.073 KB | May 08 2025 00:10:20 | 0 / root | 0644 | |
config.php | 8.507 KB | May 21 2025 02:35:54 | 0 / root | 0644 | |
extend.php | 8.776 KB | May 21 2025 07:06:28 | 0 / root | 0644 | |
fileindex.php | 0.214 KB | October 22 2022 03:24:06 | 0 / root | 0644 | |
getuid.php | 0.485 KB | September 11 2023 02:14:56 | 0 / root | 0644 | |
import.php | 3.094 KB | May 21 2025 07:06:28 | 0 / root | 0644 | |
info.xml | 5.37 KB | May 21 2025 02:35:54 | 0 / root | 0644 | |
install.js | 0.902 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
install.php | 9.509 KB | May 21 2025 07:06:28 | 0 / root | 0644 | |
install.xml | 2.021 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
md5 | 1.152 KB | May 21 2025 07:06:28 | 0 / root | 0644 | |
notes.txt | 0.832 KB | May 08 2025 00:10:20 | 0 / root | 0644 | |
update_pass.php | 1.04 KB | January 21 2025 05:44:56 | 0 / root | 0644 | |