30 lines
791 B
YAML
30 lines
791 B
YAML
id: pexip-detect
|
|
|
|
info:
|
|
name: Pexip - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Pexip technology was detected.
|
|
reference:
|
|
- https://www.pexip.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Pexip Connect for Web"
|
|
tags: tech,pexip,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(body, "<title>Pexip Connect for Web")'
|
|
condition: and
|
|
# digest: 490a00463044022052f1d4ca4cc0836000f6eb9f951cfb738dc1adea10d7511838d3184f2df8bd2c02202cc4f51355cf3410a455e5e85efcf5ef0bffb1850b33d8a4c868ab2deddf6e28:922c64590222798bb761d5b6d8e72950 |