We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2195c77 commit 16e6055Copy full SHA for 16e6055
2018/SUSCTF/Web/sqli_update/Writeup.md
@@ -4,6 +4,6 @@ SimpleSQLI
4
* Step1
5
注册用户;
6
* Step2
7
-随便填写表单,然后用burp抓包,将age更改为`(select description from(selecct * from users where username=0x61646d696e)a)`
+随便填写表单,然后用burp抓包,将age更改为`(select description from(select * from users where username=0x61646d696e)a)`
8
* Step3
9
查看源码,即可发现flag;
0 commit comments