nuclei-templates/technologies/catalog-creator-detect.yaml

41 lines
902 B
YAML
Raw Normal View History

2022-10-31 11:43:34 +00:00
id: catalog-creator-detect
info:
name: CATALOGcreator Page Login Panel - Detect
2022-10-31 11:43:34 +00:00
author: ritikchaddha
severity: info
2023-02-02 21:51:33 +00:00
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.0
cwe-id: CWE-200
2022-10-31 11:43:34 +00:00
metadata:
verified: true
shodan-query: http.html:"powered by CATALOGcreator"
tags: tech,catalogcreater,panel
requests:
- 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:
2022-10-31 17:21:13 +00:00
- 'Powered by CATALOGcreator'
2022-10-31 11:43:34 +00:00
- 'content="CATALOGcreator'
condition: or
case-insensitive: true
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29