2021-11-04 10:13:49 +00:00
|
|
|
id: wordpress-rdf-user-enum
|
2021-11-01 10:07:58 +00:00
|
|
|
|
2021-10-30 10:46:56 +00:00
|
|
|
info:
|
2021-11-01 10:07:58 +00:00
|
|
|
name: Wordpress RDF User Enumeration
|
2021-10-30 10:46:56 +00:00
|
|
|
author: r3dg33k
|
|
|
|
severity: info
|
2024-01-02 15:45:12 +00:00
|
|
|
description: Leaked Wordpress RDF leads to User Emumeration.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: wordpress,enum
|
2021-10-30 10:57:53 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-30 10:46:56 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/feed/rdf'
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-10-30 10:46:56 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-11-01 10:00:54 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/rdf+xml"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<rdf:RDF"
|
|
|
|
- "<dc:creator>"
|
|
|
|
condition: and
|
2021-11-01 10:03:06 +00:00
|
|
|
|
2021-10-30 10:46:56 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-10-30 10:57:53 +00:00
|
|
|
|
2021-10-30 10:46:56 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
2021-11-01 10:00:54 +00:00
|
|
|
group: 1
|
2021-10-30 10:46:56 +00:00
|
|
|
regex:
|
2021-11-04 10:13:49 +00:00
|
|
|
- '<dc\:creator><\!\[CDATA\[(.*?)\]\]></dc'
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 490a004630440220029b74ef22b0586f0c8d906ac39f346f81d8e40298879b4e17b2f31a8d679fd40220403538a23d730e4b77ab8b991908be5f81f4d2edbbd6fc8877cf7e669b20361f:922c64590222798bb761d5b6d8e72950
|