Update nextjs-rsc-cache.yaml
parent
090c620238
commit
e4b8efd1e1
|
@ -1,7 +1,7 @@
|
||||||
id: nextjs-rsc-cache
|
id: nextjs-rsc-cache
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Next.js Cache Poisoning using RSC
|
name: Next.js - Cache Poisoning
|
||||||
author: DhiyaneshDk
|
author: DhiyaneshDk
|
||||||
severity: high
|
severity: high
|
||||||
reference:
|
reference:
|
||||||
|
@ -15,7 +15,7 @@ info:
|
||||||
- http.html:"/_next/static"
|
- http.html:"/_next/static"
|
||||||
- cpe:"cpe:2.3:a:zeit:next.js"
|
- cpe:"cpe:2.3:a:zeit:next.js"
|
||||||
fofa-query: body="/_next/static"
|
fofa-query: body="/_next/static"
|
||||||
tags: next-js,cache
|
tags: nextjs,cache
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
rand: "{{rand_text_numeric(5)}}"
|
rand: "{{rand_text_numeric(5)}}"
|
||||||
|
@ -25,22 +25,18 @@ http:
|
||||||
- |
|
- |
|
||||||
GET /?cb={{rand}} HTTP/1.1
|
GET /?cb={{rand}} HTTP/1.1
|
||||||
Host: {{Hostname}}
|
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
|
Priority: u=1
|
||||||
Rsc: 1
|
Rsc: 1
|
||||||
|
|
||||||
- |
|
- |
|
||||||
@timeout: 5s
|
@timeout: 10s
|
||||||
GET /?cb={{rand}} HTTP/1.1
|
GET /?cb={{rand}} HTTP/1.1
|
||||||
Host: {{Hostname}}
|
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
|
Priority: u=1
|
||||||
Rsc: 1
|
Rsc: 1
|
||||||
|
|
||||||
- |
|
- |
|
||||||
@timeout: 5s
|
@timeout: 10s
|
||||||
GET /?cb={{rand}} HTTP/1.1
|
GET /?cb={{rand}} HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue