nuclei-templates/http/technologies/octobercms-detect.yaml

32 lines
621 B
YAML
Raw Normal View History

2021-05-17 14:46:33 +00:00
id: octobercms-detect
info:
name: OctoberCMS detect
author: cyllective
severity: info
description: Detects OctoberCMS
reference:
- https://github.com/octobercms/october
2021-05-17 14:46:33 +00:00
tags: tech,octobercms
metadata:
max-request: 2
2021-05-17 14:46:33 +00:00
http:
2021-05-17 14:46:33 +00:00
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/modules/system/assets/js/framework.combined-min.js"
stop-at-first-match: true
host-redirects: true
2021-05-17 14:46:33 +00:00
max-redirects: 1
matchers:
- type: word
part: header
words:
- 'october_session'
- type: word
part: body
words:
- 'OctoberCMS'