updated matchers
parent
eb2a0225d0
commit
97b36f2f7a
|
@ -1,7 +1,7 @@
|
|||
id: CVE-2022-32429
|
||||
|
||||
info:
|
||||
name: MSNSwitch Firmware MNT.2408 - configuration dump
|
||||
name: MSNSwitch Firmware MNT.2408 - Configuration Dump
|
||||
author: theabhinavgaur
|
||||
severity: critical
|
||||
description: |
|
||||
|
@ -12,12 +12,10 @@ info:
|
|||
- https://nvd.nist.gov/vuln/detail/CVE-2022-32429
|
||||
classification:
|
||||
cve-id: CVE-2022-32429
|
||||
cwe-id: CWE-288
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: "MSNSwitch"
|
||||
tags: cve,cve2022,msmswitch,unauth,switch,configuration-dump
|
||||
|
||||
tags: cve,cve2022,msmswitch,unauth,switch,config,dump
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -31,6 +29,13 @@ requests:
|
|||
words:
|
||||
- "SSID1"
|
||||
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- 'filename="Settings(.*).dat'
|
||||
- 'application/octet-stream'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue