2021-11-06 17:08:44 +00:00
|
|
|
id: shoutcast-server
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SHOUTcast Server
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
shodan-query: 'http.title:"SHOUTcast Server"'
|
2021-11-08 07:49:47 +00:00
|
|
|
tags: panel
|
2021-11-06 17:08:44 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/index.html"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>SHOUTcast Server</title>"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|