Skip to content

dotAdmin Login Panel- Detect

ID: dotcms-admin-panel

Severity: info

Author: impramodsargar

Tags: panel,dotcms,cms

dotAdmin login panel was detected.

id: dotcms-admin-panel
info:
name: dotAdmin Login Panel- Detect
author: impramodsargar
severity: info
description: dotAdmin login panel was detected.
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:dotcms:dotcms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: dotcms
product: dotcms
shodan-query: http.title:"dotcms"
fofa-query: title="dotcms"
google-query: intitle:"dotcms"
tags: panel,dotcms,cms
http:
- method: GET
path:
- "{{BaseURL}}/dotAdmin/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>dotCMS Content Management Platform</title>'
# digest: 4a0a00473045022100d4ced9355487859cd297b731dc89412ae0f57166050a516581c66c04c5122c8102204b67b78770e3c4b4832c3defff65d4738475486b897176cb4c270da22ca02888: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/dotcms-admin-panel.yaml"

View on Github