PATH:
var
/
softaculous
/
typo7
<?php $resp = __getHashedPassword('[[admin_pass]]'); echo '<update_pass>'.$resp.'</update_pass>'; function __getHashedPassword($password, $salt = null){ $saltedPW = null; $salt = random_bytes('16'); $hash = hash_pbkdf2('sha256', $password, $salt, '25000', 0, true); $saltedPW = __applySettingsToSalt($salt) . '$' . __base64Encode($hash, strlen($hash)); return $saltedPW; } function __base64Encode($input, $count){ $input = substr($input, 0, $count); return rtrim(str_replace('+', '.', base64_encode($input)), " =\r\n\t\0\x0B"); } function __applySettingsToSalt($salt){ $saltWithSettings = $salt; $saltWithSettings = '$pbkdf2-sha256$' . sprintf('%02u', '25000') . '$' . __base64Encode($salt, '16'); return $saltWithSettings; } @unlink('Pbkdf2Salt.php'); ?>
[+]
php56
[-] file_.htaccess
[edit]
[+]
php81
[+]
php53
[-] update_pass.php
[edit]
[+]
..
[-] edit.xml
[edit]
[-] settings.php
[edit]
[-] import.php
[edit]
[-] file_index.html
[edit]
[-] notes.txt
[edit]
[-] md5
[edit]
[-] Pbkdf2Salt.php
[edit]
[-] install.js
[edit]
[+]
php71
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] _upgrade.php
[edit]
[-] edit.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[-] _upgrade.xml
[edit]
[+]
images
[-] fileadmin.htaccess
[edit]
[-] _.htaccess
[edit]
[+]
php82