nuclei-templates/exposed-panels/wagtail-cms-detect.yaml

36 lines
766 B
YAML
Raw Normal View History

2022-11-17 08:00:30 +00:00
id: wagtail-login
info:
2022-11-17 08:00:30 +00:00
name: Wagtail Login - Detect
author: kishore-hariram
severity: info
2023-01-27 14:57:27 +00:00
description: The Wagtail panel has been detected.
2023-01-23 22:28:09 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-11-17 08:00:30 +00:00
metadata:
verified: true
shodan-query: title:"Wagtail - Sign in"
tags: panel,wagtail
2022-11-17 08:03:43 +00:00
requests:
- method: GET
path:
2022-11-17 08:06:37 +00:00
- '{{BaseURL}}/login/?next=/'
- '{{BaseURL}}/admin/login/?next=/admin/'
2022-11-21 06:22:23 +00:00
stop-at-first-match: true
matchers-condition: and
2022-11-17 08:03:28 +00:00
matchers:
- type: word
part: body
2022-11-17 08:03:28 +00:00
words:
2022-11-17 08:06:37 +00:00
- 'Wagtail - Sign in'
2022-11-17 08:06:37 +00:00
- type: status
2022-11-17 08:03:28 +00:00
status:
- 200
2023-01-23 22:28:09 +00:00
# Enhanced by cs 01/23/2023