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

33 lines
652 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
cvss-score: 0.0
cwe-id: CWE-200
2021-11-06 17:08:44 +00:00
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
# Enhanced by md on 2023/01/16