nuclei-templates/vulnerabilities/wordpress/wpmudev-pub-keys.yaml

27 lines
509 B
YAML
Raw Normal View History

2021-06-20 17:08:20 +00:00
id: wpmudev-pub-keys
info:
name: Wpmudev Dashboard Pub Key
author: dhiyaneshDk
severity: medium
reference: https://www.exploit-db.com/ghdb/6443
tags: wordpress
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/wpmudev-updates/keys/'
matchers-condition: and
matchers:
- type: word
words:
- "Index of /"
- ".pub"
- "wpmudev"
condition: and
2021-06-21 12:39:16 +00:00
2021-06-20 17:08:20 +00:00
part: body
- type: status
status:
- 200