major-update

patch-1
Dhiyaneshwaran 2022-12-16 01:10:43 +05:30 committed by GitHub
parent 04e7a7a7dc
commit 2acf351d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -6,15 +6,19 @@ info:
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.
tags: misc,generic
metadata:
verified: "true"
google-query: intext:"sitemap" filetype:txt,filetype:xml inurl:sitemap,inurl:"/sitemap.xsd" ext:xsd
tags: misc,generic,sitemap
requests:
- method: GET
path:
- "{{BaseURL}}/sitemap.xml"
- "{{BaseURL}}/sitemap.xsl"
- "{{BaseURL}}/sitemap.xsd"
host-redirects: true
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@ -22,6 +26,11 @@ requests:
- "sitemap"
case-insensitive: true
- type: word
part: header
words:
- 'application/xml'
- type: status
status:
- 200