Add files via upload
parent
e344b05e15
commit
9a12dd858e
|
@ -0,0 +1,30 @@
|
|||
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
|
Loading…
Reference in New Issue