nuclei-templates/vulnerabilities/wordpress/wp-plugin-utlimate-member.yaml

26 lines
638 B
YAML
Raw Normal View History

2021-06-20 18:56:48 +00:00
id: wordpress-plugins-ultimate-member
2021-06-20 20:10:01 +00:00
2021-06-20 18:56:48 +00:00
info:
name: WordPress Plugin Ultimate Member
author: pussycat0x
2021-07-23 18:36:13 +00:00
severity: info
2021-06-20 18:56:48 +00:00
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: https://www.exploit-db.com/ghdb/6998
tags: wordpress,listing
2021-06-20 20:10:01 +00:00
2021-06-20 18:56:48 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/ultimate-member/"
2021-06-20 20:10:01 +00:00
2021-06-20 18:56:48 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/ultimate-member/"
2021-06-20 20:10:01 +00:00
condition: and
2021-06-20 18:56:48 +00:00
- type: status
status:
- 200