nuclei-templates/vulnerabilities/wordpress/sym404.yaml

26 lines
559 B
YAML
Raw Normal View History

2022-06-23 16:39:44 +00:00
id: sym404
info:
name: sym404
author: pussycat0x
2022-06-24 14:25:56 +00:00
severity: High
2022-06-23 16:39:44 +00:00
description: Searches for sensitive directories present in the sym404.
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-includes/sym404/"
- "{{BaseURL}}//wp-includes/sym404/root/"
- "{{BaseURL}}/old/configs/sym404/"
- "{{BaseURL}}/wp-admin/folder/sym404/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
condition: or
- type: status
status:
- 200