33 lines
631 B
YAML
33 lines
631 B
YAML
|
id: icecast-mediaserver-detect
|
||
|
|
||
|
info:
|
||
|
name: Icecast Streaming Media Server - Detect
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
shodan-query: title:"Icecast Streaming Media Server"
|
||
|
tags: tech,icecast,media-server,detect
|
||
|
|
||
|
requests:
|
||
|
- 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.]+)"
|