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'

上一篇:流程自动化,Power Automate Desktop系列 - 批量备份Git仓库做好灾备


下一篇:一文看懂Power Platform 和 Teams的整合