nuclei-templates/http/iot/grandstream-device-configur...

26 lines
479 B
YAML

id: grandstream-device-configuration
info:
name: Grandstream Device Configuration
author: dhiyaneshDK
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Grandstream Device Configuration"
tags: iot
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Grandstream Device Configuration</title>'
- type: status
status:
- 200