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

31 lines
560 B
YAML
Raw Normal View History

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