IP : 3.137.161.175Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
var/
softaculous/
loaded7/
../
symfony3/
../
ninja4/
../
contao/
../
cpg/
update_pass.php/
/
<?php
@unlink('update_pass.php');
function __pbkdf2($algorithm, $password, $salt, $count, $key_length, $raw_output = false){
if (function_exists("hash_pbkdf2")) { // The output length is in NIBBLES (4-bits) if $raw_output is false! if (!$raw_output) { $key_length = $key_length * 2; } return hash_pbkdf2($algorithm, $password, $salt, $count, $key_length, $raw_output); }