Kiteworks PCN Panel - Detect
ID: kiteworks-pcn-panel
Severity: info
Author: righettod
Tags: panel,kiteworks,login,detect,accellion
Description
Section titled “Description”Kiteworks PCN Login Panel was detected.
YAML Source
Section titled “YAML Source”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/ classification: cpe: cpe:2.3:a:accellion:kiteworks:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: accellion product: kiteworks shodan-query: http.favicon.hash:-1215318992 fofa-query: icon_hash=-1215318992 tags: panel,kiteworks,login,detect,accellion
http: - method: GET path: - '{{BaseURL}}/login/locales/login_en.json'
matchers-condition: and matchers: - type: word part: body words: - 'Secured by Kiteworks' - 'Return to sign in' condition: and case-insensitive: true
- type: word part: header words: - 'application/octet-stream'
- type: status status: - 200# digest: 4b0a004830460221008eb4bc929d5e374f35e3c091023167db3daf2b693c4a47db43c2776af3353e53022100f778a69c3c1374a4e3d9499f83e1684e38712a6f659a571f8ad1022bffbf37ee:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/kiteworks-pcn-panel.yaml"