2021-12-06 09:42:58 +00:00
|
|
|
id: apache-cocoon-detect
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-12-06 09:42:58 +00:00
|
|
|
info:
|
|
|
|
name: Apache Cocoon detect
|
|
|
|
author: ffffffff0x
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-05-12 14:18:36 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"Apache Cocoon"
|
2021-12-06 09:42:58 +00:00
|
|
|
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
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-06 09:42:58 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-12-06 12:39:02 +00:00
|
|
|
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
|
2021-12-06 12:39:58 +00:00
|
|
|
part: header
|
2021-12-06 12:39:02 +00:00
|
|
|
regex:
|
|
|
|
- 'X\-Cocoon\-Version:([ 0-9.]+)'
|