Create shoutcast-server.yaml
parent
08abcb2225
commit
d6f082e8de
|
@ -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
|
Loading…
Reference in New Issue