nuclei-templates/http/vulnerabilities/wordpress/wordpress-updraftplus-pem-k...

31 lines
564 B
YAML

id: updraftplus-pem-keys
info:
name: UpdraftPlus Plugin Pem Key
author: dhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/6437
tags: wp-plugin,edb,wordpress
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/updraftplus/includes/'
matchers-condition: and
matchers:
- type: word
words:
- "Index of /"
- ".pem"
- "updraftplus"
condition: and
part: body
- type: status
status:
- 200