41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
id: sitemap-detect
|
|
|
|
info:
|
|
name: Sitemap Detection
|
|
author: houdinis
|
|
severity: info
|
|
description: |
|
|
A sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them.
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
google-query: intext:"sitemap" filetype:txt,filetype:xml inurl:sitemap,inurl:"/sitemap.xsd" ext:xsd
|
|
tags: misc,generic,sitemap
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sitemap.xml"
|
|
- "{{BaseURL}}/sitemap.xsl"
|
|
- "{{BaseURL}}/sitemap.xsd"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "sitemap>"
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/xml'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450221008a81d638c6e5b4d57ccb3e1bea2a5f4b3329fb9b997c44a69ff407885c97657002201084ce876d67e848ebdfddafe5971be5f975d54deb95dbab9a7d23826cd1594d:922c64590222798bb761d5b6d8e72950
|