Add NETGEAR version detect

patch-1
Dwi Siswanto 2021-11-17 04:43:58 +07:00
parent cacf934f38
commit 0f057348c9
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: netgear-version-detect
info:
name: NETGEAR Router version detect
author: dwisiswant0
severity: info
tags: panel
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]+)"
- "Firmware=([^\\s]+)"