nuclei-templates/http/technologies/typo3-detect.yaml

32 lines
543 B
YAML

id: typo3-detect
info:
name: TYPO3 Detection
author: dadevel
severity: info
metadata:
max-request: 1
shodan-query: http.component:"TYPO3"
tags: tech,typo3
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: or
matchers:
- type: word
part: header
case-insensitive: true
words:
- 'X-TYPO3-Parsetime:'
- type: word
part: body
words:
- '<meta name="generator" content="TYPO3'