https://ctf.bugku.com/challenges/detail/id/72.html
$num=$_GET['num'];
if(!is_numeric($num))
{
echo $num;
if($num==1)
echo 'flag{**********}';
}
https://ctf.bugku.com/challenges/detail/id/72.html
$num=$_GET['num'];
if(!is_numeric($num))
{
echo $num;
if($num==1)
echo 'flag{**********}';
}