Create grandstream-device-configuration.yaml
parent
99731d4fe8
commit
e51cd588df
|
@ -0,0 +1,24 @@
|
|||
id: grandstream-device-configuration
|
||||
|
||||
info:
|
||||
name: Grandstream Device Configuration
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
tags: iot
|
||||
metadata:
|
||||
shodan: 'http.title:"Grandstream Device Configuration"'
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Grandstream Device Configuration</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue