24 lines
472 B
YAML
24 lines
472 B
YAML
id: olivetti-crf-detect
|
|
info:
|
|
name: Olivetti CRF Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
reference: https://www.shodan.io/search?query=http.title%3A%22Olivetti+CRF%22
|
|
tags: tech,olivetti
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<TITLE>Olivetti CRF</TITLE>"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|