nuclei-templates/vulnerabilities/wordpress/wp-sfwd-lms-listing.yaml

24 lines
605 B
YAML
Raw Normal View History

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"
condition: or
2021-07-22 14:12:25 +00:00
- type: status
status:
- 200