Create shoutcast-server.yaml

patch-1
Dhiyaneshwaran 2021-11-06 22:38:44 +05:30 committed by GitHub
parent 08abcb2225
commit d6f082e8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -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:
- "<title>SHOUTcast Server</title>"
- type: status
status:
- 200