Update wordpress-rdf-user-enum.yaml
parent
2925226122
commit
ff5b68a343
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue