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