mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 13:11:53 +08:00
feat: add curated internal network pocs
This commit is contained in:
@@ -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%\"> (?P<version>.*?)</td>".submatch(response_text)'
|
||||
v: search["version"]
|
||||
expression: r0()
|
||||
Reference in New Issue
Block a user