Update cache-poisoning.yaml
parent
14f5d76a0f
commit
fd3a1efd51
|
@ -2,8 +2,8 @@ id: cache-poisoning
|
|||
|
||||
info:
|
||||
name: Cache Poisoning
|
||||
author: melbadry9,xelkomy
|
||||
severity: info
|
||||
author: melbadry9,xelkomy,akincibor
|
||||
severity: low
|
||||
reference:
|
||||
- https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning
|
||||
- https://portswigger.net/research/practical-web-cache-poisoning
|
||||
|
@ -12,13 +12,13 @@ info:
|
|||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /?mel=9 HTTP/1.1
|
||||
GET /?{{randstr}}=9 HTTP/1.1
|
||||
X-Forwarded-Prefix: cache.example.com
|
||||
X-Forwarded-Host: cache.example.com
|
||||
X-Forwarded-For: cache.example.com
|
||||
|
||||
- |
|
||||
GET /?mel=9 HTTP/1.1
|
||||
GET /?{{randstr}}=9 HTTP/1.1
|
||||
|
||||
req-condition: true
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue