2022-11-17 08:00:30 +00:00
|
|
|
id: wagtail-login
|
2022-11-16 22:08:40 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-17 08:00:30 +00:00
|
|
|
name: Wagtail Login - Detect
|
2022-11-16 22:08:40 +00:00
|
|
|
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:
|
2023-01-24 06:06:12 +00:00
|
|
|
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-16 22:08:40 +00:00
|
|
|
|
2022-11-17 08:03:43 +00:00
|
|
|
requests:
|
2022-11-16 22:08:40 +00:00
|
|
|
- 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
|
2022-11-16 22:08:40 +00:00
|
|
|
matchers-condition: and
|
2022-11-17 08:03:28 +00:00
|
|
|
matchers:
|
2022-11-16 22:08:40 +00:00
|
|
|
- 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-16 22:08:40 +00:00
|
|
|
|
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
|