2021-07-22 14:12:25 +00:00
|
|
|
id: wp-sfwd-lms-listing
|
|
|
|
info:
|
|
|
|
name: WordPress Plugin Sfwd-lms Listing
|
|
|
|
author: pussycat0x
|
|
|
|
severity: low
|
|
|
|
description: Searches for sensitive directories present in the wordpress-plugins plugin.
|
|
|
|
reference: https://www.exploit-db.com/ghdb/6426
|
|
|
|
tags: wordpress,listing
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/sfwd-lms/"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Index of"
|
|
|
|
- "wp-content/plugins/sfwd-lms"
|
2021-07-22 19:01:13 +00:00
|
|
|
condition: or
|
|
|
|
|
2021-07-22 14:12:25 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-07-22 19:01:13 +00:00
|
|
|
- 200
|