nuclei-templates/exposed-panels/kiwitcms-login.yaml

26 lines
475 B
YAML

id: kiwitcms-login
info:
name: Kiwi TCMS Login
author: pdteam
severity: info
reference: https://kiwitcms.org
tags: kiwitcms,panel
metadata:
shodan-query: title:"Kiwi TCMS - Login",http.favicon.hash:-1909533337
requests:
- method: GET
path:
- "{{BaseURL}}/accounts/login/"
matchers:
- type: word
words:
- "Kiwi TCMS"
extractors:
- type: regex
group: 1
regex:
- "Version ([0-9.]+)"