Skip to content

Hitron Technologies Router Login Panel - Detect

ID: hitron-technologies-detect

Severity: info

Author: pussycat0x

Tags: panel,edb,router

Hitron Technologies router login panel was detected.

id: hitron-technologies-detect
info:
name: Hitron Technologies Router Login Panel - Detect
author: pussycat0x
severity: info
description: Hitron Technologies router login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7062
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,edb,router
http:
- method: GET
path:
- "{{BaseURL}}/login.html"
matchers-condition: and
matchers:
- type: word
words:
- "hitron"
- "$.hitron.languages.lang_init();"
condition: and
- type: status
status:
- 200
# digest: 490a00463044022063462ea06502c04ba66625d18dc5487ab279585e49d0037e00d5c6e44e006ea7022077b34aac25c582fdb8cc6e4e6e22099ca0b688b722a44c92b437f28616406f32: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/exposed-panels/hitron-technologies.yaml"

View on Github