Merge pull request #3274 from projectdiscovery/apache-cocoon-detect

Create apache-cocoon-detect.yaml
patch-1
Prince Chaddha 2021-12-06 18:12:51 +05:30 committed by GitHub
commit a68c1afb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

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