21 lines
413 B
YAML
21 lines
413 B
YAML
id: cve-2005-2428
|
|
info:
|
|
name: CVE-2005-2428
|
|
author: CasperGN
|
|
severity: medium
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/names.nsf/People?OpenView"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: regex
|
|
name: domino-username
|
|
regex:
|
|
- '(<a href\=\"/names\.nsf/[0-9a-z\/]+\?OpenDocument)'
|
|
part: body
|