Skip to content

Content Central Login Panel - Detect

ID: content-central-login

Severity: info

Author: theabhinavgaur

Tags: panel,content-central

Content Central login panel was detected.

id: content-central-login
info:
name: Content Central Login Panel - Detect
author: theabhinavgaur
severity: info
description: Content Central 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
metadata:
verified: true
max-request: 2
shodan-query: http.title:"Content Central Login"
tags: panel,content-central
http:
- method: GET
path:
- "{{BaseURL}}/login.aspx"
- "{{BaseURL}}/ContentCentral/login.aspx/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- Content Central Login
- type: status
status:
- 200
# digest: 4a0a00473045022100a3d3eeab47f01500c607a2dd56724f5cbe31546b05699b10cf5452be647fab3b022069196cfdc2d4d339940b4668ea6603cd3f120f7bd02cc38bdd335605b6492d34: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/content-central-login.yaml"

View on Github