2022-12-15 13:34:33 +00:00
|
|
|
id: sitemap-detect
|
|
|
|
|
2022-12-15 13:37:21 +00:00
|
|
|
info:
|
2022-12-15 19:32:06 +00:00
|
|
|
name: Sitemap Detection
|
2022-12-15 13:34:33 +00:00
|
|
|
author: houdinis
|
|
|
|
severity: info
|
|
|
|
description: |
|
2022-12-15 13:37:21 +00:00
|
|
|
A sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them.
|
2022-12-15 19:40:43 +00:00
|
|
|
metadata:
|
|
|
|
verified: "true"
|
|
|
|
google-query: intext:"sitemap" filetype:txt,filetype:xml inurl:sitemap,inurl:"/sitemap.xsd" ext:xsd
|
|
|
|
tags: misc,generic,sitemap
|
2022-12-15 13:34:33 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/sitemap.xml"
|
|
|
|
- "{{BaseURL}}/sitemap.xsl"
|
2022-12-15 19:40:43 +00:00
|
|
|
- "{{BaseURL}}/sitemap.xsd"
|
2022-12-15 13:34:33 +00:00
|
|
|
|
2022-12-15 19:40:43 +00:00
|
|
|
stop-at-first-match: true
|
2022-12-15 19:32:06 +00:00
|
|
|
matchers-condition: and
|
2022-12-15 13:34:33 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-12-16 17:15:45 +00:00
|
|
|
- "sitemap>"
|
2022-12-15 19:32:06 +00:00
|
|
|
case-insensitive: true
|
|
|
|
|
2022-12-15 19:40:43 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'application/xml'
|
|
|
|
|
2022-12-15 19:32:06 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|