nuclei-templates/technologies/typo3-detect.yaml

31 lines
523 B
YAML
Raw Normal View History

2022-01-26 10:47:36 +00:00
id: typo3-detect
info:
name: TYPO3 Detection
author: dadevel
severity: info
metadata:
shodan-query: http.component:"TYPO3"
2022-01-26 11:42:53 +00:00
tags: tech,typo3
2022-01-26 10:47:36 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-01-26 11:42:53 +00:00
2022-01-26 10:47:36 +00:00
redirects: true
2022-01-26 11:42:53 +00:00
max-redirects: 2
2022-01-26 10:47:36 +00:00
matchers-condition: or
matchers:
- type: word
part: header
case-insensitive: true
words:
- 'X-TYPO3-Parsetime:'
2022-01-26 11:42:53 +00:00
2022-01-26 10:47:36 +00:00
- type: word
part: body
words:
- '<meta name="generator" content="TYPO3'