Merge pull request #3032 from r3dg33k/wordpress-rdf-user-enum

wordpress-rdf-user-enum
patch-1
Prince Chaddha 2021-11-01 15:43:00 +05:30 committed by GitHub
commit c4b7bb3bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: rdf-user-enumeration
info:
name: Wordpress RDF User Enumeration
author: r3dg33k
severity: info
tags: wordpress
requests:
- method: GET
path:
- '{{BaseURL}}/feed/rdf'
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\[([a-z]+)\]\]><\/dc:creator>'