其他分享
首页 > 其他分享> > Automate Cache Poisoning Vulnerability

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'

标签:melbadry9,cache,Forwarded,Cache,Automate,Poisoning,com,1.1
来源: https://www.cnblogs.com/ahacker15/p/14967687.html