Skip to content

Icecast Streaming Media Server Information Panel - Detect

ID: icecast-mediaserver-detect

Severity: info

Author: pussycat0x

Tags: tech,icecast,media-server,detect

Icecast Streaming Media Server information panel was detected.

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
cpe: cpe:2.3:a:xiph:icecast:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"Icecast Streaming Media Server"
product: icecast
vendor: xiph
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: 4b0a00483046022100b610a5df77a64952f1016b0a1ecf55dda2d5b96ee2a04884aacdbc84891f45f602210093386cb5aa673b7e6782a8f21f8b51499588acf112dec070deadeb4eb6375a16:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/icecast-mediaserver-detect.yaml"

View on Github