nuclei-templates/http/technologies/icecast-server-detect.yaml

28 lines
484 B
YAML
Raw Normal View History

2022-12-12 16:20:55 +00:00
id: icecast-server-detect
info:
name: Icecast Streaming Media Server Detection
author: theamanrawat
severity: info
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2022-12-12 16:20:55 +00:00
shodan-query: http.title:"Icecast Streaming Media Server"
tags: tech,icecast
http:
2022-12-12 16:20:55 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: header
words:
- "Icecast"
- type: status
status:
- 200