$p1 = "Dkdpgh4ZKsQB80/Mfvw36XI1R25-WUAlEi7NLboqYTOPuzmFjJnryx9HVGcaStCe="; $p2 = "\u0002ÿ-%.(\u001ez#Ñٚ÷ÒÁa^X¦«";

function get_data($index1,$index2,$index3){ //按照K哥所说的每四个字符为一组,每组逻辑都一样,依次生成即可 $s1 = ord($p2[$index1]); $c1 = $s1 << 16; $s2 = ord($p2[$index2]); $c2 = $s2 << 8; $c3 = $c1 | $c2; $s3 = ord($p2[$index3]); $c4 = $s3 | $c3; $c5 = $c4 & 16515072; $c6 = $c4 >> 18; $str1 = $p1[$c6];

$c7 = $c4 & 258048;
$c8 = $c7 >> 12;
$str2 = $p1[$c8];

$c9 = $c4 & 4032;
$c10 = $c9 >> 6;
$str3 = $p1[$c10];


$c11 = $c4 & 63;
$str4 = $p1[$c11];
return ($str1.$str2.$str3.$str4);

} $x_bogus = get_data(0,1,2) . get_data(3,4,5) . get_data(6,7,8) . get_data(9,10,11) . get_data(12,13,14) . get_data(15,16,17) . get_data(18,19,20); echo "X-Bogus:".$x_bogus

p1 = Dkdpgh4ZKsQB80Mfvw36XI1R25-WUAlEi7NLboqYTOPuzmFjJnryx9HVGcaStCe=;p2 = u0002ÿ-u001ez#Ñٚ÷ÒÁa…^X¦«;function get_dataindex1index2index3 按照K哥所说的每四个字符为一组每组逻辑都一样依次生成即可 s1 = p2charCodeAtindex1

原文地址: https://www.cveoy.top/t/topic/hiqy 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录