Merge pull request #8826 from righettod/add_iparapheur_tpl
Add detection of iparapheur instancepatch-1
commit
1209af2311
|
@ -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
|
Loading…
Reference in New Issue