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
+25
View File
@@ -0,0 +1,25 @@
id: seeyon-version
info:
name: Seeyon Version
author: zan8in
severity: info
verified: true
tags: seeyon,version,fingerprint
created: 2024/04/16
rules:
r0:
request:
method: GET
path: /seeyon/main.do?method=showAbout
expression: |
response.status == 200 &&
response.body.bcontains(b'>Build Id:</td>') &&
response_text.contains('>注册数:</td>')
extractors:
- type: regex
extractor:
search: '"<td width=\"75%\">&nbsp;(?P<version>.*?)</td>".submatch(response_text)'
v: search["version"]
expression: r0()