Create cache-poisoning.yaml

patch-1
Mohamed Elbadry 2021-04-02 15:14:09 +02:00 committed by GitHub
parent 8601b2167d
commit 5eb1e78503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: cache-poisoning
info:
name: Cache Poisoning
author: melbadry9 & xelkomy
severity: low
reference: https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning
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'