30 lines
656 B
YAML
30 lines
656 B
YAML
id: wordpress-plugins-ultimate-member
|
|
|
|
info:
|
|
name: WordPress Plugin Ultimate Member
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Searches for sensitive directories present in the ultimate-member plugin.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6998
|
|
tags: wordpress,listing,plugin,edb
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/ultimate-member/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of"
|
|
- "/wp-content/plugins/ultimate-member/"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|