Ivanti Incapptic Connect Panel - Detect
ID: incapptic-connect-panel
Severity: info
Author: righettod
Tags: panel,ivanti,incapptic-connect
Description
Section titled “Description”Ivanti Incapptic Connect panel was detected.
YAML Source
Section titled “YAML Source”id: incapptic-connect-panel
info: name: Ivanti Incapptic Connect Panel - Detect author: righettod severity: info description: Ivanti Incapptic Connect panel was detected. reference: - https://www.ivanti.com/products/incapptic-connect classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:ivanti:incapptic_connect:*:*:*:*:*:*:*:* metadata: max-request: 2 vendor: ivanti product: incapptic_connect shodan-query: - http.title:"incapptic" - http.favicon.hash:-1067582922 fofa-query: - icon_hash=-1067582922 - title="incapptic" google-query: intitle:"incapptic" tags: panel,ivanti,incapptic-connect
http: - method: GET path: - '{{BaseURL}}' - '{{BaseURL}}/static/img/custom_icons/favicon.ico'
host-redirects: true max-redirects: 3 stop-at-first-match: true
matchers-condition: or matchers: - type: dsl dsl: - "status_code==200" - "contains(tolower(body), 'incapptic')" condition: and
- type: dsl dsl: - "status_code==200" - "('-1067582922' == mmh3(base64_py(body)))" condition: and# digest: 490a0046304402206681bddd6f6d48eca130673c96ff211f85f8d4ea3581a07e7acb852d8c68f37602202fb4bf50dab56eecc8a705c9bd402a30b7f49175db348533779e13baadee52cf: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/incapptic-connect-panel.yaml"