samedi 28 février 2015

PHP strpos() and strlen() Bypass



Is it possible to bypass the code below, and if so, how?



$a = $_GET["pl"];
if(isset($a)) {
if(strpos($a,"answer") !== false && strlen($a) < 2) {




Aucun commentaire:

Enregistrer un commentaire