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,17 @@
|
||||
id: yonyou-iuap-detect
|
||||
|
||||
info:
|
||||
name: 用友 iuap
|
||||
author: zan8in
|
||||
severity: info
|
||||
tags: yonyou,yonbip
|
||||
created: 2024/11/29
|
||||
|
||||
rules:
|
||||
r0:
|
||||
request:
|
||||
method: GET
|
||||
path: /iuap-apcom-workbench
|
||||
follow_redirects: true
|
||||
expression: response.status == 200 && response.body.bcontains(b"pageTitle = '欢迎登录';") && response.body.bcontains(b'<title>登录</title>') && response.body.bcontains(b'/iuap-uuas-user/getpwd"')
|
||||
expression: r0()
|
||||
Reference in New Issue
Block a user