Merge pull request #8826 from righettod/add_iparapheur_tpl

Add detection of iparapheur instance
patch-1
Ritik Chaddha 2023-12-20 14:22:05 +05:30 committed by GitHub
commit 1209af2311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: iparapheur-detect
info:
name: Iparapheur - Detect
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.favicon.hash:-1383463717
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