Skip to content

Pexip - Detect

ID: pexip-detect

Severity: info

Author: righettod

Tags: tech,pexip,detect

Pexip technology was detected.

id: pexip-detect
info:
name: Pexip - Detect
author: righettod
severity: info
description: |
Pexip technology was detected.
reference:
- https://www.pexip.com/
classification:
cpe: cpe:2.3:a:pexip:pexip_infinity:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: pexip
product: pexip_infinity
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: 4b0a00483046022100cbc97efe6c0c1102b3a1dc1d9c7f3fff4af505cff042b375cd37ad4605bb28ea022100d0a0c64beae9b83ae7b299284662e562d4d8bade16d849650700f04aa2a640ae: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/pexip-detect.yaml"

View on Github