nuclei-templates/technologies/octobercms-detect.yaml

30 lines
589 B
YAML

id: octobercms-detect
info:
name: OctoberCMS detect
author: cyllective
severity: info
description: Detects OctoberCMS
reference:
- https://github.com/octobercms/october
tags: tech,octobercms
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/modules/system/assets/js/framework.combined-min.js"
stop-at-first-match: true
redirects: true
max-redirects: 1
matchers:
- type: word
part: header
words:
- 'october_session'
- type: word
part: body
words:
- 'OctoberCMS'