Skip to content

Creatio Login Panel - Detect

ID: creatio-login-panel

Severity: info

Author: theamanrawat

Tags: panel,creatio

Creatio login panel was detected.

id: creatio-login-panel
info:
name: Creatio Login Panel - Detect
author: theamanrawat
severity: info
description: Creatio 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: 1
shodan-query: http.title:"Creatio"
tags: panel,creatio
http:
- method: GET
path:
- '{{BaseURL}}/Login/NuiLogin.aspx'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '/creatio/widget'
- 'creatio-sdk/'
- 'Creatio Debug mode'
condition: or
- type: status
status:
- 200
# digest: 4a0a0047304502203e2990b61fee086ff2d096e9a153b364332e768b502fbd05eff8477b33faf63c02210095a72c076c2a24a66f29965e2647bebc2e715bfe22e39a9dd3b557204bc6fd88: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/creatio-login-panel.yaml"

View on Github