43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: apache-tapestry-detect
|
|
|
|
info:
|
|
name: Apache Tapestry Framework detect
|
|
author: pikpikcu
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:tapestry:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: tapestry
|
|
fofa-query: app="APACHE-Tapestry"
|
|
tags: apache,tapestry,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="Apache Tapestry Framework'
|
|
- 'content="Tapestry Application Framework'
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Tapestry Framework \(version ([0-9.]+)\)'
|
|
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Tapestry Application Framework, version ([0-9.-A-Z]+)T" \/>'
|
|
# digest: 4b0a00483046022100a22c25da41d73351f0216c7c95a547fc8160659c34e9a4be40a5e19054112335022100d521089f754e78fc13ac730946f9fb820686cf781c64b9c7c49d802a5830ad02:922c64590222798bb761d5b6d8e72950 |