41 lines
987 B
YAML
41 lines
987 B
YAML
id: apache-tapestry-detect
|
|
|
|
info:
|
|
name: Apache Tapestry Framework detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
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: 4a0a00473045022021983fb2759fe6b865d1bb63db76a35fa77e2f2cb323d6d0ad05d68d8fd030b0022100ca8e33fb62a8ae0513e3907d4f6ea8ceb7385076ab71b56efa8e93a52ea19e47:922c64590222798bb761d5b6d8e72950
|