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