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

27 lines
610 B
YAML
Raw Normal View History

2021-07-22 14:12:25 +00:00
id: wp-sfwd-lms-listing
2021-07-23 18:09:46 +00:00
2021-07-22 14:12:25 +00:00
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
2021-07-22 14:12:25 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/sfwd-lms/"
2021-07-23 18:09:46 +00:00
2021-07-22 14:12:25 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "wp-content/plugins/sfwd-lms"
2021-07-23 18:09:46 +00:00
condition: and
2021-07-22 14:12:25 +00:00
- type: status
status:
- 200