Skip to content

Grandstream Device Configuration

ID: grandstream-device-configuration

Severity: info

Author: dhiyaneshDK

Tags: iot

Exposed Grandstream device configuration page detected.

id: grandstream-device-configuration
info:
name: Grandstream Device Configuration
author: dhiyaneshDK
severity: info
description: Exposed Grandstream device configuration page detected.
classification:
cpe: cpe:2.3:o:grandstream:ht801_firmware:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: grandstream
product: ht801_firmware
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
# digest: 4b0a004830460221008d03afdbac13c6fb16234edadf23906f0e48ddc318aac72ec0296ff435869766022100fedf78ef8b2eb6ef68e4481e5ed59dd24de1acfee28750c5ef19d4d097089048:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/iot/grandstream-device-configuration.yaml"

View on Github