✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.138
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /var/softaculous/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);
    }

    $hash_length = strlen(hash($algorithm, "", true));
    $block_count = ceil($key_length / $hash_length);

    $output = "";
    for($i = 1; $i <= $block_count; $i++) {
        // $i encoded as 4 bytes, big endian.
        $last = $salt . pack("N", $i);
        // first iteration
        $last = $xorsum = hash_hmac($algorithm, $last, $password, true);
        // perform the other $count - 1 iterations
        for ($j = 1; $j < $count; $j++) {
            $xorsum ^= ($last = hash_hmac($algorithm, $last, $password, true));
        }
        $output .= $xorsum;
    }

    if($raw_output)
        return substr($output, 0, $key_length);
    else
        return bin2hex(substr($output, 0, $key_length));
}

$thumb_method = '';

if (function_exists("imagecreate") && function_exists("imagejpeg")) {
	
	$thumb_method  = 'gd2';
	
	$im = imagecreate(1, 1);	
	$tst_image = "[[softpath]]/albums/userpics/gd1.jpg";
	imagejpeg($im, $tst_image);
    $size = @getimagesize($tst_image);
    unlink($tst_image);
    $gd1_installed = ($size[2] == 2);

	$im = imagecreatetruecolor(1, 1);
    $tst_image = "[[softpath]]/albums/userpics/gd2.jpg";
	imagejpeg($im, $tst_image);
    $size = @getimagesize($tst_image);
    unlink($tst_image);
    $gd2_installed = ($size[2] == 2);
	
	if(!$gd2_installed && $gd1_installed){
		$thumb_method  = 'gd1';
	}
	
}

if (function_exists('random_bytes')) {
    	$vect = random_bytes(24);
    } else {
    	$vect = mcrypt_create_iv(24, MCRYPT_DEV_URANDOM);
    }
	
$salt = base64_encode($vect);

$resp = base64_encode(__pbkdf2("sha256", '[[admin_pass]]', $salt, 1000, 24, true));

echo $salt.'SOFTACULOUS'.$resp.'SOFTACULOUS'.$thumb_method;

?>


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
30 Jun 2026 9.54 AM
root / root
0755
images
--
30 Apr 2026 9.54 AM
root / root
0755
php53
--
30 Apr 2026 9.54 AM
root / root
0755
php56
--
30 Apr 2026 9.54 AM
root / root
0755
php71
--
30 Apr 2026 9.54 AM
root / root
0755
php81
--
30 Apr 2026 9.54 AM
root / root
0755
php82
--
30 Apr 2026 9.54 AM
root / root
0755
_update.php
32.324 KB
23 Dec 2021 11.54 AM
root / root
0644
changelog.txt
20.094 KB
28 Apr 2026 12.12 PM
root / root
0644
clone.php
5.057 KB
28 Apr 2026 12.17 PM
root / root
0644
config.inc.php
0.451 KB
23 Dec 2021 11.54 AM
root / root
0644
cpg.sql
29.153 KB
28 Apr 2026 12.12 PM
root / root
0644
cpg.zip
4.12 MB
28 Apr 2026 12.12 PM
root / root
0644
edit.php
5.911 KB
28 Apr 2026 12.17 PM
root / root
0644
edit.xml
0.423 KB
23 Dec 2021 11.54 AM
root / root
0644
extend.php
1.847 KB
28 Apr 2026 12.17 PM
root / root
0644
fileindex.php
0.989 KB
9 Mar 2026 7.36 AM
root / root
0644
import.php
3.169 KB
28 Apr 2026 12.17 PM
root / root
0644
info.xml
4.303 KB
28 Apr 2026 12.12 PM
root / root
0644
install.js
1.067 KB
23 Dec 2021 11.54 AM
root / root
0644
install.php
5.338 KB
28 Apr 2026 12.17 PM
root / root
0644
install.xml
1.063 KB
23 Dec 2021 11.54 AM
root / root
0644
md5
4.945 KB
28 Apr 2026 12.17 PM
root / root
0644
notes.txt
0.42 KB
23 Dec 2021 11.54 AM
root / root
0644
update.php
32.327 KB
23 Dec 2021 11.54 AM
root / root
0644
update_pass.php
2.044 KB
23 Dec 2021 11.54 AM
root / root
0644
upgrade.php
4.293 KB
28 Apr 2026 12.17 PM
root / root
0644
upgrade.xml
0.61 KB
23 Dec 2021 11.54 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF