Merge pull request #3274 from projectdiscovery/apache-cocoon-detect
Create apache-cocoon-detect.yamlpatch-1
commit
a68c1afb3a
|
@ -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.]+)'
|
Loading…
Reference in New Issue