Create wordpress-gtranslate-plugin.yaml
parent
f5ef733bd8
commit
9ba613b509
|
@ -0,0 +1,23 @@
|
|||
id: wordpress-gtranslate-plugin
|
||||
|
||||
info:
|
||||
name: WordPress gtranslate Plugin Directory Listing
|
||||
author: dhiyaneshDK
|
||||
severity: low
|
||||
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/"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Index of"
|
||||
- "/wp-content/plugins/gtranslate/"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue