34 lines
892 B
YAML
34 lines
892 B
YAML
id: casaos-detection
|
|
|
|
info:
|
|
name: CasaOS Detection
|
|
author: pdteam
|
|
severity: info
|
|
reference:
|
|
- https://github.com/IceWhaleTech/CasaOS
|
|
classification:
|
|
cpe: cpe:2.3:o:icewhale:casaos:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: icewhale
|
|
product: casaos
|
|
shodan-query: http.html:"/CasaOS-UI/public/index.html"
|
|
fofa-query: body="/CasaOS-UI/public/index.html"
|
|
tags: casaos,tech,oss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/v1/sys/debug"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- contains(to_lower(body), 'casaos version')
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- CasaOS Version:\s*([0-9.]+)
|
|
# digest: 4a0a0047304502210094806324a0e1b82cbffeb53dbfd2efa46e562e04c1b3e1ea0aacb007b8cc2aac02202879b31f830f690d6890b1d51c2d29c9ac0a182622dbc05f3221f83eab70d349:922c64590222798bb761d5b6d8e72950 |