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 severity: info
description: | 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. 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: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/sitemap.xml" - "{{BaseURL}}/sitemap.xml"
- "{{BaseURL}}/sitemap.xsl" - "{{BaseURL}}/sitemap.xsl"
- "{{BaseURL}}/sitemap.xsd"
host-redirects: true stop-at-first-match: true
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
@ -22,6 +26,11 @@ requests:
- "sitemap" - "sitemap"
case-insensitive: true case-insensitive: true
- type: word
part: header
words:
- 'application/xml'
- type: status - type: status
status: status:
- 200 - 200