Update wordpress-rdf-user-enum.yaml

patch-1
Prince Chaddha 2021-11-01 15:30:54 +05:30 committed by GitHub
parent 2925226122
commit ff5b68a343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -15,6 +15,18 @@ requests:
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
@ -22,5 +34,6 @@ requests:
extractors:
- type: regex
part: body
group: 1
regex:
- '<dc:creator><!\[CDATA\[[a-zA-Z]+]]></dc:creator>'
- '<dc:creator><!\[CDATA\[([a-z]+)\]\]><\/dc:creator>'