Update nextjs-rsc-cache.yaml
parent
090c620238
commit
e4b8efd1e1
|
@ -1,7 +1,7 @@
|
|||
id: nextjs-rsc-cache
|
||||
|
||||
info:
|
||||
name: Next.js Cache Poisoning using RSC
|
||||
name: Next.js - Cache Poisoning
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
reference:
|
||||
|
@ -15,7 +15,7 @@ info:
|
|||
- http.html:"/_next/static"
|
||||
- cpe:"cpe:2.3:a:zeit:next.js"
|
||||
fofa-query: body="/_next/static"
|
||||
tags: next-js,cache
|
||||
tags: nextjs,cache
|
||||
|
||||
variables:
|
||||
rand: "{{rand_text_numeric(5)}}"
|
||||
|
@ -25,22 +25,18 @@ http:
|
|||
- |
|
||||
GET /?cb={{rand}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
|
||||
Priority: u=1
|
||||
Rsc: 1
|
||||
|
||||
- |
|
||||
@timeout: 5s
|
||||
@timeout: 10s
|
||||
GET /?cb={{rand}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
|
||||
Priority: u=1
|
||||
Rsc: 1
|
||||
|
||||
- |
|
||||
@timeout: 5s
|
||||
@timeout: 10s
|
||||
GET /?cb={{rand}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue