Skip to content

CATALOGcreator Page Login Panel - Detect

ID: catalog-creator-detect

Severity: info

Author: ritikchaddha

Tags: tech,catalogcreater,panel

CATALOGcreator Page login panel detected.

id: catalog-creator-detect
info:
name: CATALOGcreator Page Login Panel - Detect
author: ritikchaddha
severity: info
description: CATALOGcreator Page login panel detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
verified: true
max-request: 2
shodan-query: http.html:"powered by CATALOGcreator"
tags: tech,catalogcreater,panel
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/index.php'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Powered by CATALOGcreator'
- 'content="CATALOGcreator'
condition: or
case-insensitive: true
- type: status
status:
- 200
# digest: 4a0a0047304502203a59b3deaab1341183560663d1f161236c00c0083bed5e7a21c464af920a6733022100b9b13e788d3b1c96d4e1af9115db3f6cda5e3388a961b73570d67fa37d8ccef0: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/technologies/catalog-creator-detect.yaml"

View on Github