2021-12-24 02:25:05 +00:00
|
|
|
id: apache-tapestry-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Tapestry Framework detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
fofa-query: app="APACHE-Tapestry"
|
|
|
|
tags: apache,tapestry,tech
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-12-24 13:00:55 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-12-24 02:25:05 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-12-24 13:00:55 +00:00
|
|
|
max-redirects: 2
|
2021-12-24 02:25:05 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-12-24 13:00:55 +00:00
|
|
|
- '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" \/>'
|