Add files via upload

patch-1
r3dg33k 2021-10-30 13:46:56 +03:00 committed by GitHub
parent 7e27db0348
commit 2d50cb52c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: Wordpress-RDF-User-Enum
info:
name: Wordpress-RDF-User-Enumeration
author: r3dg33k
severity: info
reference:
tags: wordpress
requests:
- method: GET
path:
- '{{BaseURL}}/feed/rdf'
redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- '<dc:creator><!\[CDATA\[[a-zA-Z]+]]></dc:creator>'