SILENT KILLERPanel

Current Path: > > > var > softaculous > igalerie


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/igalerie

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
.htaccess File 1300 bytes June 11 2024 09:07:40.
clone.php File 9458 bytes May 22 2025 11:42:22.
conf.php File 2985 bytes March 27 2024 11:39:16.
edit.php File 5425 bytes May 22 2025 11:42:22.
edit.xml File 433 bytes December 23 2021 11:54:36.
extend.php File 10033 bytes May 22 2025 11:42:22.
fileindex.php File 205 bytes March 27 2024 11:39:16.
igalerie.sql File 40363 bytes May 22 2025 13:37:27.
igalerie.zip File 1094170 bytes May 22 2025 13:37:27.
import.php File 4080 bytes May 22 2025 11:42:22.
info.xml File 3287 bytes May 15 2025 12:31:14.
install.js File 924 bytes December 23 2021 11:54:36.
install.php File 6653 bytes May 22 2025 11:42:22.
install.xml File 1483 bytes June 11 2024 09:07:40.
md5 File 2153 bytes May 22 2025 11:42:22.
notes.txt File 630 bytes June 11 2024 09:07:40.
update_pass.php File 1041 bytes March 27 2024 11:39:16.
upgrade.php File 3431 bytes May 22 2025 11:42:22.
upgrade.xml File 299 bytes December 23 2021 11:54:36.

Reading File: ///var/softaculous/igalerie/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);
$resp1 = str_replace("\$", "\\\$", $resp);
echo '<update_pass>'.$resp1.'</update_pass>';


$resp_conf_password = __passkey(40);
echo '<resp_conf_password>'.$resp_conf_password.'</resp_conf_password>';

function __passkey(int $length = 8): string{
		$key = '';

		for ($i = 0; $i < $length; $i++)
		{
			switch (random_int(1, 3))
			{
				// 0-9.
				case 1 :
					$key .= chr(random_int(48, 57));
					break;

				// A-Z.
				case 2 :
					$key .= chr(random_int(65, 90));
					break;

				// a-z.
				case 3 :
					$key .= chr(random_int(97, 122));
					break;
			}
		}

		return $key;
}

?>

SILENT KILLER Tool