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

34 lines
678 B
YAML

id: catalog-creator-detect
info:
name: CATALOGcreator Page Detect
author: ritikchaddha
severity: info
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:
- 'Powered by CATALOGcreator'
- 'content="CATALOGcreator'
condition: or
case-insensitive: true
- type: status
status:
- 200