Merge pull request #9223 from righettod/pexip_add

Add detection of Pexip instances
patch-1
Dhiyaneshwaran 2024-02-27 08:01:03 +05:30 committed by GitHub
commit 9b450b1870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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