ctfshow PHP特性(89-115)【学习记录】web 89web 90web 91web 92web 93web 94web 95web 96web 97web 98web 99web 100web 101web 102-103web 104web 105web 106web 107web 108web 109web 110web 111web 112web 113web 114web 115
web 89include("flag.php");highlight_file(__FILE__);if(isset($_GET['num'])){ $num = $_GET['num']; if(preg_match("/[0-9]/", $num)){ die("no no no!"); } if(intval($num)){ echo $flag; }}intval()