来到第五关 Please input the ID as parameter with numeric value ------请用数值输入ID作为参数
构造参数?id=1' and 1=1--+ 在url后面,页面显示为You are in.......
将参数改为?id=1' and 1=2--+ 后页面不显示任何内容,由此我们可以确定这是存在sql注入漏洞的
尝试使用order by x 探测一下表中字段的列数,在这里使用了3,发现有回显
将3改为4后报错,未找到该列,说明表中字段列数为3