第五关SQL Injection (AJAX/JSON/jQuery)
第七关SQL Injection (Login Form/Hero)
第八关SQL Injection (Login Form/User)
第十一关 SQL Injection - Stored (Blog)
第十三关SQL Injection - Stored (User-Agent)
第十四关SQL Injection - Stored (XML)
第五关SQL Injection (AJAX/JSON/jQuery)
通过在后台与服务器进行少量数据交换,AJAX 可以使网页实现异步更新。这意味着可以在不重新加载整个网页的情况下,对网页的某部分进行实时更新。
bWAPP/sqli_10-1.php?title=1 在输入框写payload别执行下面会爆数据(也可以抓一个bWAPP/sqli_10-2.php?title=1 的包直接写payload)
第六关SQL Injection (CAPTCHA)
就是多了一个验证码进去后都一样
第七关SQL Injection (Login Form/Hero)
抓个包看看,判断出有4个字段
判断回显位
第八关SQL Injection (Login Form/User)
只给报错信息没有别的信息我们试试updatexml函数
第十一关 SQL Injection - Stored (Blog)
查库名
差表名
这里我知道字段就直接查数据了
第十三关SQL Injection - Stored (User-Agent)
刷新页面抓包在UA里写payload
查表
payload:User-Agent:1'and updatexml(1,concat(1,(select group_concat(table_name) from information_schema.tables where table_schema='bwapp')),3) and'
第十四关SQL Injection - Stored (XML)
抓包试试报错注入成功
查表名