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

29 lines
557 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
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