Automate Cache Poisoning Vulnerability

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'

少说话多做事,收起自己多余的感情。
原文地址:https://www.cnblogs.com/ahacker15/p/14967687.html