Skip to content

SHOUTcast Server Panel - Detect

ID: shoutcast-server

Severity: info

Author: dhiyaneshDk

Tags: panel

SHOUTcast Server panel was detected.

id: shoutcast-server
info:
name: SHOUTcast Server Panel - Detect
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
cwe-id: CWE-200
cpe: cpe:2.3:a:shoutcast:dnas:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"SHOUTcast Server"
product: dnas
vendor: shoutcast
tags: panel
http:
- method: GET
path:
- "{{BaseURL}}/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>SHOUTcast Server</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022100c6c985b78183bc915977ce4094b49c332611290e3f073c39e597e56665b1fae10220467751063f36e0d1349336e8edebe426e7d4e4d62f7df0cc4eb413ff9f599063:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/shoutcast-server.yaml"

View on Github