43 lines
1023 B
YAML
43 lines
1023 B
YAML
id: wp-yoast-user-enumeration
|
|
|
|
info:
|
|
name: WordPress Yoast SEO Plugin - User Enumeration
|
|
author: FLX
|
|
severity: info
|
|
reference:
|
|
- https://developer.yoast.com/features/xml-sitemaps/functional-specification/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
google-dork: inurl:"/author-sitemap.xml"
|
|
tags: wp,wp-plugin,wordpress,username,disclosure
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 15s
|
|
GET /author-sitemap.xml HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<?xml"
|
|
- "<lastmod>"
|
|
- "<loc>"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/xml"
|
|
- "text/xml"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100d5f2b9fe8bdf1b299eda7996e57bebeca282e9e42d9fbdc7ce77c2c0b35f1244022100e1862f98ddc40d353eb928e6e3c2598de6fadb68667e347483c3b69fd7971ae7:922c64590222798bb761d5b6d8e72950
|