SILENT KILLERPanel

Current Path: > > > var > softaculous > espo


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: ///var/softaculous/espo

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
_config.php File 49 bytes December 23 2021 11:54:36.
clone.php File 5903 bytes July 28 2025 12:32:12.
config-internal.php File 1099 bytes May 08 2025 05:10:20.
config.php File 8711 bytes July 28 2025 09:45:42.
edit.php File 5077 bytes July 28 2025 12:32:12.
edit.xml File 433 bytes May 22 2025 13:12:28.
espo.sql File 162214 bytes July 28 2025 09:45:42.
espo.zip File 34818828 bytes July 28 2025 09:45:42.
extend.php File 10013 bytes July 28 2025 12:32:12.
fileindex.php File 219 bytes October 22 2022 08:24:06.
getuid.php File 497 bytes September 11 2023 07:14:56.
import.php File 3168 bytes July 28 2025 12:32:12.
info.xml File 5500 bytes July 28 2025 09:45:42.
install.js File 924 bytes December 23 2021 11:54:36.
install.php File 9786 bytes July 28 2025 12:32:12.
install.xml File 2069 bytes December 23 2021 11:54:36.
md5 File 1178 bytes July 28 2025 12:32:12.
notes.txt File 949 bytes May 28 2025 06:57:02.
update_pass.php File 1065 bytes January 21 2025 10:44:56.

Reading 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}$');
} */

?>

SILENT KILLER Tool