nuclei-templates/http/vulnerabilities/wordpress/wp-iwp-client-listing.yaml

30 lines
631 B
YAML

id: wp-iwp-client-listing
info:
name: WordPress Plugin Iwp-client Listing
author: pussycat0x
severity: info
description: Searches for sensitive directories present in the iwp-client plugin.
reference:
- https://www.exploit-db.com/ghdb/6427
tags: wordpress,listing,plugin,edb
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/iwp-client/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "wp-content/plugins/iwp-client/"
condition: and
- type: status
status:
- 200