Skip to content

Olivetti CRF Detect

ID: olivetti-crf-detect

Severity: info

Author: pussycat0x

Tags: tech,olivetti

id: olivetti-crf-detect
info:
name: Olivetti CRF Detect
author: pussycat0x
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Olivetti CRF"
tags: tech,olivetti
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<TITLE>Olivetti CRF</TITLE>"
part: body
- type: status
status:
- 200
# digest: 4a0a0047304502204ffdae10e4a9ebe0ed8a9273b0659f2e55eaf8221698930cd990f6a11d6f5641022100d903e253b4094d25ddd51ad0f56d6aa9e0b1e8753f4b775eb01e476e29c7f023:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/olivetti-crf-detect.yaml"

View on Github