35 lines
679 B
YAML
35 lines
679 B
YAML
id: iparapheur-detect
|
|
|
|
info:
|
|
name: iparapheur Detection
|
|
author: righettod
|
|
severity: info
|
|
description: iparapheur technology was detected.
|
|
reference:
|
|
- https://www.libriciel.fr/logiciels/iparapheur/
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.title:"iparapheur"
|
|
tags: iparapheur,detect,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>iparapheur</title>"
|
|
- "Libriciel SCOP"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|