nuclei-templates/http/vulnerabilities/wordpress/wp-sym404.yaml

31 lines
646 B
YAML
Raw Normal View History

id: wp-sym404
2022-06-23 16:39:44 +00:00
info:
name: Wordpress sym404 directory
2022-06-23 16:39:44 +00:00
author: pussycat0x
severity: high
2022-06-23 16:39:44 +00:00
description: Searches for sensitive directories present in the sym404.
2022-06-24 19:32:35 +00:00
reference:
- https://twitter.com/momika233/status/1540325055280070656
2022-06-24 19:06:26 +00:00
metadata:
max-request: 1
2022-06-24 19:06:26 +00:00
verified: true
google-query: inurl:"/wp-includes/sym404/"
tags: wordpress,listing,wp,exposure
2022-06-23 16:39:44 +00:00
http:
2022-06-23 16:39:44 +00:00
- method: GET
path:
2022-06-24 18:45:02 +00:00
- "{{BaseURL}}/wp-includes/sym404/root/etc/passwd"
2022-06-23 16:39:44 +00:00
matchers-condition: and
matchers:
2022-06-24 18:45:02 +00:00
- type: regex
part: body
regex:
- "root:.*:0:0:"
2022-06-23 16:39:44 +00:00
- type: status
status:
- 200