Skip to content

Alfresco Content App Panel - Detect

ID: alfresco-panel

Severity: info

Author: Splint3r7

Tags: panel,alfresco,login,detect

Alfresco Content App panel was detected.

id: alfresco-panel
info:
name: Alfresco Content App Panel - Detect
author: Splint3r7
severity: info
description: |
Alfresco Content App panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Alfresco Content App"
tags: panel,alfresco,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>Alfresco Content App")'
- 'status_code == 200'
condition: and
# digest: 4a0a0047304502203e0d62d1e9a6ba20fa81ab5baa235563f632183a22711aa701e3e2e6ae3cbc85022100ecbfd71a24b13be26ae11560310553a977161d68db930c31e2b2a5fb8855c9c6: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/alfresco-panel.yaml"

View on Github