diff --git a/exposed-panels/shoutcast-server.yaml b/exposed-panels/shoutcast-server.yaml new file mode 100644 index 0000000000..8a165cfb61 --- /dev/null +++ b/exposed-panels/shoutcast-server.yaml @@ -0,0 +1,25 @@ +id: shoutcast-server + +info: + name: SHOUTcast Server + author: dhiyaneshDk + severity: info + tags: panel + metadata: + shodan-query: 'http.title:"SHOUTcast Server"' + +requests: + - method: GET + path: + - "{{BaseURL}}/index.html" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "SHOUTcast Server" + + - type: status + status: + - 200