2024-06-19 12:19:40 +00:00
|
|
|
id: apache-allura-detect
|
|
|
|
|
|
|
|
info:
|
2024-06-24 06:22:49 +00:00
|
|
|
name: Apache Allura - Detection
|
2024-06-19 12:19:40 +00:00
|
|
|
author: icarot
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Detects a Apache Allura server, a open source implementation of a software "forge".
|
|
|
|
reference:
|
|
|
|
- https://allura.apache.org/
|
|
|
|
classification:
|
2024-06-20 04:12:02 +00:00
|
|
|
cpe: cpe:2.3:a:apache:allura:*:*:*:*:*:*:*:*
|
2024-06-19 12:19:40 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
vendor: apache
|
|
|
|
product: allura
|
2024-06-24 06:22:49 +00:00
|
|
|
verified: true
|
|
|
|
fofa-query: body="Apache Allura"
|
2024-06-19 12:19:40 +00:00
|
|
|
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
|