nuclei-templates/vulnerabilities/wordpress/wordpress-gtranslate-plugin...

27 lines
630 B
YAML

id: wordpress-gtranslate-plugin-listing
info:
name: WordPress gtranslate Plugin Directory Listing
author: dhiyaneshDK
severity: info
description: Searches for sensitive directories present in the gtranslate wordpress plugin.
reference: https://www.exploit-db.com/ghdb/6160
tags: wordpress,listing,plugin
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/gtranslate/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/gtranslate/"
condition: and
- type: status
status:
- 200