码迷,mamicode.com
首页 > 系统相关 > 详细

Automate Cache Poisoning Vulnerability

时间:2021-07-05 18:59:59      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:==   efi   adr   ref   for   bad   blog   contain   cache   

https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning

id: cache-poisoning    

info:
  name: Cache Poisoning
  author: melbadry9 & xelkomy
  severity: low

requests:
  - raw:
      - |
        GET /?mel=9 HTTP/1.1
        X-Forwarded-Prefix: cache.melbadry9.com
        X-Forwarded-Host: cache.melbadry9.com
        X-Forwarded-For: cache.melbadry9.com

      - |
        GET /?mel=9 HTTP/1.1

    req-condition: true
    matchers:
      - type: dsl
        dsl:
          - ‘contains(body_2, "cache.melbadry9.com") == true‘

Automate Cache Poisoning Vulnerability

标签:==   efi   adr   ref   for   bad   blog   contain   cache   

原文地址:https://www.cnblogs.com/ahacker15/p/14967687.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!