<?php $c = @file_get_contents("php://filter/convert.base64-encode/resource=/etc/passwd"); echo $c ? "FILTER_OK" : "FILTER_FAIL"; ?>