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

29 lines
533 B
YAML
Raw Normal View History

id: updraftplus-pem-keys
info:
name: UpdraftPlus Plugin Pem Key
author: dhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/6437
tags: wordpress,wp-plugin
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/updraftplus/includes/'
2021-06-20 18:39:04 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Index of /"
- ".pem"
- "updraftplus"
condition: and
part: body
2021-06-20 18:39:04 +00:00
- type: status
status:
- 200