nuclei-templates/technologies/icecast-mediaserver-detect....

33 lines
631 B
YAML
Raw Normal View History

2023-03-22 19:10:45 +00:00
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"
2023-03-22 19:10:45 +00:00
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:
2023-03-22 19:10:45 +00:00
- "Icecast ([0-9.]+)"