Update typo3-detect.yaml
parent
c77a7dc417
commit
73cd3367e3
|
@ -4,15 +4,18 @@ info:
|
|||
name: TYPO3 Detection
|
||||
author: dadevel
|
||||
severity: info
|
||||
tags: tech,typo3
|
||||
metadata:
|
||||
shodan-query: http.component:"TYPO3"
|
||||
tags: tech,typo3
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
|
@ -20,6 +23,7 @@ requests:
|
|||
case-insensitive: true
|
||||
words:
|
||||
- 'X-TYPO3-Parsetime:'
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
|
|
Loading…
Reference in New Issue