Files
nuclei-templates/vulnerabilities/wordpress/wp-super-forms.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

25 lines
582 B
YAML

id: wordpress-super-forms
info:
name: WordPress super-forms Plugin Directory Listing
author: pussycat0x
severity: low
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference:
- https://www.exploit-db.com/ghdb/6776
tags: wordpress,listing,plugin
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/super-forms/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of /wp-content/plugins/super-forms/"
- type: status
status:
- 200