41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
id: icecast-mediaserver-detect
|
|
|
|
info:
|
|
name: Icecast Streaming Media Server Information Panel - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Icecast Streaming Media Server information panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Icecast Streaming Media Server"
|
|
tags: tech,icecast,media-server,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/server_version.xsl"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Icecast Streaming Media Server"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "Icecast ([0-9.]+)"
|
|
|
|
# digest: 4a0a004730450220409f2d05ae827c11e8aecd33981133849359113006e01539db81777e3482a38b022100e76d01ae05efe19c1b3d5dff28fad024a64f18563843058d2d70bcceff5a8344:922c64590222798bb761d5b6d8e72950
|