44 lines
903 B
YAML
44 lines
903 B
YAML
id: wordpress-rdf-user-enum
|
|
|
|
info:
|
|
name: Wordpress RDF User Enumeration
|
|
author: r3dg33k
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: wordpress,enum
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/feed/rdf'
|
|
|
|
host-redirects: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/rdf+xml"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<rdf:RDF"
|
|
- "<dc:creator>"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<dc\:creator><\!\[CDATA\[(.*?)\]\]></dc'
|
|
|
|
# digest: 4a0a00473045022100cd017d53b2d6453a4aff5d4b5158ddb52020bb560035d1e71e598e93d8a794a7022058197c9f015871b1d82a24cf930e2c11de3804645700a5f4e746db38789600de:922c64590222798bb761d5b6d8e72950
|