nuclei-templates/http/exposed-panels/shoutcast-server.yaml

32 lines
633 B
YAML
Raw Normal View History

2021-11-06 17:08:44 +00:00
id: shoutcast-server
info:
name: SHOUTcast Server Panel - Detect
2021-11-06 17:08:44 +00:00
author: dhiyaneshDk
severity: info
description: SHOUTcast Server panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
2021-11-06 17:08:44 +00:00
metadata:
max-request: 1
shodan-query: http.title:"SHOUTcast Server"
2021-11-08 07:49:47 +00:00
tags: panel
2021-11-06 17:08:44 +00:00
http:
2021-11-06 17:08:44 +00:00
- method: GET
path:
- "{{BaseURL}}/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>SHOUTcast Server</title>"
- type: status
status:
- 200