Skip to content

TYPO3 Login Panel - Detect

ID: typo3-login

Severity: info

Author: dadevel

Tags: panel,typo3

TYPO3 login panel was detected.

id: typo3-login
info:
name: TYPO3 Login Panel - Detect
author: dadevel
severity: info
description: TYPO3 login panel was detected.
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:typo3:typo3:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: typo3
product: typo3
shodan-query: cpe:"cpe:2.3:a:typo3:typo3"
tags: panel,typo3
http:
- method: GET
path:
- "{{BaseURL}}/typo3/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "TYPO3 CMS"
- "typo3-login-form"
- "TYPO3 SVN ID:"
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100c20bf83be07094631bdffc1df14a66c749b6aeaaf806c3a5bb492e6c848a60a8022007aa9568211045370f6637d77962a00a0c3a0b0b8f8ce8baea9c365760c7303e: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/typo3-login.yaml"

View on Github