minor-update

patch-1
Dhiyaneshwaran 2022-12-16 01:02:06 +05:30 committed by GitHub
parent 0254e94690
commit 04e7a7a7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
id: sitemap-detect
info:
name: Detect Sitemap
name: Sitemap Detection
author: houdinis
severity: info
description: |
@ -14,15 +14,14 @@ requests:
- "{{BaseURL}}/sitemap.xml"
- "{{BaseURL}}/sitemap.xsl"
matchers-condition: and
host-redirects: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "sitemap"
- "Sitemap"
condition: or
case-insensitive: true
- type: status
status:
- 200