Server IP : 149.255.58.128 / Your IP : 216.73.216.233
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/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;
}
?>
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | May 23 2025 09:37:13 | 0 / root | 0755 | |
php53 | -- | May 23 2025 09:37:13 | 0 / root | 0755 | |
php56 | -- | May 23 2025 09:37:13 | 0 / root | 0755 | |
php71 | -- | May 23 2025 09:37:13 | 0 / root | 0755 | |
php81 | -- | May 23 2025 09:37:13 | 0 / root | 0755 | |
php82 | -- | May 23 2025 09:37:13 | 0 / root | 0755 | |
| | | | | |
.htaccess | 1.27 KB | June 11 2024 04:07:40 | 0 / root | 0644 | |
clone.php | 9.236 KB | May 22 2025 06:42:22 | 0 / root | 0644 | |
conf.php | 2.915 KB | March 27 2024 07:39:16 | 0 / root | 0644 | |
edit.php | 5.298 KB | May 22 2025 06:42:22 | 0 / root | 0644 | |
edit.xml | 0.423 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
extend.php | 9.798 KB | May 22 2025 06:42:22 | 0 / root | 0644 | |
fileindex.php | 0.2 KB | March 27 2024 07:39:16 | 0 / root | 0644 | |
import.php | 3.984 KB | May 22 2025 06:42:22 | 0 / root | 0644 | |
info.xml | 3.21 KB | May 15 2025 07:31:14 | 0 / root | 0644 | |
install.js | 0.902 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
install.php | 6.497 KB | May 22 2025 06:42:22 | 0 / root | 0644 | |
install.xml | 1.448 KB | June 11 2024 04:07:40 | 0 / root | 0644 | |
md5 | 2.103 KB | May 22 2025 06:42:22 | 0 / root | 0644 | |
notes.txt | 0.615 KB | June 11 2024 04:07:40 | 0 / root | 0644 | |
update_pass.php | 1.017 KB | March 27 2024 07:39:16 | 0 / root | 0644 | |
upgrade.php | 3.351 KB | May 22 2025 06:42:22 | 0 / root | 0644 | |
upgrade.xml | 0.292 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |