nuclei-templates/technologies/olivetti-crf-detect.yaml

26 lines
451 B
YAML
Raw Normal View History

2021-09-17 11:35:29 +00:00
id: olivetti-crf-detect
2021-09-14 17:50:27 +00:00
info:
2021-09-17 11:35:29 +00:00
name: Olivetti CRF Detect
2021-09-14 17:50:27 +00:00
author: pussycat0x
severity: info
metadata:
shodan-query: http.title:"Olivetti CRF"
2021-09-17 11:35:29 +00:00
tags: tech,olivetti
2021-09-14 17:50:27 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-09-17 11:35:29 +00:00
2021-09-14 17:50:27 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<TITLE>Olivetti CRF</TITLE>"
2021-09-17 11:35:29 +00:00
part: body
2021-09-14 17:50:27 +00:00
- type: status
status:
2021-09-17 11:35:29 +00:00
- 200