Skip to content

Kiwi TCMS Login Panel - Detect

ID: kiwitcms-login

Severity: info

Author: pdteam

Tags: kiwitcms,panel

Kiwi TCMS login panel was detected.

id: kiwitcms-login
info:
name: Kiwi TCMS Login Panel - Detect
author: pdteam
severity: info
description: Kiwi TCMS login panel was detected.
reference:
- https://kiwitcms.org
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:kiwitcms:kiwi_tcms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: kiwitcms
product: kiwi_tcms
shodan-query:
- title:"Kiwi TCMS - Login" http.favicon.hash:-1909533337
- http.title:"kiwi tcms - login" http.favicon.hash:-1909533337
fofa-query: title="kiwi tcms - login" http.favicon.hash:-1909533337
google-query: intitle:"kiwi tcms - login" http.favicon.hash:-1909533337
tags: kiwitcms,panel
http:
- method: GET
path:
- "{{BaseURL}}/accounts/login/"
matchers:
- type: word
words:
- "Kiwi TCMS"
extractors:
- type: regex
group: 1
regex:
- "Version ([0-9.]+)"
# digest: 4a0a0047304502201e3b4ac28464db85d8e1a5398238e1e87267b55427d7dd2ebbf8c678bb550dd9022100961c463f4af84a72814933a37f8a76aaff5156429176e033c3534d1e0b0afd64:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/kiwitcms-login.yaml"

View on Github