2021-11-16 21:43:58 +00:00
|
|
|
id: netgear-version-detect
|
|
|
|
|
|
|
|
info:
|
2022-12-02 21:24:17 +00:00
|
|
|
name: NETGEAR Router Panel - Detect
|
2021-11-16 21:43:58 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-12-02 21:24:17 +00:00
|
|
|
description: NETGEAR router panel was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2021-11-17 08:09:35 +00:00
|
|
|
tags: panel,router,netgear
|
2021-11-16 21:43:58 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/currentsetting.htm"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "^((((Re(adyShareSupportedLevel|gionTag)|InternetConnectionStatus|SOAPVersion|Firmware|Model)|Region)|LoginMethod)|ParentalControlSupported)="
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "Model=([^\\s]+)"
|
2021-11-17 08:09:35 +00:00
|
|
|
- "Firmware=([^\\s]+)"
|
2022-12-02 21:24:17 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/29
|