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

27 lines
623 B
YAML
Raw Normal View History

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