nuclei-templates/technologies/apache/apache-cocoon-detect.yaml

28 lines
489 B
YAML
Raw Normal View History

2021-12-06 09:42:58 +00:00
id: apache-cocoon-detect
info:
name: Apache Cocoon detect
author: ffffffff0x
severity: info
metadata:
fofa-query: app="APACHE-Cocoon"
2021-12-06 12:39:02 +00:00
tags: apache,cocoon,tech
2021-12-06 09:42:58 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-12-06 12:39:02 +00:00
redirects: true
max-redirects: 2
2021-12-06 09:42:58 +00:00
matchers:
- type: word
part: header
words:
- "X-Cocoon-Version"
2021-12-06 12:39:02 +00:00
extractors:
- type: regex
part: body
regex:
- 'X\-Cocoon\-Version:([ 0-9.]+)'