28 lines
593 B
YAML
28 lines
593 B
YAML
id: wp-sfwd-lms-listing
|
|
|
|
info:
|
|
name: WordPress Plugin Sfwd-lms Listing
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Searches for sensitive directories present in the sfwd-lms plugin.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6426
|
|
tags: wordpress,listing,plugin,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/sfwd-lms/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of"
|
|
- "wp-content/plugins/sfwd-lms"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|