37 lines
973 B
YAML
37 lines
973 B
YAML
id: apache-allura-detect
|
|
|
|
info:
|
|
name: Apache Allura - Detection
|
|
author: icarot
|
|
severity: info
|
|
description: |
|
|
Detects a Apache Allura server, a open source implementation of a software "forge".
|
|
reference:
|
|
- https://allura.apache.org/
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:allura:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: allura
|
|
verified: true
|
|
fofa-query: body="Apache Allura"
|
|
tags: tech,allura,apache,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/neighborhood"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>All Neighborhoods</title>'
|
|
- '>Apache Allura</a>'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100a5ee992b2db8c3177f63512105b9edc5334b92ef54f4eebd6e286619410448e2022017b46324d40fdad410d71008eb866493a4d26a03a263960b3e7421f62babd108:922c64590222798bb761d5b6d8e72950 |