commit
362e48cc88
|
@ -0,0 +1,32 @@
|
||||||
|
id: wildix-collaboration-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Wildix Collaboration Panel - Detect
|
||||||
|
author: rxerium
|
||||||
|
severity: info
|
||||||
|
description: |
|
||||||
|
Wildix Collaboration login panel was detected.
|
||||||
|
reference:
|
||||||
|
- https://www.wildix.com/product/collaboration-ucc-platform/#
|
||||||
|
classification:
|
||||||
|
cwe-id: CWE-200
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
shodan-query: http.favicon.hash:-1295577382
|
||||||
|
tags: panel,login,wildix,detect
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: server
|
||||||
|
words:
|
||||||
|
- "wildix"
|
Loading…
Reference in New Issue