36 lines
838 B
YAML
36 lines
838 B
YAML
id: typo3-detect
|
|
|
|
info:
|
|
name: TYPO3 Detection
|
|
author: dadevel
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: typo3
|
|
product: typo3
|
|
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'
|
|
# digest: 4a0a0047304502207db00c7d28cbe56e516cf13b8331bccae0be5d509ac4fa3ee4dd0d91d8ed9bc7022100b7b3159bd86dfdd23babc28d993871d00d9ba1742153019bbe64e2b41bf283d4:922c64590222798bb761d5b6d8e72950 |