靶场十一,有条件响应的SQL盲注
根据题目提示注入点在cookie中,修改cookie,添加'+and+1=1后正常回显,未包含题目中的Welcome back内容
修改为'+and+'1'='1,出现关键字,因此该注入点为字符型
通过select 'a' from users limit 1,通过limit带出一条数据,回显Welcome back说明存在一个表名为users
使用select+'a'+from+users+where+username='administrator'+and+length(password)>1