Skip to content

AlternC Desktop Panel - Detect

ID: alternc-panel

Severity: info

Author: Splint3r7

Tags: panel,alternc,login,detect

AlternC Desktop panel was detected.

id: alternc-panel
info:
name: AlternC Desktop Panel - Detect
author: Splint3r7
severity: info
description: |
AlternC Desktop panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"AlternC Desktop"
tags: panel,alternc,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>AlternC Desktop")'
- 'status_code == 200'
condition: and
# digest: 490a00463044022075fdde29fc6fd78496e9d0e7cb2840bb99158ae00d473b83d36c89c47aa44267022037fbc1469ea628ccec2345c2e291ceb02b912027e3516f13d5547f334257c5bc:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/alternc-panel.yaml"

View on Github