nuclei-templates/http/exposed-panels/kiteworks-pcn-panel.yaml

36 lines
809 B
YAML
Raw Normal View History

2023-10-29 19:26:05 +00:00
id: kiteworks-pcn-panel
info:
name: Kiteworks PCN Panel - Detect
author: righettod
severity: info
description: |
Kiteworks PCN Login Panel was detected.
reference:
- https://www.kiteworks.com/platform/private-content-network/
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-1215318992
tags: panel,kiteworks,login,detect
http:
- method: GET
path:
- '{{BaseURL}}/login/locales/login_en.json'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Go to Kiteworks.com'
- 'Already a kiteworks user'
- 'Protected by Kiteworks-enabled Private Content Network'
condition: and
case-insensitive: true
- type: status
status:
- 200